diff options
| author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-07-19 10:32:34 +0800 |
|---|---|---|
| committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-07-19 10:32:34 +0800 |
| commit | 954e25b1a681e211b84f939a75925f8a96a01dd4 (patch) | |
| tree | a3994c56fc64d538d20e8d90970b894f28bd3be0 | |
| parent | c2e3c7fe5eeea767d2ce517a7ef9e4c67a7968e5 (diff) | |
| download | Skyblocker-954e25b1a681e211b84f939a75925f8a96a01dd4.tar.gz Skyblocker-954e25b1a681e211b84f939a75925f8a96a01dd4.tar.bz2 Skyblocker-954e25b1a681e211b84f939a75925f8a96a01dd4.zip | |
Update fabric api to 0.86.0
| -rw-r--r-- | gradle.properties | 2 | ||||
| -rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index ce4f22c0..fe9595f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ loader_version=0.14.21 #Fabric api ## 1.20 -fabric_api_version=0.83.0+1.20 +fabric_api_version=0.86.0+1.20.1 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ead46adc..5b383fe7 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,7 +30,7 @@ ], "depends": { "fabricloader": ">=0.14.21", - "fabric-api": ">=0.83.0+1.20", + "fabric-api": ">=0.86.0", "cloth-config2": "*", "minecraft": "~1.20" }, |
