diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-06-07 12:03:54 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-06-17 01:32:14 -0400 |
commit | afe72f1857428dfdf7d9788992b5ff1b518c8a9c (patch) | |
tree | f35776491fdf23e03a88363a45371f44621169c1 | |
parent | ddf96fa87a28c8f2d664a31d0c5ffdaffc14f8c4 (diff) | |
download | Skyblocker-afe72f1857428dfdf7d9788992b5ff1b518c8a9c.tar.gz Skyblocker-afe72f1857428dfdf7d9788992b5ff1b518c8a9c.tar.bz2 Skyblocker-afe72f1857428dfdf7d9788992b5ff1b518c8a9c.zip |
1.20
-rw-r--r-- | gradle.properties | 6 | ||||
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 556932c1..3d1c4190 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.countr # Fabric Properties (https://fabricmc.net/versions.html) ## 1.20 -minecraft_version=1.20-rc1 -yarn_mappings=1.20-rc1+build.2 +minecraft_version=1.20 +yarn_mappings=1.20+build.1 loader_version=0.14.21 #Fabric api @@ -12,7 +12,7 @@ fabric_api_version=0.83.0+1.20 # Dependencies ## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) -clothconfig_version=10.0.96 +clothconfig_version=11.0.98 ## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) mod_menu_version=7.0.0-beta.2 ## REI (https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 661bfda5..ead46adc 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -32,7 +32,7 @@ "fabricloader": ">=0.14.21", "fabric-api": ">=0.83.0+1.20", "cloth-config2": "*", - "minecraft": "~1.20-rc.1" + "minecraft": "~1.20" }, "custom": { "modmenu": { |