Added chests

这个提交包含在:
shamoanjac
2016-08-21 01:08:45 +02:00
父节点 529ad8bf4a
当前提交 d927bfb9bd
共有 5 个文件被更改,包括 8 次插入0 次删除

7
nodes.lua 普通文件
查看文件

@ -0,0 +1,7 @@
minetest.register_node("factions:chest", {
tiles = {"factions_chest_top", "factions_chest_top",
"factions_chest_side", "factions_chest_side",
"factions_chest_side", "factions_chest_front"},
})