[Bug]: Colorful Azaleas using same package as Bovine and Buttercup class
TelepathicGrunt opened this issue ยท 3 comments
Bug Description
This line here is the the issue
Causes this error which I reported on the wrong repo:
MerchantCalico/bovines-and-buttercups-archive#8
Copy pasted from above link:
I was testing some mod compat work but then found that Colorful Azalea and Bovine and Buttercups mod will not run together. Each one can run separately. Using latest Forge and latest version of each mod for 1.19.2.
https://www.curseforge.com/minecraft/mc-mods/colorfulazaleas
https://www.curseforge.com/minecraft/mc-mods/bovines-and-buttercups
The issue is I am not sure what this error means or how Colorful Azalea is even involved. The latest.log file had no info but the launcher.log did.
Game/game () Info Exception in thread "main" java.lang.module.ResolutionException: Modules colorfulazaleas and bovinesandbuttercups export package net.merchantpug.bovinesandbuttercups to module minecraft
https://paste.ee/p/eN8ok
How to Reproduce?
Put on Colorful Azaleas and Bovine and Buttercups mod together. Try to run the game

Expected Behavior
Not crash
Version
2.0.0
Mod Loader Version
1.19.2 - 43.2.3
Mod Loader
Forge
Logs or additional context
ah, must've been an issue with my multiloader porting for this mod, I guess I can PR a fix for it.
I copied a few Bovines classes over for the purpose of making my life easier for this Modtoberfest PR, I just forgot to change this single package name I guess because I thought IntelliJ handled it for me..
