MineColonies

MineColonies

65M Downloads

Crash on launch in IntelliJ IDEA: setGlowing override error

Closed this issue ยท 1 comments

commented

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

  1. Forge 47.3.0
  2. BlockUI 1.20.1-1.0.190
  3. Domum Ornamentum 1.20.1-1.0.184
  4. 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

  1. 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"
  1. Run debug in IntelliJ IDEA.

Logs

https://gist.githubusercontent.com/elifian/c2aafa6cf5dc736a1d6eb2475522892f/raw/2bd0f2f003e6b3d3dcf11e48c08286b4c5f86d0f/latest.log

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.
commented

Loom is for building Fabric mods, if you put our mods on there it's guaranteed not to work as they're built for Forge, not Fabric