Goo type conversion bug
Entoarox opened this issue ยท 2 comments
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.