[NeoForge 1.21.1] `LevelRenderer` being unconditionally exported by Mixin
EnderTurret opened this issue ยท 1 comments
Question
NeoForge version: 21.1.90
Framed Blocks version: 10.2.1
Hello. I noticed in my private modpack that for some reason LevelRenderer
is being exported (in .mixin.out/class
) even without -Dmixin.debug.export=true
. I traced it back to this mod, specifically MixinLevelRenderer
having @Debug(export = true)
. Could that annotation be removed so that mixin stops dumping LevelRenderer
?