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 d9f0891 commit 4c3b667
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,16 @@ description = '''
${mod_description}
'''

[[dependencies.${ mod_id }]]
modId = "forge"
mandatory = true
versionRange = "[41.1.0,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.${ mod_id }]]
modId = "bookshelf"
mandatory = true
versionRange = "[14.0.2,)"
versionRange = "[14.2.10,)"
ordering = "NONE"
side = "BOTH"
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Project
version=8.0
version=8.1
group=net.darkhax.additionalbanners

# Common
minecraft_version=1.19

# Forge
forge_version=41.0.94
bookshelf_version=14.1.7
forge_version=41.1.0
bookshelf_version=14.2.10

# Fabric
fabric_version=0.57.0+1.19
fabric_version=0.58.0+1.19
fabric_loader_version=0.14.8

# Mod options
Expand Down

0 comments on commit 4c3b667

Please sign in to comment.