Update deps
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
- Fixed OPs not having global permissions on secured storage systems (raoulvdberge)
|
||||
- Fixed crash when Destructor tries to break secured network block (raoulvdberge)
|
||||
- Fixed Fluid Interface not dropping inventory contents (raoulvdberge)
|
||||
- Updated Forge to 2232 (raoulvdberge)
|
||||
|
||||
### 1.4
|
||||
- Added Security Manager (raoulvdberge)
|
||||
|
||||
@@ -28,7 +28,7 @@ sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
minecraft {
|
||||
version = "1.11.2-13.20.0.2226"
|
||||
version = "1.11.2-13.20.0.2232"
|
||||
runDir = "run"
|
||||
useDepAts = true
|
||||
mappings = "snapshot_20161206"
|
||||
@@ -48,8 +48,8 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
deobfCompile "mezz.jei:jei_1.11.2:4.2.4.226:api"
|
||||
runtime "mezz.jei:jei_1.11.2:4.2.4.226"
|
||||
deobfCompile "mezz.jei:jei_1.11.2:4.2.6.238:api"
|
||||
runtime "mezz.jei:jei_1.11.2:4.2.6.238"
|
||||
deobfCompile "net.darkhax.tesla:Tesla:1.11-1.3.0.51"
|
||||
deobfCompile "org.cyclops.cyclopscore:CyclopsCore:1.11.2-0.9.2-483"
|
||||
deobfCompile "org.cyclops.commoncapabilities:CommonCapabilities:1.11.2-1.3.1-95"
|
||||
|
||||
Reference in New Issue
Block a user