Update forge and deps
This commit is contained in:
@@ -28,7 +28,7 @@ sourceCompatibility = 1.8
|
|||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version = "1.10.2-12.18.1.2084"
|
version = "1.10.2-12.18.1.2088"
|
||||||
runDir = "run"
|
runDir = "run"
|
||||||
useDepAts = true
|
useDepAts = true
|
||||||
mappings = "snapshot_20160910"
|
mappings = "snapshot_20160910"
|
||||||
@@ -53,7 +53,7 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
deobfCompile "mezz.jei:jei_1.10.2:3.9.+"
|
deobfCompile "mezz.jei:jei_1.10.2:3.9.+"
|
||||||
compile "net.darkhax.tesla:Tesla:1.10-1.2.+"
|
compile "net.darkhax.tesla:Tesla:1.10-1.2.+"
|
||||||
compile "net.industrial-craft:industrialcraft-2:2.6.66-ex110:api"
|
compile "net.industrial-craft:industrialcraft-2:2.6.67-ex110:api"
|
||||||
deobfCompile "MCMultiPart:MCMultiPart:1.2.1+:universal"
|
deobfCompile "MCMultiPart:MCMultiPart:1.2.1+:universal"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
2
src/main/java/refinedstorage/block/BlockDiskManipulator.java
Normal file → Executable file
2
src/main/java/refinedstorage/block/BlockDiskManipulator.java
Normal file → Executable file
@@ -15,8 +15,6 @@ import refinedstorage.tile.TileDiskManipulator;
|
|||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
|
|
||||||
public class BlockDiskManipulator extends BlockNode {
|
public class BlockDiskManipulator extends BlockNode {
|
||||||
|
|
||||||
|
|
||||||
public BlockDiskManipulator() {
|
public BlockDiskManipulator() {
|
||||||
super("disk_manipulator");
|
super("disk_manipulator");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user