
Crash on launch in IntelliJ IDEA: setGlowing override error
Closed this issue ยท 1 comments
Is there an existing issue for this?
- I have searched the existing issues.
Are you using the latest MineColonies Version?
- I am running the latest beta/release version of MineColonies for my Minecraft version.
I am also running the latest versions of other mods that are part of my problem.
Did you check on the Wiki? or ask on Discord?
- I checked the MineColonies Wiki and made sure my issue is not covered there. Or I was sent from discord to open an issue here.
Minecraft Version
1.20
MineColonies Version
1.20.1-1.1.864
Structurize Version
1.20.1-1.0.768
Related Mods and their Versions
- Forge 47.3.0
- BlockUI 1.20.1-1.0.190
- Domum Ornamentum 1.20.1-1.0.184
- MultiPiston 1.20-1.2.30
Java Version
JetBrains Runtime 17.0.14
I want to integrate the MineColonies mod into my Minecraft mod, but when I run the game, I get the following error:
"class com.minecolonies.core.entity.citizen.EntityCitizen overrides final method net.minecraft.entity.Entity.setGlowing(Z)V"
I'm using Architectury Loom and the dependencies for MineColonies listed under "Required Dependencies" on CurseForge.
Reproduction Steps
- Add the following dependencies in Gradle:
modImplementation "curse.maven:minecolonies-245506:6419993"
modImplementation "curse.maven:structurize-298744:6370438"
modImplementation "curse.maven:multi-piston-303278:4631200"
modImplementation "curse.maven:blockui-522992:6368392"
modImplementation "curse.maven:domum-ornamentum-527361:5210746"
- Run debug in IntelliJ IDEA.
Logs
Anything else?
No response
Footer
Viewers
- Add a thumbs-up to the bug report if you are also affected. This helps the bug report become more visible to the team and doesn't clutter the comments.
- Add a comment if you have any insights or background information that isn't already part of the conversation.