Haven-King / TinyTweaks

A collection of small tweaks for Minecraft
MIT License
9 stars 6 forks source link

Incompatible with Dropz #51

Closed Zentheon closed 3 years ago

Zentheon commented 3 years ago

The sapling autoplanting feature doesn't seem to play nicely with whatever mixins Dropz uses in the class it attempts to inject at log.txt

Haven-King commented 3 years ago

This is entirely on their end, as they replace the entire ItemEntity#tick method. I could add a hacky workaround, but the correct fix for this would be for them to not replace that entire method.

Zentheon commented 3 years ago

Fair enough