Curious 1.19.2-5.1.3.0 mixins crash
pasta-pasta opened this issue ยท 3 comments
Versions (Be specific, do not write "latest"):
- Curios: 1.19.2-5.1.3.0
- Forge/Fabric: 43.2.0
Observed Behavior:
Developing mod with curious API. Running runClient task. Caught error at Mixing MixinApplyBonusCount from curios.mixins.json into net.minecraft.world.level.storage.loot.functions.ApplyBonusCount, crash.
Expected Behavior:
Successfull run of runClient gradle task.
Steps to Reproduce:
- IntelliJ IDEA, JDK 19, forge 43.2.0, gradle 8. Developed mod is still simple and don't override any core mechanics, nor does it use mixins in any way; i can provide zip if needed.
- Run gradle "run client" task.
Crash Log:https://pastebin.com/m21ZMdF8
build.gradle file: https://pastebin.com/EkQRJpgU
Everything in your build.gradle
looks correct, but I believe you should be using the forge Client
run configuration and not just the runClient task.
Updated build.gradle file, now catching different error:https://pastebin.com/Q6SAxhzU
https://pastebin.com/ZzVLFtBq