Actually update to PR7 and not PR6

This commit is contained in:
Astoria 2023-01-12 20:07:53 -06:00
parent a2ad18b4de
commit a262b2eef0
9 changed files with 9 additions and 9 deletions

View File

@ -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 {

View File

@ -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"
)

View File

@ -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 {

View File

@ -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;

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {