Merge pull request 'Actually update to PR7 internally and not PR6' (#9) from AstoriaFloyd/redpower:master into master

Reviewed-on: #9
This commit is contained in:
Timo Ley 2023-01-13 18:32:11 +00:00
commit 854a3be4e0
9 changed files with 9 additions and 9 deletions

View file

@ -69,7 +69,7 @@ import net.minecraftforge.oredict.OreDictionary;
@Mod( @Mod(
modid = "RedPowerBase", modid = "RedPowerBase",
name = "RedPower Base", name = "RedPower Base",
version = "2.0pr6", version = "2.0pr7",
dependencies = "required-after:RedPowerCore" dependencies = "required-after:RedPowerCore"
) )
public class RedPowerBase implements IGuiHandler { public class RedPowerBase implements IGuiHandler {

View file

@ -38,7 +38,7 @@ import net.minecraft.world.World;
@Mod( @Mod(
modid = "RedPowerCompat", modid = "RedPowerCompat",
name = "RedPower Compat", name = "RedPower Compat",
version = "2.0pr6", version = "2.0pr7",
dependencies dependencies
= "required-after:RedPowerBase;required-after:RedPowerMachine;required-after:RedPowerWorld;after:IC2;after:Waila" = "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( @Mod(
modid = "RedPowerControl", modid = "RedPowerControl",
name = "RedPower Control", name = "RedPower Control",
version = "2.0pr6", version = "2.0pr7",
dependencies = "required-after:RedPowerBase" dependencies = "required-after:RedPowerBase"
) )
public class RedPowerControl implements IGuiHandler { 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.DimensionManager;
import net.minecraftforge.common.MinecraftForge; 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 { public class RedPowerCore {
@Instance("RedPowerCore") @Instance("RedPowerCore")
public static RedPowerCore instance; public static RedPowerCore instance;

View file

@ -34,7 +34,7 @@ import net.minecraftforge.common.MinecraftForge;
@Mod( @Mod(
modid = "RedPowerLighting", modid = "RedPowerLighting",
name = "RedPower Lighting", name = "RedPower Lighting",
version = "2.0pr6", version = "2.0pr7",
dependencies = "required-after:RedPowerBase" dependencies = "required-after:RedPowerBase"
) )
public class RedPowerLighting { public class RedPowerLighting {

View file

@ -49,7 +49,7 @@ import net.minecraftforge.common.MinecraftForge;
@Mod( @Mod(
modid = "RedPowerLogic", modid = "RedPowerLogic",
name = "RedPower Logic", name = "RedPower Logic",
version = "2.0pr6", version = "2.0pr7",
dependencies = "required-after:RedPowerBase" dependencies = "required-after:RedPowerBase"
) )
public class RedPowerLogic implements IGuiHandler { public class RedPowerLogic implements IGuiHandler {

View file

@ -137,7 +137,7 @@ import net.minecraftforge.common.MinecraftForge;
@Mod( @Mod(
modid = "RedPowerMachine", modid = "RedPowerMachine",
name = "RedPower Machine", name = "RedPower Machine",
version = "2.0pr6", version = "2.0pr7",
dependencies = "required-after:RedPowerBase" dependencies = "required-after:RedPowerBase"
) )
public class RedPowerMachine implements IGuiHandler { public class RedPowerMachine implements IGuiHandler {

View file

@ -37,7 +37,7 @@ import net.minecraftforge.common.MinecraftForge;
@Mod( @Mod(
modid = "RedPowerWiring", modid = "RedPowerWiring",
name = "RedPower Wiring", name = "RedPower Wiring",
version = "2.0pr6", version = "2.0pr7",
dependencies = "required-after:RedPowerBase" dependencies = "required-after:RedPowerBase"
) )
public class RedPowerWiring { public class RedPowerWiring {

View file

@ -62,7 +62,7 @@ import net.minecraftforge.oredict.OreDictionary;
@Mod( @Mod(
modid = "RedPowerWorld", modid = "RedPowerWorld",
name = "RedPower World", name = "RedPower World",
version = "2.0pr6", version = "2.0pr7",
dependencies = "required-after:RedPowerBase" dependencies = "required-after:RedPowerBase"
) )
public class RedPowerWorld implements IGuiHandler { public class RedPowerWorld implements IGuiHandler {