help with custom amethyst block

Started by Boxjumper on

Topic category: Help with MCreator software

Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
help with custom amethyst block

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.

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try looking at the…
Sat, 06/18/2022 - 14:18

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.

Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I got it working it was a…
Sun, 06/19/2022 - 13:45

I got it working it was a combo of the blockstate and the procedure.