Use 1.9.4, update mc multipart
This commit is contained in:
parent
8f3352238f
commit
fcae1a54d7
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ dependencies {
|
|||
}
|
||||
compile 'RebornCore:RebornCore-1.9.4:+:dev'
|
||||
deobfCompile "mezz.jei:jei_1.9:+"
|
||||
deobfCompile 'MCMultiPart:MCMultiPart-experimental:1.2.0_66:universal'
|
||||
deobfCompile 'MCMultiPart:MCMultiPart-experimental:1.2.0_67:universal'
|
||||
compile "net.darkhax.tesla:Tesla:1.9-1.0.2.23:deobf"
|
||||
deobfCompile "slimeknights.mantle:Mantle:1.9-0.10.0.jenkins132"
|
||||
deobfCompile "slimeknights:TConstruct:1.9-2.3.0.jenkins193"
|
||||
|
|
|
@ -45,7 +45,7 @@ import techreborn.world.TechRebornWorldGen;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
@Mod(modid = ModInfo.MOD_ID, name = ModInfo.MOD_NAME, version = ModInfo.MOD_VERSION, dependencies = ModInfo.MOD_DEPENDENCIES, guiFactory = ModInfo.GUI_FACTORY_CLASS, acceptedMinecraftVersions = "[1.9]")
|
||||
@Mod(modid = ModInfo.MOD_ID, name = ModInfo.MOD_NAME, version = ModInfo.MOD_VERSION, dependencies = ModInfo.MOD_DEPENDENCIES, guiFactory = ModInfo.GUI_FACTORY_CLASS, acceptedMinecraftVersions = "[1.9.4]")
|
||||
public class Core
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue