Created
June 26, 2018 10:35
-
-
Save Asherslab/4e6beea402e2ff9dd8ca6366409c0b1a 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
{ | |
"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