aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBlueWeabo <76872108+BlueWeabo@users.noreply.github.com>2023-01-01 23:50:32 +0200
committerGitHub <noreply@github.com>2023-01-01 22:50:32 +0100
commit6188ffc51a7e9799f4cfa77b42e65ded8f040c44 (patch)
tree6edfa4f5705da615c4c3e9316dea8131716743e5 /src
parentecbae9a1bd6b5605a96b91e99b3bcc9764e33049 (diff)
downloadGT5-Unofficial-6188ffc51a7e9799f4cfa77b42e65ded8f040c44.tar.gz
GT5-Unofficial-6188ffc51a7e9799f4cfa77b42e65ded8f040c44.tar.bz2
GT5-Unofficial-6188ffc51a7e9799f4cfa77b42e65ded8f040c44.zip
fix drills not generating and using less material (#1623)
Diffstat (limited to 'src')
-rw-r--r--src/main/java/gregtech/loaders/oreprocessing/ProcessingToolHead.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/gregtech/loaders/oreprocessing/ProcessingToolHead.java b/src/main/java/gregtech/loaders/oreprocessing/ProcessingToolHead.java
index c11a7be5cf..b016e10009 100644
--- a/src/main/java/gregtech/loaders/oreprocessing/ProcessingToolHead.java
+++ b/src/main/java/gregtech/loaders/oreprocessing/ProcessingToolHead.java
@@ -907,17 +907,17 @@ public class ProcessingToolHead
'S',
OrePrefixes.plate.get(Materials.Steel)
});
- if (aMaterial.getMolten(0) != null) {
+ if (aMaterial.getMolten(1) != null) {
GT_Values.RA.addFluidSolidifierRecipe(
ItemList.Shape_Mold_ToolHeadDrill.get(0),
- aMaterial.getMolten(144 * 3),
+ aMaterial.getMolten(144 * 4),
GT_OreDictUnificator.get(OrePrefixes.toolHeadDrill, aMaterial, 1L),
5 * 20,
(int) GT_Values.VP[2]);
}
- if (aMaterial.getIngots(0) != null) {
+ if (aMaterial.getIngots(1) != null) {
GT_Values.RA.addExtruderRecipe(
- aMaterial.getIngots(3),
+ aMaterial.getIngots(4),
ItemList.Shape_Extruder_ToolHeadDrill.get(0),
GT_OreDictUnificator.get(OrePrefixes.toolHeadDrill, aMaterial, 1L),
5 * 20,