Skip to content

Commit

Permalink
Update mod metadata file deps
Browse files Browse the repository at this point in the history
  • Loading branch information
williewillus committed Mar 31, 2023
1 parent 6f74dae commit 0fa5493
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"accessWidener": "neat.accesswidener",

"depends": {
"fabricloader": ">=0.14.8",
"fabric": ">=0.57",
"minecraft": ">=1.19.3"
"fabricloader": ">=0.14.14",
"fabric": ">=0.76",
"minecraft": ">=1.19.4"
}
}
4 changes: 2 additions & 2 deletions Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[44,)"
loaderVersion="[45,)"
issueTrackerURL="https://github.com/VazkiiMods/Neat"
license="MIT AND CC-BY-NC-SA-3.0" # Code is MIT, assets are CC

Expand All @@ -13,4 +13,4 @@ description="Minimalistic Functional Unit Plates for the modern Minecrafter"
[[dependencies.neat]]
modId="forge"
mandatory=true
versionRange="[44.1.8,)"
versionRange="[45.0.40,)"

0 comments on commit 0fa5493

Please sign in to comment.