ldtteam / minecolonies

Minecolonies minecraft mod
http://minecolonies.com/
GNU General Public License v3.0
717 stars 357 forks source link

Crash on launch in IntelliJ IDEA: setGlowing override error #10793

Closed elifian closed 1 month ago

elifian commented 1 month ago

Is there an existing issue for this?

Are you using the latest MineColonies Version?

Did you check on the Wiki? or ask on Discord?

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

Logs

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

Anything else?

No response

Footer


Viewers

Thodor12 commented 1 month ago

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