Mixin Crash
Mattabase opened this issue · 3 comments
Version
lootjs-fabric-1.19.2-2.7.5.jar
Crash Report
https://gist.github.com/ffecfa4f03c2cc84899d087f035dd329
Log
No response
Additional Context
Yes
Modifications
Repurposed Structures
https://shartte.github.io/minecraft-mapper/
Did the crash happen in singleplayer or on a server?
Both
To the LootJS dev, I am the dev for repurposed structures. Let me know if there’s anything I am doing incorrectly on my end. But in order to roll another loot table within my mixin, I have to get a new loot context as iirc, there way something that prevented me from reusing the current one or some sort of infinite recursion or something. Is there a more preferred way of making a copy of a loot context?
@TelepathicGrunt Thank you!