Add more things

This commit is contained in:
Signal 2025-09-17 01:12:02 -04:00
parent be2262fa17
commit d6662e8094
26 changed files with 565 additions and 26 deletions

View file

@ -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",