#Empty refmap.json on build?

6 messages · Page 1 of 1 (latest)

quasi notch
#

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?

GitHub

Contribute to Lancet-crow/paxifix development by creating an account on GitHub.

short tangle
#

you set refmap to false in the mixin

quasi notch
#

But yeah, it generates refmap, I see

short tangle
#

you have to set it to true for all mixin annotations with minecraft classes, and false for any other

quasi notch