Closed Entoarox closed 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.
crystalFluid
Fixed in the dev build, hopefully. Leaving this tracked.
No longer able to repro, think this one's good.
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.