factions/nodes.lua
2016-08-21 01:08:45 +02:00

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"},
})