generated from tilera/1710mod
Actually update to PR7 and not PR6
This commit is contained in:
parent
a2ad18b4de
commit
a262b2eef0
9 changed files with 9 additions and 9 deletions
|
@ -69,7 +69,7 @@ import net.minecraftforge.oredict.OreDictionary;
|
|||
@Mod(
|
||||
modid = "RedPowerBase",
|
||||
name = "RedPower Base",
|
||||
version = "2.0pr6",
|
||||
version = "2.0pr7",
|
||||
dependencies = "required-after:RedPowerCore"
|
||||
)
|
||||
public class RedPowerBase implements IGuiHandler {
|
||||
|
|
|
@ -38,7 +38,7 @@ import net.minecraft.world.World;
|
|||
@Mod(
|
||||
modid = "RedPowerCompat",
|
||||
name = "RedPower Compat",
|
||||
version = "2.0pr6",
|
||||
version = "2.0pr7",
|
||||
dependencies
|
||||
= "required-after:RedPowerBase;required-after:RedPowerMachine;required-after:RedPowerWorld;after:IC2;after:Waila"
|
||||
)
|
||||
|
|
|
@ -58,7 +58,7 @@ import net.minecraftforge.common.MinecraftForge;
|
|||
@Mod(
|
||||
modid = "RedPowerControl",
|
||||
name = "RedPower Control",
|
||||
version = "2.0pr6",
|
||||
version = "2.0pr7",
|
||||
dependencies = "required-after:RedPowerBase"
|
||||
)
|
||||
public class RedPowerControl implements IGuiHandler {
|
||||
|
|
|
@ -33,7 +33,7 @@ import net.minecraftforge.client.event.TextureStitchEvent.Pre;
|
|||
import net.minecraftforge.common.DimensionManager;
|
||||
import net.minecraftforge.common.MinecraftForge;
|
||||
|
||||
@Mod(modid = "RedPowerCore", name = "RedPower Core", version = "2.0pr6")
|
||||
@Mod(modid = "RedPowerCore", name = "RedPower Core", version = "2.0pr7")
|
||||
public class RedPowerCore {
|
||||
@Instance("RedPowerCore")
|
||||
public static RedPowerCore instance;
|
||||
|
|
|
@ -34,7 +34,7 @@ import net.minecraftforge.common.MinecraftForge;
|
|||
@Mod(
|
||||
modid = "RedPowerLighting",
|
||||
name = "RedPower Lighting",
|
||||
version = "2.0pr6",
|
||||
version = "2.0pr7",
|
||||
dependencies = "required-after:RedPowerBase"
|
||||
)
|
||||
public class RedPowerLighting {
|
||||
|
|
|
@ -49,7 +49,7 @@ import net.minecraftforge.common.MinecraftForge;
|
|||
@Mod(
|
||||
modid = "RedPowerLogic",
|
||||
name = "RedPower Logic",
|
||||
version = "2.0pr6",
|
||||
version = "2.0pr7",
|
||||
dependencies = "required-after:RedPowerBase"
|
||||
)
|
||||
public class RedPowerLogic implements IGuiHandler {
|
||||
|
|
|
@ -137,7 +137,7 @@ import net.minecraftforge.common.MinecraftForge;
|
|||
@Mod(
|
||||
modid = "RedPowerMachine",
|
||||
name = "RedPower Machine",
|
||||
version = "2.0pr6",
|
||||
version = "2.0pr7",
|
||||
dependencies = "required-after:RedPowerBase"
|
||||
)
|
||||
public class RedPowerMachine implements IGuiHandler {
|
||||
|
|
|
@ -37,7 +37,7 @@ import net.minecraftforge.common.MinecraftForge;
|
|||
@Mod(
|
||||
modid = "RedPowerWiring",
|
||||
name = "RedPower Wiring",
|
||||
version = "2.0pr6",
|
||||
version = "2.0pr7",
|
||||
dependencies = "required-after:RedPowerBase"
|
||||
)
|
||||
public class RedPowerWiring {
|
||||
|
|
|
@ -62,7 +62,7 @@ import net.minecraftforge.oredict.OreDictionary;
|
|||
@Mod(
|
||||
modid = "RedPowerWorld",
|
||||
name = "RedPower World",
|
||||
version = "2.0pr6",
|
||||
version = "2.0pr7",
|
||||
dependencies = "required-after:RedPowerBase"
|
||||
)
|
||||
public class RedPowerWorld implements IGuiHandler {
|
||||
|
|
Loading…
Reference in a new issue