Update Forge to stable 2387
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Refined Storage Changelog
|
# Refined Storage Changelog
|
||||||
|
|
||||||
### 1.5.6
|
### 1.5.6
|
||||||
|
- Updated Forge to stable 2387 (raoulvdberge)
|
||||||
- Removed Processing Pattern Encoder, that functionality is now available in the Pattern Grid (raoulvdberge)
|
- Removed Processing Pattern Encoder, that functionality is now available in the Pattern Grid (raoulvdberge)
|
||||||
|
|
||||||
### 1.5.5
|
### 1.5.5
|
||||||
|
|||||||
10
build.gradle
10
build.gradle
@@ -28,10 +28,10 @@ sourceCompatibility = 1.8
|
|||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version = "1.12-14.21.0.2363"
|
version = "1.12-14.21.1.2387"
|
||||||
runDir = "run"
|
runDir = "run"
|
||||||
useDepAts = true
|
useDepAts = true
|
||||||
mappings = "snapshot_20170624"
|
mappings = "snapshot_20170629"
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
@@ -47,9 +47,9 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
deobfCompile "mezz.jei:jei_1.12:4.7.0.67:api"
|
deobfCompile "mezz.jei:jei_1.12:4.7.0.68:api"
|
||||||
runtime "mezz.jei:jei_1.12:4.7.0.67"
|
runtime "mezz.jei:jei_1.12:4.7.0.68"
|
||||||
deobfCompile "MCMultiPart2:MCMultiPart:2.2.1"
|
deobfCompile "MCMultiPart2:MCMultiPart:2.2.2"
|
||||||
// deobfCompile "li.cil.oc:OpenComputers:MC1.11.2-1.7.0.28:api"
|
// deobfCompile "li.cil.oc:OpenComputers:MC1.11.2-1.7.0.28:api"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -22,20 +22,8 @@ public class ModGuiFactory implements IModGuiFactory {
|
|||||||
return new ModGuiConfig(parentScreen);
|
return new ModGuiConfig(parentScreen);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
@SuppressWarnings("deprecation")
|
|
||||||
public Class<? extends GuiScreen> mainConfigGuiClass() {
|
|
||||||
return ModGuiConfig.class;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Set<RuntimeOptionCategoryElement> runtimeGuiCategories() {
|
public Set<RuntimeOptionCategoryElement> runtimeGuiCategories() {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
@SuppressWarnings("deprecation")
|
|
||||||
public RuntimeOptionGuiHandler getHandlerFor(RuntimeOptionCategoryElement element) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user