SilentChaos512 / SilentLib

A common library for mods to use, to making updating and creating new mods easier.
https://www.curseforge.com/minecraft/mc-mods/silent-lib
MIT License
14 stars 6 forks source link

Updated to 1.18.2 and forge 40.0.18+ #34

Closed Cyborgmas closed 2 years ago

Cyborgmas commented 2 years ago

Removed TagUtils class. Tags were reworked a lot, no clue how the hack would be done or if it is needed.

SilentChaos512 commented 2 years ago

I would rather not remove the TagUtils class, since I use the containsSafe methods frequently. The hack code can be removed. I couldn't figure that out either. Hopefully it's no longer necessary, but who knows. It was a workaround for a really bizarre, inconsistent crash.

Cyborgmas commented 2 years ago

Added the class back, although now its only some helper methods.

SilentChaos512 commented 2 years ago

Hmm, seems like your code for TagUtils won't work at all. But I think I know how to fix it. I'll tackle that.