Skip to content

Commit

Permalink
Fix create mod compatibility (Fabric)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shulej authored Dec 22, 2024
1 parent 4d62255 commit 6d3c4b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"minecraft": "${minecraft_version}",
"fabricloader": ">=${fabric_loader_version}",
"fabric-api": ">=${fabric_api_version}",
"create": "${create_version}"
"create": ">=${create_version}"
}
}
}

0 comments on commit 6d3c4b3

Please sign in to comment.