Skip to content

Commit

Permalink
Merge pull request #29 from Shulej/1.20.1
Browse files Browse the repository at this point in the history
Fix create mod compatibility (Fabric) by Shulej
  • Loading branch information
MrStickyPiston authored Dec 23, 2024
2 parents 59b8250 + 6d3c4b3 commit 927d34d
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 927d34d

Please sign in to comment.