You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
674 B
21 lines
674 B
6 years ago
|
{
|
||
|
"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"}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|