Skip to content

Commit

Permalink
update zeta dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Sep 20, 2024
1 parent 0730cb6 commit 2aad4d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ repositories {
mavenLocal()

maven {
// for Zeta
// for Zeta and JEI
name "blamejared"
url "https://maven.blamejared.com"
content {
Expand Down
2 changes: 1 addition & 1 deletion dependencies.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
forge=47.1.3
zeta=1.0-25.116
zeta=1.0-25.117
jei=15.17.0.76
terrablender=1.20.1-3.0.0.169
flan=5290172
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description='''Small things, improving Minecraft bit by bit.'''
[[dependencies.quark]]
modId="zeta"
mandatory=true
versionRange="[1.0-25,2.0)"
versionRange="[1.0-25.117,2.0)"
ordering="AFTER"
side="BOTH"

Expand Down

0 comments on commit 2aad4d0

Please sign in to comment.