aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/goodgenerator/blocks/tileEntity
diff options
context:
space:
mode:
authorYang Xizhi <60341015+GlodBlock@users.noreply.github.com>2022-10-26 16:56:19 +0800
committerGitHub <noreply@github.com>2022-10-26 10:56:19 +0200
commit307bf2ff564c3bd20a55101f7894e4e9b2e0328e (patch)
tree0b596668cf87dcb4e0a5d6ce5c4c514108392256 /src/main/java/goodgenerator/blocks/tileEntity
parenta35a7bf2ed4dfa281fff2d8e36a5233e7fb01641 (diff)
downloadGT5-Unofficial-307bf2ff564c3bd20a55101f7894e4e9b2e0328e.tar.gz
GT5-Unofficial-307bf2ff564c3bd20a55101f7894e4e9b2e0328e.tar.bz2
GT5-Unofficial-307bf2ff564c3bd20a55101f7894e4e9b2e0328e.zip
naq fuel change (#96)
* naq fuel change * Spotless apply for branch naqfuel for #96 (#97) * Slightly change tooltip on the Precise Assembler (#95) 0.03 mm changed to 7nm * spotlessApply Co-authored-by: MadMan310 <66886359+MadMan310@users.noreply.github.com> Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: MadMan310 <66886359+MadMan310@users.noreply.github.com>
Diffstat (limited to 'src/main/java/goodgenerator/blocks/tileEntity')
-rw-r--r--src/main/java/goodgenerator/blocks/tileEntity/FuelRefineFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/goodgenerator/blocks/tileEntity/FuelRefineFactory.java b/src/main/java/goodgenerator/blocks/tileEntity/FuelRefineFactory.java
index 80f5757e83..1d4e98c4eb 100644
--- a/src/main/java/goodgenerator/blocks/tileEntity/FuelRefineFactory.java
+++ b/src/main/java/goodgenerator/blocks/tileEntity/FuelRefineFactory.java
@@ -106,7 +106,7 @@ public class FuelRefineFactory extends GT_MetaTileEntity_TooltipMultiBlockBase_E
GT_HatchElement.InputBus,
GT_HatchElement.OutputHatch,
HatchElement.EnergyMulti.or(GT_HatchElement.Energy))
- .casingIndex(50)
+ .casingIndex(179)
.dot(1)
.buildAndChain(ofBlock(Loaders.FRF_Casings, 0)))
.addElement('C', ofBlock(Loaders.FRF_Casings, 0))