TelepathicGrunt
TelepathicGrunt
Also, Topical Fern, Pathos, and Foliage are tagged as small flowers when they are not visually flowering plants. dracaena and croton is not flowering plant either right? Also seems Magic...
That’s only because mekanism did not add the check for item cooldown just yet. Please be patient for them to do the work needed. Just was delayed longer than expected...
Mekanism added feature now
Nope couldn’t fix it. If anyone wants to help, give a PR a shot and see if you can get it to be smoothed out!
@Gegy @jaskarth Sorry, I ended up doing one more commit to this PR! Based off of the work in this NeoForge PR to improve pregen even further: https://github.com/neoforged/NeoForge/pull/937 We found...
The cause is the Overwrite mixin here which is a big no. Overwrite mixins breaks other mixins very easily and are incompatible with other mods https://github.com/przemykomo/simple-planes/blob/5b1cb673d31187f3bf6c30bfecca1df421df4556/src/main/java/xyz/przemyk/simpleplanes/mixin/MixinEnchantmentHelper.java#L24 Someone came to me...
the pregenerated data would be impossible to verify if correct as a vanilla server could use datapacks to change worldgen. It's not worth the effort to generate an entirely new...
Jira issue report: https://bugs.mojang.com/browse/MC-268617
With NeoForge packaging Fabric Mixins and Mixin Extras, the buildscript stuff isn't that much needed anymore. I guess we could still have a document explaining when one should and should...
This could be fixed by making the crystals not attach to blocks outside the chunk that it is in. I am assuming the issue is caused by the crystals attaching...