Compare commits

..

No commits in common. "1.21.1" and "1.0.0-1.21.1" have entirely different histories.

3 changed files with 4 additions and 3 deletions

View file

@ -11,5 +11,4 @@ This is a Fabric-only mod.
The following Minecraft versions are supported:
- 1.20.1
- 1.21.1

View file

@ -9,7 +9,7 @@ yarn_mappings=1.21.1+build.3
loader_version=0.16.5
# Mod Properties
mod_version=1.0.1
mod_version=1.0.0
maven_group=net.chaoticbyte.hardboiled
archives_base_name=hardboiled

View file

@ -26,5 +26,7 @@
"java": ">=21",
"fabric-api": "*"
},
"suggests": {}
"suggests": {
"another-mod": "*"
}
}