Iskallia / Vault-public-S1

👾 (Legacy) A mod that adds the mystic vaults for Vault Hunters modpack. (Public port of the Livestream version)
GNU General Public License v3.0
84 stars 40 forks source link

Vault crystal has the wrong growth order #1109

Closed arwilson51 closed 1 year ago

arwilson51 commented 1 year ago

In the sky vaults world, the budding crystal block grows the crystals in the wrong order. This is caused by the crystal_bud_medium.json and crystal_bud_small.json files being backwards (the medium file references the small png and the small one references the medium png) should be fixed by just switching the files around (still needs to be tested) image

arwilson51 commented 1 year ago

Switching the text in the files (or renaming them exactly, which has more room for error if you rename incorrectly) works properly. Crystals grow in the correct order after this

codetaylor commented 1 year ago

Good catch, thanks! Fixed in-dev