diff options
| author | Grayray75 <69988482+Grayray75@users.noreply.github.com> | 2023-10-03 13:56:25 +0200 |
|---|---|---|
| committer | Grayray75 <69988482+Grayray75@users.noreply.github.com> | 2023-10-03 14:29:39 +0200 |
| commit | ec2fe2475610e5c1c705d296a697e92803b8db7a (patch) | |
| tree | 184b07890aeebad87e1d7f241133d79390e414f1 /gradle.properties | |
| parent | 3cc5f282d65d37c66a8c93035da38210c42fcb1d (diff) | |
| parent | 88e208843710cb7a46f49c9d404cb10935b66b38 (diff) | |
| download | Skyblocker-ec2fe2475610e5c1c705d296a697e92803b8db7a.tar.gz Skyblocker-ec2fe2475610e5c1c705d296a697e92803b8db7a.tar.bz2 Skyblocker-ec2fe2475610e5c1c705d296a697e92803b8db7a.zip | |
Merge branch 'master' into item-cooldown
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gradle.properties b/gradle.properties index d7913486..44dbbc41 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,19 +11,20 @@ loader_version=0.14.22 ## 1.20 fabric_api_version=0.89.1+1.20.2 -## Cloth Api (https://modrinth.com/mod/cloth-config/versions) -clothconfig_version=12.0.108 +# Dependencies +## YACL (https://github.com/isXander/YetAnotherConfigLib) +yacl_version=3.2.1+1.20.2 ## Mod Menu (https://modrinth.com/mod/modmenu/versions) -mod_menu_version=8.0.0-beta.2 +mod_menu_version = 8.0.0 ## REI (https://modrinth.com/mod/rei/versions?l=fabric) -rei_version=12.0.625 +rei_version = 13.0.661 ## EMI (https://modrinth.com/mod/emi/versions) emi_version = 1.0.19+1.20.1 ## Renderer (https://github.com/0x3C50/Renderer) renderer_version = master-SNAPSHOT ## Mixin Extras (https://github.com/LlamaLad7/MixinExtras) -mixin_extras_version=0.2.0-beta.9 +mixin_extras_version = 0.2.0-rc.5 ## Better Inject (https://github.com/caoimhebyrne/BetterInject) betterinject_version=0.1.3 ## Occlusion Culling (https://github.com/LogisticsCraft/OcclusionCulling) |
