Skip to content

Commit

Permalink
Update dependency information (#2019)
Browse files Browse the repository at this point in the history
* Update breaks clause in fabric.mod.json with other known-broken mods
* Specify Minecraft 1.20.1 as a hard dependency
  • Loading branch information
pajicadvance authored Aug 17, 2023
1 parent 3a85401 commit bfc1bcb
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"sodium.mixins.json"
],
"depends": {
"minecraft": "1.20.1",
"fabricloader": ">=0.12.0",
"fabric-rendering-data-attachment-v1": ">=0.1",
"fabric-rendering-fluids-v1": ">=0.1"
Expand All @@ -50,14 +51,22 @@
"sodium-blendingregistry": "*",
"ocrenderfix_sodium": "*",
"betterfpsdist": "<1.20.1-3.8",
"bobby": "<5.0.1",
"cauldron_dyeing": "<1.0.11",
"cullleaves": "<=3.1.0",
"custom_hud": "<=3.1.0+1.20",
"dashloader": "<5.0.0-beta.2",
"farsight": "<1.20.1-4.0",
"fluidvoidfading": "<1.1.2",
"iceberg": "<1.1.14",
"immersive_portals": "<3.2.3",
"iris": "<1.6.5",
"iris": "<1.6.7",
"immersive_portals": "<=3.2.5",
"indium": "<1.0.24",
"notenoughcrashes": "<4.4.6",
"noxesium": "<1.0.2",
"rayon": "<=1.7.2+1.20.1",
"reeses-sodium-options": "<1.6.4",
"sodium-extra": "<0.5.0",
"sodium-extra": "<0.5.1",
"sspb": "<3.2.0"
}
}

0 comments on commit bfc1bcb

Please sign in to comment.