You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create new mod in IntelliJ dev environment
Enter Botania Fabric version in dependencies and proper maven repo into mavens
(optionally) genSources with cfr or vineflower
run configuration runClient
Error after short compilation and attempted client start
Other information
No response
The text was updated successfully, but these errors were encountered:
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: