Direwolf20-MC / JustDireThings

Just some things Direwolf20 wants to have.
MIT License
33 stars 11 forks source link

Multiple Goo blocks on a single Mutatable block #23

Open anexusarchon opened 5 months ago

anexusarchon commented 5 months ago

If you have multiple goo blocks touching a single mutatable block, the goo will spread from multiple directions, yet doesn't mutate any faster. The resulting mutation texture ends up having a lot of z-fighting.

Direwolf20-MC commented 5 months ago

Yeaaa, because of the way goo spreads, it doesn't really affect the block its working on in a way that can be detected easily by other goo. For now I'd say - just don't do that - and i'll see if I can solve it :).

Ultimately it won't hurt anything, just looks weird.