1.17 Creative menu crash
sleepy-evelyn opened this issue ยท 1 comments
Description: Kibe crashes when clicking on it's creative menu tab
Version: kibe-1.7.2-BETA+1.17
Environment: AOF4s 1.17 experimental pack, includes mods like REI, Conjuring etc... They have a link in there discord
Crash report: https://gist.github.com/profjb58/cda8edd5f5772e6d5c2e2642605c2d2b
p.s. just from a basic observation I see Gunpowder included in the crash log, the 2 may not be related though
at io.github.gunpowder.api.components.ComponentsKt.getComponents(ComponentsKt.java:30) at io.github.gunpowder.entities.ComponentHandler.initComponents(ComponentHandler.java:10)
This is a gunpowder related issue, it uses Kotlin Reflect which uses the Metadata annotation on classes if available, which doesn't get remapped. See relevant Tiny Remapper issue here: FabricMC/tiny-remapper#59
I'll publish a fix in gunpowder later today, but definitely a bug on my end.