Add more things
This commit is contained in:
parent
be2262fa17
commit
d6662e8094
26 changed files with 565 additions and 26 deletions
|
|
@ -34,6 +34,7 @@ rgt_towns.register_plot{
|
|||
label = "Empty Plot",
|
||||
description = "Hello world",
|
||||
schematic = minetest.get_modpath(minetest.get_current_modname()).."/schems/empty_plot.mts",
|
||||
size = vector.new(1, 2, 1),
|
||||
recipe = {
|
||||
"", "", "",
|
||||
"dirt_grass 1", "dirt_grass 1", "dirt_grass 1",
|
||||
|
|
@ -48,6 +49,7 @@ rgt_towns.register_plot{
|
|||
label = "House",
|
||||
description = "Hello world",
|
||||
schematic = minetest.get_modpath(minetest.get_current_modname()).."/schems/house.mts",
|
||||
size = vector.new(1, 2, 1),
|
||||
recipe = {
|
||||
"oak_planks 1", "oak_planks 1", "oak_planks 1",
|
||||
"oak_log 1", "glass 1", "oak_log 1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue