diff options
| author | Yasin <LifeIsAParadox@users.noreply.github.com> | 2023-10-21 11:42:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-21 11:42:59 +0200 |
| commit | 5fcda4237f4171c77a89e73cac6bd9cd07a10b15 (patch) | |
| tree | 7acf9d8f560e0c8899ad4ea7932398b66c21cc39 /src/main/resources | |
| parent | cb13f32c5ed304fa921358682b752a19451f5e0e (diff) | |
| parent | 99a538292ac344aa9fd6087a2752e20563bf310c (diff) | |
| download | Skyblocker-5fcda4237f4171c77a89e73cac6bd9cd07a10b15.tar.gz Skyblocker-5fcda4237f4171c77a89e73cac6bd9cd07a10b15.tar.bz2 Skyblocker-5fcda4237f4171c77a89e73cac6bd9cd07a10b15.zip | |
Merge pull request #377 from AzureAaron/new-prefix
Patch Float/Double Field Controller Bug
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/skyblocker.mixins.json | 7 |
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 |
