Minor change
- Change Forge version to 1566 - Add dependencies check for it
This commit is contained in:
parent
c37172feaf
commit
89c45de4b8
@ -26,7 +26,7 @@ sourceCompatibility = 1.7
|
|||||||
targetCompatibility = 1.7
|
targetCompatibility = 1.7
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version = "1.7.10-10.13.4.1558-1.7.10"
|
version = "1.7.10-10.13.4.1566-1.7.10"
|
||||||
replace '${version}', project.version
|
replace '${version}', project.version
|
||||||
mappings = 'stable_12'
|
mappings = 'stable_12'
|
||||||
runDir = "eclipse"
|
runDir = "eclipse"
|
||||||
|
@ -10,7 +10,7 @@ import fr.jcs.bigalarm.blocks.AlarmBlock;
|
|||||||
import fr.jcs.bigalarm.proxy.CommonProxy;
|
import fr.jcs.bigalarm.proxy.CommonProxy;
|
||||||
import net.minecraft.block.Block;
|
import net.minecraft.block.Block;
|
||||||
|
|
||||||
@Mod(modid = BigAlarmRefs.MOD_ID, name = BigAlarmRefs.MOD_NAME, version = "@VERSION@", canBeDeactivated = false, dependencies = "")
|
@Mod(modid = BigAlarmRefs.MOD_ID, name = BigAlarmRefs.MOD_NAME, version = "@VERSION@", canBeDeactivated = false, dependencies = "required-after:Forge@[10.13.4.1566,)")
|
||||||
public class BigAlarm {
|
public class BigAlarm {
|
||||||
@Instance
|
@Instance
|
||||||
public static BigAlarm instance;
|
public static BigAlarm instance;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user