Last active
November 30, 2016 18:23
-
-
Save Keridos/23dccd15f2c62324a0548f694e90d8db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"parent": "block/block", | |
"textures": { | |
"particle": "#wall" | |
}, | |
"elements": [ | |
{ "from": [ 4, 0, 4 ], | |
"to": [ 12, 16, 12 ], | |
"faces": { | |
"down": { "texture": "#wall", "cullface": "down" }, | |
"up": { "texture": "#wall", "cullface": "up" }, | |
"north": { "texture": "#wall" }, | |
"south": { "texture": "#wall" }, | |
"west": { "texture": "#wall" }, | |
"east": { "texture": "#wall" } | |
}, | |
"__comment": "Center post" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment