# Ender Storage Block mapping
modname:mod_EnderStorage,EnderStorage
# Configuration file
cfgfile:config/EnderStorage.cfg
# Files
texturefile:id=chest,filename=codechicken/enderstorage/EnderChest.png,format=CHEST
# Blocks
# Chest - single, facing west
block:id=block.id,data=0,top=6000,bottom=6005,south=2,north=1,east=4,west=3,userenderdata=true,txtid=chest
# Chest - single, facing south
block:id=block.id,data=1,top=0,bottom=5,south=3,north=4,east=2,west=1,userenderdata=true,txtid=chest
# Chest - single, facing east
block:id=block.id,data=2,top=4000,bottom=4005,south=1,north=2,east=3,west=4,userenderdata=true,txtid=chest
# Chest - single, facing north
block:id=block.id,data=3,top=5000,bottom=5005,south=4,north=3,east=1,west=2,userenderdata=true,txtid=chest
