Skip to content

Instantly share code, notes, and snippets.

@killerjdog51
Last active June 24, 2020 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save killerjdog51/9b5dda570365699efedfe7a3e64641e7 to your computer and use it in GitHub Desktop.
Save killerjdog51/9b5dda570365699efedfe7a3e64641e7 to your computer and use it in GitHub Desktop.
{ "parent": "block/block",
"ambientocclusion": false,
"textures": {
"particle": "biome_enhancements:blocks/palm_log",
"bottom": "biome_enhancements:blocks/palm_log_top",
"top": "biome_enhancements:blocks/palm_log_top",
"side": "biome_enhancements:blocks/palm_log"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }
}
},
{ "from": [ 0, 8, 0 ],
"to": [ 16, 8, 16 ],
"faces": {
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#top"},
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#top"},
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#top"},
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#top"}
}
},
{ "from": [ 0, 8, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"north": { "uv": [ 0, 0, 16, 8 ], "texture": "#side" },
"south": { "uv": [ 0, 0, 16, 8 ], "texture": "#side" },
"west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side" },
"east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side" }
}
},
{ "from": [ 1, 0, 1 ],
"to": [ 15, 8, 15 ],
"faces": {
"north": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" },
"south": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" },
"west": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" },
"east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" }
}
},
{ "from": [ 1, 0, 1 ],
"to": [ 15, 16, 15 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment