Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
FirstMegaGame4 committed Apr 30, 2024
1 parent 2f511ce commit 68a8923
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.5
yarn_mappings=1.20.5+build.1
minecraft_version=1.20.6
yarn_mappings=1.20.6+build.1
loader_version=0.15.1

# Mod Properties
mod_version=0.0.5-alpha
mod_version=0.0.6-alpha
maven_group=com.mmodding.env.driven.assets
archives_base_name=env_driven_assets

# Dependencies
fabric_version=0.97.5+1.20.5
env_json_version=0.4.0
fabric_version=0.97.8+1.20.6
env_json_version=0.4.1

# Compatibilities
sodium_version=mc1.20.5-0.5.8
sodium_version=mc1.20.6-0.5.8
axiom_version=2.7.0
noindium_version=1.1.0+1.20.4
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
],
"depends": {
"fabricloader": ">=0.15.1",
"minecraft": ">=1.20.5",
"minecraft": ">=1.20.5 <=1.20.6",
"java": ">=21",
"fabric-api": "*",
"env_json": ">=0.4.0-"
"env_json": ">=0.4.1-"
},
"suggests": {
"env-driven-data": "*"
Expand Down

0 comments on commit 68a8923

Please sign in to comment.