factions/nodes.lua

8 lines
225 B
Lua

minetest.register_node("factions:chest", {
tiles = {"factions_chest_top", "factions_chest_top",
"factions_chest_side", "factions_chest_side",
"factions_chest_side", "factions_chest_front"},
})