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 50580f8 commit 2fcb63c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ 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.4.0-beta
mod_version=0.4.1-beta
maven_group=com.mmodding.env.json
archives_base_name=env_json

# Dependencies
fabric_version=0.97.5+1.20.5
fabric_version=0.97.8+1.20.6
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"depends": {
"fabricloader": ">=0.15.1",
"minecraft": ">=1.20.5",
"minecraft": ">=1.20.5 <=1.20.6",
"java": ">=21",
"fabric-api": "*"
},
Expand Down

0 comments on commit 2fcb63c

Please sign in to comment.