aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/goodgenerator/blocks/tileEntity/FuelRefineFactory.java
diff options
context:
space:
mode:
authorSampsa <69092953+S4mpsa@users.noreply.github.com>2024-08-09 13:42:41 +0300
committerGitHub <noreply@github.com>2024-08-09 17:42:41 +0700
commit9ae36e785e756bb263453174715a1c7aff9bf1a3 (patch)
treec06295a057a44964ffd5f91d4d6d896d6a87297f /src/main/java/goodgenerator/blocks/tileEntity/FuelRefineFactory.java
parentf10b885ccce496c60651d3acdf80e5036c0ef354 (diff)
downloadGT5-Unofficial-9ae36e785e756bb263453174715a1c7aff9bf1a3.tar.gz
GT5-Unofficial-9ae36e785e756bb263453174715a1c7aff9bf1a3.tar.bz2
GT5-Unofficial-9ae36e785e756bb263453174715a1c7aff9bf1a3.zip
Buff later naqfuels and misc changes (#2847)
* Buff later naqfuels and misc changes * Buff Mk5 alternate recipe speed
Diffstat (limited to 'src/main/java/goodgenerator/blocks/tileEntity/FuelRefineFactory.java')
-rw-r--r--src/main/java/goodgenerator/blocks/tileEntity/FuelRefineFactory.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/goodgenerator/blocks/tileEntity/FuelRefineFactory.java b/src/main/java/goodgenerator/blocks/tileEntity/FuelRefineFactory.java
index d8868bec74..8d1720c8f2 100644
--- a/src/main/java/goodgenerator/blocks/tileEntity/FuelRefineFactory.java
+++ b/src/main/java/goodgenerator/blocks/tileEntity/FuelRefineFactory.java
@@ -191,10 +191,10 @@ public class FuelRefineFactory extends GT_MetaTileEntity_TooltipMultiBlockBase_E
.addInfo(BLUE_PRINT_INFO)
.addSeparator()
.beginStructureBlock(3, 15, 15, false)
- .addInputHatch("The casings adjoin the field restriction glass.")
- .addInputBus("The casings adjoin the field restriction glass.", 1)
- .addOutputHatch("The casings adjoin the field restriction glass.", 1)
- .addEnergyHatch("The casings adjoin the field restriction glass.", 1)
+ .addInputHatch("The casings adjacent to field restriction glass.")
+ .addInputBus("The casings adjacent to field restriction glass.", 1)
+ .addOutputHatch("The casings adjacent to field restriction glass.", 1)
+ .addEnergyHatch("The casings adjacent to field restriction glass.", 1)
.toolTipFinisher("Good Generator");
return tt;
}