Skip to content

Instantly share code, notes, and snippets.

@Keridos
Last active November 30, 2016 18:23
Show Gist options
  • Save Keridos/23dccd15f2c62324a0548f694e90d8db to your computer and use it in GitHub Desktop.
Save Keridos/23dccd15f2c62324a0548f694e90d8db to your computer and use it in GitHub Desktop.
{
"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