8 lines
225 B
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"},
|
|
})
|
|
|