OreCruncher

Results 130 comments of OreCruncher

Yep - mixin related: ``` [12:38:28] [main/WARN]: Mixin config mixins.dsurround.json requires mixin subsystem version 0.8 but 0.7.11 was found. The mixin config will not be applied. ``` [Try adding this...

``` [14:32:48] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/C:/Users/henri/AppData/Roaming/.henrikoLauncher/common/modstore/me/jellysquid/mods/phosphor/mod/phosphor-lighting/1.12.2-0.2.6/phosphor-lighting-1.12.2-0.2.6.jar Service=LaunchWrapper Env=CLIENT ``` Update Phosphor to 0.2.7. That version has 0.8 support for Mixin.

At this point it looks like the Mixin related issues are cleared up. For whatever reason Forge cannot identify malisiscore so it stops loading mods and apply transformers. This will...

I am not sure why the issue exists. It is baffling me. It looks like Forge is trying to apply the dependency list of MalisisDoors and is not finding malisiscore....

It looks like it calls out a specific forge version in its dependency list, whereas the prior version does not.

I removed it. To make that work would require server side support. The mod is now 100% for all supported features.

Have you tried it with the base pack plus DS? EDIT: Also, have you tried without OptiFine? EDIT2: Changelog for OptiFine G7 indicates it is compatible with Forge 36.0.42. Modpack...

@Omni35 Try this updated JAR and let me know if there is a difference. I changed how the handshake works when connecting to a server. https://github.com/OreCruncher/DynamicSurroundings2/releases/tag/1.16.4-4.0.4.1

Based on the screenshot timing information (right side toward the bottom under the HUD info) things look normal. What you can do is enable debug logging in all 4 configs,...

``` net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from The Betweenlands (thebetweenlands) Caused by: java.lang.IllegalArgumentException: Failed to register dimension for id 20, One is already registered at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:134) at thebetweenlands.common.TheBetweenlands.preInit(TheBetweenlands.java:130) ``` BetweenLands maybe?