I created a mod that depends on Paxi to work. Mixining into one of Paxi classes works perfectly in IDE, but when I try to get the built version of mod in instance, I can't start it because Fabric can't see methods that I @Inject. Refmap doesn't generate, so mod can't work.
https://github.com/Lancet-crow/paxifix
Can someone help me to fix this problem?