Skip to content

Commit 72b1a92

Browse files
committed
1.0.2 update
- fixes hay recipe (AllTheMods/ATM-6#2914 ) - update IE recipe power costs
1 parent e4676ef commit 72b1a92

74 files changed

Lines changed: 165 additions & 172 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This is required to provide enough memory for the Minecraft decompilation process.
33
org.gradle.jvmargs=-Xmx3G
44
org.gradle.daemon=false
5-
forge=1.16.5-36.2.22
6-
versionn=1.0.1
5+
forge=1.16.5-36.2.23
6+
versionn=1.0.2
77
mc_version=1.16.5
88
jei_version=7.7.1.120

src/main/resources/data/allthecompressed/recipes/block/minecraft/hay/compress/1x.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,5 @@
1313
"result": {
1414
"item": "allthecompressed:hay_block_1x",
1515
"count": 1
16-
},
17-
"conditions": [{
18-
"type": "forge:not",
19-
"value": {
20-
"type": "forge:mod_loaded",
21-
"modid": "compressium"
22-
}
23-
}]
16+
}
2417
}

src/main/resources/data/imersiveengineering/recipes/arc_furnace/allthecompressed/iron/1x_to_1x_steel.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"input": {
1414
"item": "allthecompressed:iron_block_1x"
1515
},
16-
"time": 400,
17-
"energy": 204800,
16+
"time": 560,
17+
"energy": 286720,
1818
"conditions": [{
1919
"type": "forge:and",
2020
"values": [{
@@ -30,4 +30,4 @@
3030
}
3131
]
3232
}]
33-
}
33+
}

src/main/resources/data/imersiveengineering/recipes/arc_furnace/allthecompressed/iron/2x_to_2x_steel.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"input": {
1414
"item": "allthecompressed:iron_block_2x"
1515
},
16-
"time": 400,
17-
"energy": 204800,
16+
"time": 720,
17+
"energy": 368640,
1818
"conditions": [{
1919
"type": "forge:and",
2020
"values": [{
@@ -30,4 +30,4 @@
3030
}
3131
]
3232
}]
33-
}
33+
}

src/main/resources/data/imersiveengineering/recipes/arc_furnace/allthecompressed/iron/3x_to_3x_steel.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"input": {
1414
"item": "allthecompressed:iron_block_3x"
1515
},
16-
"time": 400,
17-
"energy": 204800,
16+
"time": 880,
17+
"energy": 450560,
1818
"conditions": [{
1919
"type": "forge:and",
2020
"values": [{
@@ -30,4 +30,4 @@
3030
}
3131
]
3232
}]
33-
}
33+
}

src/main/resources/data/imersiveengineering/recipes/arc_furnace/allthecompressed/iron/4x_to_4x_steel.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"input": {
1414
"item": "allthecompressed:iron_block_4x"
1515
},
16-
"time": 400,
17-
"energy": 204800,
16+
"time": 1040,
17+
"energy": 524288,
1818
"conditions": [{
1919
"type": "forge:and",
2020
"values": [{
@@ -30,4 +30,4 @@
3030
}
3131
]
3232
}]
33-
}
33+
}

src/main/resources/data/imersiveengineering/recipes/arc_furnace/allthecompressed/iron/5x_to_5x_steel.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"input": {
1414
"item": "allthecompressed:iron_block_5x"
1515
},
16-
"time": 400,
17-
"energy": 204800,
16+
"time": 1200,
17+
"energy": 614400,
1818
"conditions": [{
1919
"type": "forge:and",
2020
"values": [{
@@ -30,4 +30,4 @@
3030
}
3131
]
3232
}]
33-
}
33+
}

src/main/resources/data/imersiveengineering/recipes/arc_furnace/allthecompressed/iron/6x_to_6x_steel.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"input": {
1414
"item": "allthecompressed:iron_block_6x"
1515
},
16-
"time": 400,
17-
"energy": 204800,
16+
"time": 1360,
17+
"energy": 696320,
1818
"conditions": [{
1919
"type": "forge:and",
2020
"values": [{
@@ -30,4 +30,4 @@
3030
}
3131
]
3232
}]
33-
}
33+
}

src/main/resources/data/imersiveengineering/recipes/arc_furnace/allthecompressed/iron/7x_to_7x_steel.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"input": {
1414
"item": "allthecompressed:iron_block_7x"
1515
},
16-
"time": 400,
17-
"energy": 204800,
16+
"time": 1520,
17+
"energy": 778240,
1818
"conditions": [{
1919
"type": "forge:and",
2020
"values": [{
@@ -30,4 +30,4 @@
3030
}
3131
]
3232
}]
33-
}
33+
}

src/main/resources/data/imersiveengineering/recipes/arc_furnace/allthecompressed/iron/8x_to_8x_steel.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"input": {
1414
"item": "allthecompressed:iron_block_8x"
1515
},
16-
"time": 400,
17-
"energy": 204800,
16+
"time": 1680,
17+
"energy": 860160,
1818
"conditions": [{
1919
"type": "forge:and",
2020
"values": [{
@@ -30,4 +30,4 @@
3030
}
3131
]
3232
}]
33-
}
33+
}

0 commit comments

Comments
 (0)