Closed YoItSoul closed 3 months ago
Tempad is also available on a maven, use:
implementation fg.deobf("me.codexadrian.tempad:tempad-forge-1.20.1:2.3.4")
Tempad uses mixins in 1.20.1, so you also need to follow this if you're trying to depend on it from a forge environment
Bug Description
In a custom mod environment, during Initialization, Tempad causes a crash for the client. This environment is a custom mod that implements spawning tempads around/in structure by checking for their presence, and respawning them if they don't already exist.
I have already tried disabling (my) mod items that interact with Tempad to isolate the issue, upon removing tempad - the client can load.
How to Reproduce?
Run "runClient".
Expected Behavior
Client crash log.
Version
2.3.3
Mod Loader Version
1.20.1 - 43.7.0
Mod Loader
Forge
Logs or additional context
https://hastebin.com/share/quharaqiju.yaml
Code of Conduct