{ "parent": "block/block", "textures": { "all": "minecraft:blocks/glass", "particle": "minecraft:blocks/glass" }, "elements": [ { "from": [6, 6, 6], "to": [10, 10, 10], "faces": { "down": {"texture": "#all", "tintindex": 0, "cullface": "down"}, "up": {"texture": "#all", "tintindex": 0, "cullface": "up"}, "north": {"texture": "#all", "tintindex": 0, "cullface": "north"}, "south": {"texture": "#all", "tintindex": 0, "cullface": "south"}, "west": {"texture": "#all", "tintindex": 0, "cullface": "west"}, "east": {"texture": "#all", "tintindex": 0, "cullface": "east"} } } ] }