We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bea2e5 commit 4682dbaCopy full SHA for 4682dba
1 file changed
src/main/java/modtweaker2/ModProps.java
@@ -5,5 +5,5 @@ public class ModProps {
5
public static final String NAME = "Mod Tweaker 2", name = NAME;
6
public static final String MODID = "modtweaker2", modid = MODID;
7
public static final String VERSION = "0.9.4", version = VERSION;
8
- public static final String DEPENDENCIES = "required-after:MineTweaker3", dependencies = DEPENDENCIES;
+ public static final String DEPENDENCIES = "required-after:MineTweaker3;after:Forestry@[4.0.3,);", dependencies = DEPENDENCIES;
9
}
0 commit comments