Skip to content

Commit

Permalink
Just remembered why I wasn't specifying fapi version in fabric.mod.js…
Browse files Browse the repository at this point in the history
…on before, is a valid reason
  • Loading branch information
OffsetMonkey538 committed Dec 8, 2024
1 parent 263f468 commit ae52819
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ processResources {
final Map properties = Map<String, String>.of(
"modVersion", project.mod_version,
"supportedMinecraftVersions", project.supported_minecraft_versions,
"fapi_version", project.fapi_version,
"monkeylib538_version", project.monkeylib538_version
)

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
],
"accessWidener": "compact-mob-farms.accesswidener",
"depends": {
"fabric-api": "*",
"minecraft": "${supportedMinecraftVersions}",
"fabric-api": ">=${fapi_version}",
"monkeylib538": "${monkeylib538_version}"
},
"suggests": {
Expand Down

0 comments on commit ae52819

Please sign in to comment.