Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkhax committed Jul 27, 2022
1 parent ae7bf15 commit 4a5e608
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions Fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ task publishCurseForge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge)
mainFile.changelogType = 'markdown'
mainFile.changelog = project.ext.mod_changelog
mainFile.addJavaVersion('Java 17')
mainFile.addModLoader('Fabric')
mainFile.addModLoader('Quilt')
mainFile.addRequirement('bookshelf')

// Append Patreon Supporters
Expand Down
4 changes: 2 additions & 2 deletions Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ${mod_description}
[[dependencies.${ mod_id }]]
modId = "forge"
mandatory = true
versionRange = "[41,)"
versionRange = "[41.1.0,)"
ordering = "NONE"
side = "CLIENT"

Expand All @@ -32,6 +32,6 @@ side = "CLIENT"
[[dependencies.${ mod_id }]]
modId = "bookshelf"
mandatory = true
versionRange = "[14.0.2,)"
versionRange = "[14.2.10,)"
ordering = "NONE"
side = "CLIENT"
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Project
version=11.0
version=11.1
group=net.darkhax.enchdesc

# Common
minecraft_version=1.19
bookshelf_version=14.0.2
bookshelf_version=14.2.10

# Forge
forge_version=41.0.4
forge_version=41.1.0

# Fabric
fabric_version=0.55.3+1.19
fabric_loader_version=0.14.7
fabric_version=0.58.0+1.19
fabric_loader_version=0.14.8

# Mod options
mod_name=EnchantmentDescriptions
Expand Down

0 comments on commit 4a5e608

Please sign in to comment.