Skip to content

Commit

Permalink
weh hoo
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse0017782 committed Jul 17, 2024
1 parent 6c7a941 commit ac23e3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
14 changes: 5 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ org.gradle.parallel=true

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

# Mod Properties
mod_version=1.0.5
maven_group=com.weaponsplus
archives_base_name=weapons-plus
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.15.11

# Dependencies
fabric_version=0.100.4+1.20.6
# Fabric API
fabric_version=0.92.2+1.20.1
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
],
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": "~1.20.6",
"minecraft": "~1.20.1",
"java": ">=21",
"fabric-api": "*"
},
"suggests": {
"another-mod": "*"
}
}
}

0 comments on commit ac23e3d

Please sign in to comment.