Skip to content

Instantly share code, notes, and snippets.

@Asherslab
Created June 26, 2018 10:35
Show Gist options
  • Save Asherslab/4e6beea402e2ff9dd8ca6366409c0b1a to your computer and use it in GitHub Desktop.
Save Asherslab/4e6beea402e2ff9dd8ca6366409c0b1a to your computer and use it in GitHub Desktop.
{
"forge_marker": 1,
"variants": {
"variant": {
"oak": { "textures": { "plank": "blocks/planks_oak" } }
},
"half": {
"bottom": {},
"top": { "x": 180 }
},
"shape": {
"straight": {
"model": "minecolonies:shingle/oak_clay_shingle",
"facing": {
"south": {},
"north": { "y": 180 },
"west": { "y": 90 },
"east": { "y": 270 }
}
},
"outer_right": {
"model": "minecolonies:shingle/oak_clay_shingle_corner_convex",
"facing": {
"south": { "y": 90 },
"north": { "y": 270 },
"west": { "y": 180 },
"east": {}
}
},
"outer_left": {
"model": "minecolonies:shingle/oak_clay_shingle_corner_convex",
"facing": {
"south": {},
"north": { "y": 180 },
"west": { "y": 90 },
"east": { "y": 270 }
}
},
"inner_right": {
"model": "minecolonies:shingle/oak_clay_shingle_corner_concave",
"facing": {
"south": { "y": 90 },
"north": { "y": 270 },
"west": { "y": 180 },
"east": {}
}
},
"inner_left": {
"model": "minecolonies:shingle/oak_clay_shingle_corner_concave",
"facing": {
"south": {},
"north": { "y": 180 },
"west": { "y": 90 },
"east": { "y": 270 }
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment