diff options
author | chochem <40274384+chochem@users.noreply.github.com> | 2023-04-10 22:42:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-10 23:42:52 +0200 |
commit | a6466b15484294207e63037ca3fbcc1aa6d6f5db (patch) | |
tree | dc3d45c4d1bce3e4f8b263e54e3216ea22d851f3 /src/main/java/gregtech/loaders/oreprocessing | |
parent | c17762bef21a43f42924b989cd7b6c2280e16a99 (diff) | |
download | GT5-Unofficial-a6466b15484294207e63037ca3fbcc1aa6d6f5db.tar.gz GT5-Unofficial-a6466b15484294207e63037ca3fbcc1aa6d6f5db.tar.bz2 GT5-Unofficial-a6466b15484294207e63037ca3fbcc1aa6d6f5db.zip |
Further RA2 recipe fixes (#1870)
* there is no graphite block
* fix old RA1 remnants and nulls
* more dt null checks
* remove nonexistent potions from fermenting
* railcraft anvil fixes
* fix tainted magic fuel values
* fix railcraft creosote block
Diffstat (limited to 'src/main/java/gregtech/loaders/oreprocessing')
-rw-r--r-- | src/main/java/gregtech/loaders/oreprocessing/ProcessingLog.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/loaders/oreprocessing/ProcessingLog.java b/src/main/java/gregtech/loaders/oreprocessing/ProcessingLog.java index 83fe77d82e..0f592f6711 100644 --- a/src/main/java/gregtech/loaders/oreprocessing/ProcessingLog.java +++ b/src/main/java/gregtech/loaders/oreprocessing/ProcessingLog.java @@ -100,7 +100,7 @@ public class ProcessingLog implements gregtech.api.interfaces.IOreRecipeRegistra GT_Values.RA.addChemicalBathRecipe( GT_Utility.copyAmount(1L, aStack), Materials.Creosote.getFluid(1000L), - GT_ModHandler.getModItem(Railcraft.ID, "tile.railcraft.cube", 1L, 8), + GT_ModHandler.getModItem(Railcraft.ID, "cube", 1L, 8), null, null, null, |