diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2023-12-23 16:45:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-23 16:45:47 -0500 |
commit | e2a13ec7171f6dd21641650a30604e4d3b3361c2 (patch) | |
tree | 635a53c80174ef9fbfdd1382124d87c2fb80eae0 /src/main/resources | |
parent | aaa011f6e5ddd8f8ea53086e218762d7f8bd2b05 (diff) | |
download | Skyblocker-e2a13ec7171f6dd21641650a30604e4d3b3361c2.tar.gz Skyblocker-e2a13ec7171f6dd21641650a30604e4d3b3361c2.tar.bz2 Skyblocker-e2a13ec7171f6dd21641650a30604e4d3b3361c2.zip |
Update fabric.mod.json access widener (#455)
Typo
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 717c72c2..e8f5ddb8 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,7 +34,7 @@ "mixins": [ "skyblocker.mixins.json" ], - "accesswidener": "skyblocker.accesswidener", + "accessWidener": "skyblocker.accesswidener", "depends": { "fabricloader": ">=0.15.0", "fabric-api": ">=0.91.1+1.20.3", |