Update deps + changelog
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
- Added an option for the Crafter to trigger autocrafting with a redstone signal (raoulvdberge)
|
- Added an option for the Crafter to trigger autocrafting with a redstone signal (raoulvdberge)
|
||||||
- Increased crafting tasks per request cap to 1000 (raoulvdberge)
|
- Increased crafting tasks per request cap to 1000 (raoulvdberge)
|
||||||
- Optimized crafting pattern loading (raoulvdberge)
|
- Optimized crafting pattern loading (raoulvdberge)
|
||||||
|
- Updated to Forge 2084 (raoulvdberge)
|
||||||
|
|
||||||
### 1.0
|
### 1.0
|
||||||
**NOTE:** Due to the new crafting system, all Crafting Patterns made before 1.0 have to be re-made.
|
**NOTE:** Due to the new crafting system, all Crafting Patterns made before 1.0 have to be re-made.
|
||||||
|
@@ -28,7 +28,7 @@ sourceCompatibility = 1.8
|
|||||||
targetCompatibility = 1.8
|
targetCompatibility = 1.8
|
||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
version = "1.10.2-12.18.1.2077"
|
version = "1.10.2-12.18.1.2084"
|
||||||
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.60-ex110:api"
|
compile "net.industrial-craft:industrialcraft-2:2.6.66-ex110:api"
|
||||||
deobfCompile "MCMultiPart:MCMultiPart:1.2.1+:universal"
|
deobfCompile "MCMultiPart:MCMultiPart:1.2.1+:universal"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user