![Better Wandering Traders [FABRIC]](https://media.forgecdn.net/avatars/thumbnails/273/77/256/256/637253536967454984.png)
Other mods accessing TradeOffers causes your mod to crash
Linguardium opened this issue ยท 1 comments
You add a static reference to your autoconfig which may be initialized before your mod does (so your config isnt loaded yet).
ideally, dont access your config statically in a mixin as you cant guarantee your mod will load first.
you may want to get access to the list and then add to it in your mod rather than the mixin. you could add an accessor for this