aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2024-08-18 15:41:11 -0400
committerGitHub <noreply@github.com>2024-08-18 15:41:11 -0400
commit31af537e8ea86c2208ca75f708d55845408c94be (patch)
treec1307107b8e33dbb9463afafeedf75f242358aa1 /gradle.properties
parentec6a2176bf6636c3c2fe1daaa5d2d228e946cd87 (diff)
parent39d78b4bf85d745559bc9eaecce807aaf5fd450e (diff)
downloadSkyblocker-31af537e8ea86c2208ca75f708d55845408c94be.tar.gz
Skyblocker-31af537e8ea86c2208ca75f708d55845408c94be.tar.bz2
Skyblocker-31af537e8ea86c2208ca75f708d55845408c94be.zip
Merge pull request #448 from kevinthegreat1/jei
Add JEI integration
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 9e3189db..85c89dc3 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,7 +4,7 @@ org.gradle.parallel=true
# Fabric Properties (https://fabricmc.net/versions.html)
## 1.21.1
minecraft_version=1.21.1
-yarn_mappings=1.21.1+build.1
+yarn_mappings=1.21.1+build.3
loader_version=0.15.11
#Fabric api
@@ -22,6 +22,8 @@ mod_menu_version = 11.0.0-beta.1
rei_version = 13.0.666
## EMI (https://modrinth.com/mod/emi/versions)
emi_version = 1.1.10+1.21
+## JEI (https://modrinth.com/mod/jei/versions)
+jei_version = 19.8.4.113
# Minecraft and Related Libraries
## McDev Annotations (https://central.sonatype.com/artifact/com.demonwav.mcdev/annotations)