Pin minecraft version to 1.20.1 in fabric.mod.json

This commit is contained in:
ChaoticByte 2024-09-14 23:28:12 +02:00
parent 99d16627ea
commit cfa7110bde
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10
loader_version=0.16.5
# Mod Properties
mod_version=1.0.1
mod_version=1.0.2
maven_group=net.chaoticbyte.hardboiled
archives_base_name=hardboiled

View file

@ -22,7 +22,7 @@
"mixins": [],
"depends": {
"fabricloader": ">=0.16.0",
"minecraft": "~1.20.1",
"minecraft": "1.20.1",
"java": ">=17",
"fabric-api": "*"
},