aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2023-05-11 01:54:39 -0400
committerAaron <51387595+AzureAaron@users.noreply.github.com>2023-06-17 01:32:14 -0400
commitb28a20421348c3385022deeb3cb1ea0ea74928af (patch)
tree71194fe5dc1ad6c92cb7e044216d241738704e8d /src/main/resources
parent826a6d8fd9a38c794eb70b7a71aa969dfddd685c (diff)
downloadSkyblocker-b28a20421348c3385022deeb3cb1ea0ea74928af.tar.gz
Skyblocker-b28a20421348c3385022deeb3cb1ea0ea74928af.tar.bz2
Skyblocker-b28a20421348c3385022deeb3cb1ea0ea74928af.zip
1.20 Port
The game launches successfully without any crashes!
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json4
-rw-r--r--src/main/resources/skyblocker.mixins.json6
2 files changed, 4 insertions, 6 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 14c1e6f1..b407b737 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -30,9 +30,9 @@
],
"depends": {
"fabricloader": ">=0.14.19",
- "fabric-api": ">=0.81.0+1.19.4",
+ "fabric-api": ">=0.80.2+1.20",
"cloth-config2": "*",
- "minecraft": "~1.19.4"
+ "minecraft": "~1.20-beta.1"
},
"custom": {
"modmenu": {
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json
index 6fa2596a..f8b39c93 100644
--- a/src/main/resources/skyblocker.mixins.json
+++ b/src/main/resources/skyblocker.mixins.json
@@ -6,20 +6,18 @@
"AccessorWorldRenderer",
"ClientPlayerEntityMixin",
"ClientPlayNetworkHandlerMixin",
+ "DrawContextMixin",
"FarmlandBlockMixin",
"GenericContainerScreenHandlerMixin",
"HandledScreenAccessor",
"HandledScreenMixin",
"InGameHudMixin",
"InventoryScreenMixin",
- "ItemRendererMixin",
"LeverBlockMixin",
"MinecraftClientMixin",
- "RecipeBookWidgetAccessor",
- "HandledScreenAccessor",
"PlayerListHudAccessor",
"PlayerListHudMixin",
- "ScreenMixin"
+ "RecipeBookWidgetAccessor"
],
"injectors": {
"defaultRequire": 1