added required-after numina to MPS
This commit is contained in:
parent
ab99eca14a
commit
76bc27c94b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import net.minecraftforge.common.config.Configuration
|
|||
*
|
||||
* @author MachineMuse
|
||||
*/
|
||||
@Mod(modid = "powersuits", modLanguage = "scala")
|
||||
@Mod(modid = "powersuits", modLanguage = "scala", dependencies = "required-after:numina")
|
||||
object ModularPowersuits {
|
||||
@SidedProxy(clientSide = "net.machinemuse.powersuits.common.ClientProxy", serverSide = "net.machinemuse.powersuits.common.ServerProxy")
|
||||
var proxy: CommonProxy = null
|
||||
|
|
Loading…
Reference in a new issue