Compare commits

...

2 commits

3 changed files with 3 additions and 4 deletions

View file

@ -11,4 +11,5 @@ 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.0
mod_version=1.0.1
maven_group=net.chaoticbyte.hardboiled
archives_base_name=hardboiled

View file

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