aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2023-10-20 19:28:02 -0400
committerAaron <51387595+AzureAaron@users.noreply.github.com>2023-10-20 19:28:02 -0400
commit99a538292ac344aa9fd6087a2752e20563bf310c (patch)
tree498874667851b47ed5e10d735568fb31eb0e3b7f /src/main/resources
parente3177643df14bc08cd4544eed85898c723f02b4f (diff)
downloadSkyblocker-99a538292ac344aa9fd6087a2752e20563bf310c.tar.gz
Skyblocker-99a538292ac344aa9fd6087a2752e20563bf310c.tar.bz2
Skyblocker-99a538292ac344aa9fd6087a2752e20563bf310c.zip
Patch Float/Double Field Controller Bug
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/skyblocker.mixins.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json
index 4e7bfe16..5bafb324 100644
--- a/src/main/resources/skyblocker.mixins.json
+++ b/src/main/resources/skyblocker.mixins.json
@@ -36,7 +36,12 @@
"accessor.PlayerListHudAccessor",
"accessor.RecipeBookWidgetAccessor",
"accessor.ScreenAccessor",
- "accessor.WorldRendererAccessor"
+ "accessor.WorldRendererAccessor",
+ "yacl.DoubleFieldControllerMixin",
+ "yacl.FloatFieldControllerMixin",
+ "yacl.IntegerFieldControllerMixin",
+ "yacl.LongFieldControllerMixin",
+ "yacl.NumberFieldControllerMixin"
],
"injectors": {
"defaultRequire": 1