Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BeeEntity mixin failure on -FABRIC artifacts #4735

Open
DiamonDoughnut opened this issue Aug 10, 2024 · 0 comments
Open

BeeEntity mixin failure on -FABRIC artifacts #4735

DiamonDoughnut opened this issue Aug 10, 2024 · 0 comments

Comments

@DiamonDoughnut
Copy link

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

  1. Create new mod in IntelliJ dev environment
  2. Enter Botania Fabric version in dependencies and proper maven repo into mavens
  3. (optionally) genSources with cfr or vineflower
  4. run configuration runClient
  5. Error after short compilation and attempted client start

Other information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant