MercuriusXeno / Goo

A Minecraft mod about Goo, and making stuff with it.
MIT License
7 stars 3 forks source link

Goo type conversion bug #100

Closed Entoarox closed 3 years ago

Entoarox commented 3 years ago

When changing the type of the crystal at https://github.com/MercuriusXeno/Goo/blob/1.16.3/src/main/java/com/xeno/goo/tiles/GooBulbTile.java#L248, you are not updating what the crystalFluid is to match that of the crystal, this causes the most-abundant goo fluid to be converted into that of the pre-existing crystal's type, no matter what type that crystal actually is.

MercuriusXeno commented 3 years ago

Fixed in the dev build, hopefully. Leaving this tracked.

MercuriusXeno commented 3 years ago

No longer able to repro, think this one's good.