Updated submodules
This commit is contained in:
parent
6acb127517
commit
b644cd25bc
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 4e65ff34d0130a64599f0d51a6ff8de270148928
|
||||
Subproject commit 15dc1a30834f6f4c9aac851ad96a1725a6be7d0b
|
|
@ -1 +1 @@
|
|||
Subproject commit 726693735ab79731cf4d40bb941b6d9d5bf30de4
|
||||
Subproject commit 13cc786ba701430f56d4ffe939d4d8a5b8d74ac5
|
|
@ -59,7 +59,7 @@ import cpw.mods.fml.common.registry.GameRegistry;
|
|||
* @author Calclavia
|
||||
*
|
||||
*/
|
||||
@Mod(modid = ResonantInduction.ID, name = ResonantInduction.NAME, version = ResonantInduction.VERSION, dependencies = "before:ThermalExpansion;before:IC2")
|
||||
@Mod(modid = ResonantInduction.ID, name = ResonantInduction.NAME, version = ResonantInduction.VERSION, dependencies = "required-after:CalclaviaCore;before:ThermalExpansion;before:IC2")
|
||||
@NetworkMod(channels = ResonantInduction.CHANNEL, clientSideRequired = true, serverSideRequired = false, packetHandler = PacketHandler.class)
|
||||
@ModstatInfo(prefix = "resonantin")
|
||||
public class ResonantInduction
|
||||
|
|
Loading…
Reference in a new issue