Skip to content

Instantly share code, notes, and snippets.

@Umpaz
Created June 7, 2020 13:21
Show Gist options
  • Save Umpaz/3d8456ef6d173de02b6ca77e08379f22 to your computer and use it in GitHub Desktop.
Save Umpaz/3d8456ef6d173de02b6ca77e08379f22 to your computer and use it in GitHub Desktop.
Blockstate
{
"variants": {
"axis=y": { "model": "block/rose_quartz_pillar_block" },
"axis=z": { "model": "block/rose_quartz_pillar_block", "x": 90 },
"axis=x": { "model": "block/rose_quartz_pillar_block", "x": 90, "y": 90 }
}
}
Model
{
"parent": "block/cube_column",
"textures": {
"end": "umpaztweaks:blocks/rose_quartz_pillar_top",
"side": "umpaztweaks:blocks/rose_quartz_pillar"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment