Move binding back to PIE
BM will now only load with Forge 1840+ as that is the version that PIE was re-implemented. Set dependency to avoid crashes. Also updated JEI version so it wouldn't crash with new Forge.
This commit is contained in:
parent
b0b61798fe
commit
794ac6a7a2
8 changed files with 26 additions and 126 deletions
|
@ -118,7 +118,7 @@ public class Constants
|
|||
public static final String DOMAIN = MODID.toLowerCase(Locale.ENGLISH) + ":";
|
||||
public static final String NAME = "Blood Magic: Alchemical Wizardry";
|
||||
public static final String VERSION = "@VERSION@";
|
||||
public static final String DEPEND = "after:JEI@[2.23.0,);after:guideapi";
|
||||
public static final String DEPEND = "required-after:Forge@[12.16.0.1840,);after:JEI@[2.23.0,);after:guideapi;";
|
||||
}
|
||||
|
||||
public static final class Gui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue