Added chests

This commit is contained in:
shamoanjac
2016-08-21 01:08:45 +02:00
parent 529ad8bf4a
commit d927bfb9bd
5 changed files with 8 additions and 0 deletions

7
nodes.lua Normal file
View File

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