[object Object]

Results 103 comments of [object Object]

@macks2008 Please open a new issue - also, can you confirm what exactly you named the cube?

I did a bit more investigating. Fabric has the same issue, but I guess due to how CC works, it only occurs when you reload the game (ie. deserialize the...

We should check if this is still an issue in the latest prerelease.

Full traceback: ``` [18:05:42] [Render thread/ERROR]: Error from mod 'hexcasting' java.lang.RuntimeException: java.lang.NoSuchMethodException: net.minecraft.class_2960.() at me.shedaniel.autoconfig.util.Utils.constructUnsafely(Utils.java:49) ~[cloth-config-11.1.118-fabric.jar:?] at me.shedaniel.autoconfig.gui.DefaultGuiProviders.lambda$apply$44(DefaultGuiProviders.java:242) ~[cloth-config-11.1.118-fabric.jar:?] at me.shedaniel.autoconfig.gui.registry.GuiRegistry.lambda$get$3(GuiRegistry.java:74) ~[cloth-config-11.1.118-fabric.jar:?] at java.util.Optional.map(Optional.java:260) ~[?:?] at me.shedaniel.autoconfig.gui.registry.GuiRegistry.get(GuiRegistry.java:74) ~[cloth-config-11.1.118-fabric.jar:?] at me.shedaniel.autoconfig.gui.registry.ComposedGuiRegistryAccess.lambda$get$0(ComposedGuiRegistryAccess.java:49)...

Actually let's reopen this. #578 is for 1.20, and this is still an issue people are running into on 1.19 (see #659). As a workaround, downgrading to a Cloth Config...

Let's test it in the 1.20.1 prereleases.

The issue occurs because `ConstMediaAction` calls `execute` in `Action#operate`, which runs *before* media is withdrawn in side effects. ![image](https://github.com/FallingColors/HexMod/assets/37044997/bc5938c3-0585-4a2b-9410-e5bc8e3c73d8) I guess the fix would be to do something similar to...

okay, I see why it doesn't already work like that - none of the side effects on 1.19 are able to modify the harness state, so they wouldn't be able...