Started by
Boxjumper
on
Topic category: Help with MCreator software
Im running 222.1.
I have a rotation problem. I have created my own citrine amethyst and like the purple amethyst it has crystals growing out of it but my crystals never grow out the right way. Its like there just growing in air and not from the block.
I have tryed all the diffrent block rotation modes but with no luck.
What am I missing ?? Im sure its something to do with the procedure. I have add it to github if any one has time could you please take a look at it.
https://github.com/Reeves82/Mcreator-help/blob/main/help2.ptpl
Many thanks.
Try looking at the blockstate json file for vanilla amethyst clusters in the vanilla jar archive . (\1.18.2.jar\assets\minecraft\blockstates\amethyst_cluster.json)
It probably uses a rotation format that Mcreator doesn't have a preset for so you'll need to code edit your file to match.
I got it working it was a combo of the blockstate and the procedure.