Skip to content

Commit d0da209

Browse files
committed
Mark a few mods that are known to be broken by our API changes as incompatible for existing versions of those mods (when they release an update they will not be caught by this check)
1 parent 17f4919 commit d0da209

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,29 @@ license="MIT"
2222
modId="neoforge"
2323
type="required"
2424
versionRange="${forge_version}"
25+
side="BOTH"
26+
27+
[[dependencies.mekanism]]
28+
modId="appmek"
29+
type="incompatible"
30+
reason="Requires an update to support changes to Mekanism's Chemical API"
31+
versionRange="[,1.6.0-alpha.2]"
32+
side="BOTH"
33+
[[dependencies.mekanism]]
34+
modId="enderio_conduits_modded"
35+
type="incompatible"
36+
reason="Requires an update to support changes to Mekanism's Chemical API"
37+
versionRange="[,6.0.24.351-nightly+d8261275]"
38+
side="BOTH"
39+
[[dependencies.mekanism]]
40+
modId="laserio"
41+
type="incompatible"
42+
reason="Requires an update to support changes to Mekanism's Chemical API"
43+
versionRange="[,1.9.9]"
44+
side="BOTH"
45+
[[dependencies.mekanism]]
46+
modId="jaopca"
47+
type="incompatible"
48+
reason="Requires an update to support changes to Mekanism's Chemical API"
49+
versionRange="[,5.0.1.2]"
2550
side="BOTH"

0 commit comments

Comments
 (0)