diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2023-12-05 23:48:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 23:48:54 -0500 |
commit | 1b27e97c56f389834a2f2f9b382c92b2bf7065b7 (patch) | |
tree | fe03788956a427cfa332f8ab7831f126b88085f7 /gradle.properties | |
parent | 2aa935aa7e06fb8ec745412a3b18af5a590d862f (diff) | |
parent | 46ef4325bb6a6ee695c678bc86f9a446410c9198 (diff) | |
download | Skyblocker-1b27e97c56f389834a2f2f9b382c92b2bf7065b7.tar.gz Skyblocker-1b27e97c56f389834a2f2f9b382c92b2bf7065b7.tar.bz2 Skyblocker-1b27e97c56f389834a2f2f9b382c92b2bf7065b7.zip |
Merge pull request #443 from SkyblockerMod/1.20.3
1.20.3
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/gradle.properties b/gradle.properties index 0c76ec9e..f482e094 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,27 +3,25 @@ org.gradle.parallel=true # Fabric Properties (https://fabricmc.net/versions.html) ## 1.20 -minecraft_version=1.20.2 -yarn_mappings=1.20.2+build.1 -loader_version=0.14.22 +minecraft_version=1.20.3 +yarn_mappings=1.20.3+build.1 +loader_version=0.15.0 #Fabric api ## 1.20 -fabric_api_version=0.89.1+1.20.2 +fabric_api_version=0.91.1+1.20.3 # Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) -yacl_version=3.3.0-beta.1+1.20.2 +yacl_version=3.3.0-beta.1+1.20.3 ## Mod Menu (https://modrinth.com/mod/modmenu/versions) -mod_menu_version = 8.0.0 +mod_menu_version = 9.0.0-alpha.3 ## REI (https://modrinth.com/mod/rei/versions?l=fabric) rei_version = 13.0.666 ## EMI (https://modrinth.com/mod/emi/versions) emi_version = 1.0.22+1.20.2 # Minecraft and Related Libraries -## Mixin Extras (https://github.com/LlamaLad7/MixinExtras) -mixin_extras_version = 0.2.0 ## Better Inject (https://github.com/caoimhebyrne/BetterInject) betterinject_version=0.1.3 ## Occlusion Culling (https://github.com/LogisticsCraft/OcclusionCulling) |