diff options
author | TacoMonkey <75862693+TacoMonkey11@users.noreply.github.com> | 2022-01-25 16:55:40 -0500 |
---|---|---|
committer | TacoMonkey <75862693+TacoMonkey11@users.noreply.github.com> | 2022-01-25 16:55:40 -0500 |
commit | c4ae62f787c9ac3d62dc4ccbf609ea9815d7316e (patch) | |
tree | 4b310baa7957f1fcd9cfd3e04804b59122c43799 /src/main/resources/skyblocker.mixins.json | |
parent | aae93755805a66d6cd253963307d69978d4d86fc (diff) | |
parent | 68845ac4718986e22f47fbd38a43d10116137889 (diff) | |
download | Skyblocker-c4ae62f787c9ac3d62dc4ccbf609ea9815d7316e.tar.gz Skyblocker-c4ae62f787c9ac3d62dc4ccbf609ea9815d7316e.tar.bz2 Skyblocker-c4ae62f787c9ac3d62dc4ccbf609ea9815d7316e.zip |
Merge branch '1.18.x'
Diffstat (limited to 'src/main/resources/skyblocker.mixins.json')
-rw-r--r-- | src/main/resources/skyblocker.mixins.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json index abc219fa..1c37565f 100644 --- a/src/main/resources/skyblocker.mixins.json +++ b/src/main/resources/skyblocker.mixins.json @@ -9,9 +9,10 @@ "ItemRendererMixin", "MinecraftClientMixin", "AccessorWorldRenderer", + "LeverBlockMixin", "GenericContainerScreenMixin", "GenericContainerScreenHandlerMixin", - "LeverBlockMixin" + "SoundManagerMixin" ], "injectors": { "defaultRequire": 1 |