Skip to content

Commit

Permalink
Fixed forge not launching
Browse files Browse the repository at this point in the history
  • Loading branch information
StewStrong committed Oct 16, 2023
1 parent cb158e8 commit 63468f6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import org.valkyrienskies.mod.common.VSGameUtilsKt;
import org.valkyrienskies.mod.common.util.VectorConversionsMCKt;

@Mixin(targets = "com.simibubi.create.foundation.blockEntity.behaviour.scrollValue.ScrollValueBehaviour")
@Mixin(ScrollValueBehaviour.class)
public class MixinScrollValueBehaviour {

@Redirect(
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"compat.create.client.MixinContraptionRenderInfo",
"compat.create.client.MixinCullingBlockEntityIterator",
"compat.create.client.MixinFlwContraption",
"compat.create.client.MixinScrollValueBehaviour",
"compat.create.client.MixinSuperGlueSelectionHandler",
"compat.create.client.MixinValueBox"
],
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion forge/src/main/resources/valkyrienskies-forge.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"client.render.MixinLevelRenderer",
"compat.create.client.MixinContraptionRenderInfo",
"compat.create.client.MixinFlwContraption",
"compat.create.client.MixinScrollValueBehaviour",
"compat.create.client.MixinValueBox",
"compat.sodium.MixinRenderSectionManager",
"compat.tis3d.MixinCasingTileEntityRender",
Expand Down

0 comments on commit 63468f6

Please sign in to comment.