Advanced Golems (Forge)

Advanced Golems (Forge)

5.8k Downloads

Compatability with YungsbetterMineshafts and Polymer

valous2 opened this issue ยท 3 comments

commented

Modloader

Fabric

Minecraft version

1.19.2

Modloader version

Quilt Loader 0.17.6

Mod version

advancedgolems-1.19-1.2.0-fabric.jar

TenshiLib version

tenshilib-1.19-1.6.11-fabric.jar

Description

I noticed that this mod when installed along side any of the Yungs better Mods and the mod polymer-all-0.2.18+1.19.2 will cause the server to crash on boot, even on a new world generation. I can install any combination of two of theses mods but as soon as I try the third it a no go.

I don't know which mod is causing this error so I am submitting this report to all three authors in hopes a fix can be made.

Steps to reproduce

  1. Step one: Install this mod, Polymer, and any of Yangs better mods.
  2. Step two: Start server.

Mods that might affect the issue

Yungs Better Mineshafts*
Yungs Api
Cloth Api
Polymer
Quilt Fabric Api
Advanced Golems
Tenshi Lib

*I have all of Yungs better mods installed but only takes one of them to produce an error.

Logs

log file

commented

Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [yungsbridges.mixins.json:SuppressLogMixin from mod yungsbridges] from phase [DEFAULT] in config [yungsbridges.mixins.json] FAILED during PREPARE
nothing to do with this mod from the logs. also since your using quilt you are kinda on your own. idk quilt

commented

Hey, the issue is possibly caused by your mod using MC class in you mixin plugin (most likely via your config). This will break any mod mixing into that class

commented

hmm i dont see me using any mc classes in my mixin config.
even the mixin themselfs dont target mc classes except for an accessor mixin which shouldnt break