fix: require NEI

This commit is contained in:
Timo Ley 2022-12-27 13:59:57 +01:00
parent 3eb264880c
commit 3919dbedaa
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import net.minecraft.item.ItemStack;
modid = "RedPowerNEIPlugin",
name = "RedPower NEI Plugin",
version = "1.4.3.1",
dependencies = "after:NotEnoughItems;after:RedPowerBase;after:RedPowerCompat;after:RedPowerControl;after:RedPowerCore;after:RedPowerLighting;after:RedPowerLogic;after:RedPowerMachine;after:RedPowerWiring;after:RedPowerWorld"
dependencies = "required-after:NotEnoughItems;after:RedPowerBase;after:RedPowerCompat;after:RedPowerControl;after:RedPowerCore;after:RedPowerLighting;after:RedPowerLogic;after:RedPowerMachine;after:RedPowerWiring;after:RedPowerWorld"
)
public class RedPowerNEIPlugin {
@Instance("RedPowerNEIPlugin")