Incompatibility with Yarn mappings when used as dependency #4735
Labels
1.20.1
Issue has been reported for version 1.20.1 of Minecraft
compatibility
Problems interacting with other mods
investigate
Mod Loader
Fabric
Minecraft Version
1.20.1
Botania version
1.20.1-445 & 1.20.1-446
Modloader version
Fabric: Loader 0.16.0
Modpack info
No response
The latest.log file
https://pastebin.com/U7UYgXHe
Issue description
In IntelliJ Idea dev environment with no code other than gradle and fabric.json modified - Main and MainClient classes are empty - as well as in written mods with one to multiple dependencies, Mod will compile without issue, but crashes on "runClient" configuration with the above error - I believe this is due to the botania.refmap.json calling to the classes and methods in original minecraft mappings, rather than yarn mappings - though I'm not too experienced with mixins, so I'm not certain that's even an issue. Xplat uses base mappings and conflicts with any attempt to use Yarn mappings to call directly to any item/block in Botania, so not having found a way to circumvent this, I would like to look into either helping push towards a fix or to be informed of an effective workaround.
Steps to reproduce
Other information
No response
The text was updated successfully, but these errors were encountered: