Compare commits
No commits in common. "1.21.1" and "1.0.0-1.21.1" have entirely different histories.
1.21.1
...
1.0.0-1.21
3 changed files with 4 additions and 3 deletions
|
@ -11,5 +11,4 @@ This is a Fabric-only mod.
|
|||
|
||||
The following Minecraft versions are supported:
|
||||
|
||||
- 1.20.1
|
||||
- 1.21.1
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -26,5 +26,7 @@
|
|||
"java": ">=21",
|
||||
"fabric-api": "*"
|
||||
},
|
||||
"suggests": {}
|
||||
"suggests": {
|
||||
"another-mod": "*"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue