{ "textures": { "texture": "block/iron_block" }, "elements": [ { "from": [ 0, 0, 0 ], "to": [ 16, 1, 16 ], "faces": { "down": { "texture": "#texture", "cullface": "down" }, "up": { "texture": "#texture" }, "north": { "texture": "#texture", "cullface": "north" }, "south": { "texture": "#texture", "cullface": "south" }, "west": { "texture": "#texture", "cullface": "west" }, "east": { "texture": "#texture", "cullface": "east" } } } ] }