aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>2023-09-27 22:27:37 -0400
committerKevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>2023-09-27 22:27:37 -0400
commite64e67b45467977028afe27ff0c148c4caf77a58 (patch)
tree7df93a2a605b77630cff9a6710080117ccecdccd
parentad909938171f17cc53dbf9f5d402246e3c7138fe (diff)
downloadSkyblocker-e64e67b45467977028afe27ff0c148c4caf77a58.tar.gz
Skyblocker-e64e67b45467977028afe27ff0c148c4caf77a58.tar.bz2
Skyblocker-e64e67b45467977028afe27ff0c148c4caf77a58.zip
Bump dependencies and remove emi from runtime
-rw-r--r--build.gradle2
-rw-r--r--gradle.properties6
2 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 8b2140f4..d26c0e92 100644
--- a/build.gradle
+++ b/build.gradle
@@ -59,7 +59,7 @@ dependencies {
// EMI
modCompileOnly "dev.emi:emi-fabric:${project.emi_version}:api"
- modLocalRuntime "dev.emi:emi-fabric:${project.emi_version}"
+// modLocalRuntime "dev.emi:emi-fabric:${project.emi_version}" TODO uncomment when EMI is updated
// Renderer (https://github.com/0x3C50/Renderer)
include modImplementation("com.github.0x3C50:Renderer:${project.renderer_version}") {
diff --git a/gradle.properties b/gradle.properties
index 4e236fb1..3c2a112b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -15,16 +15,16 @@ fabric_api_version=0.89.1+1.20.2
## YACL (https://github.com/isXander/YetAnotherConfigLib)
yacl_version=3.2.0+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)