diff --git a/structures/init.lua b/structures/init.lua index 7a0e792..ad6c8de 100644 --- a/structures/init.lua +++ b/structures/init.lua @@ -51,7 +51,7 @@ minetest.register_decoration({ flags = "place_center_x,place_center_z,force_placement,all_floors", y_max = 15, y_min = 10, - schematic = minetest.get_modpath("structures").."/schematics/hotel.mts", + schematic = minetest.get_modpath("structures").."/schematics/nhotel.mts", rotation = "random", }) diff --git a/structures/schematics/nhotel.mts b/structures/schematics/nhotel.mts new file mode 100644 index 0000000..8b1944b Binary files /dev/null and b/structures/schematics/nhotel.mts differ