diff options
author | David Vierra <codewarrior@hawaii.rr.com> | 2016-11-26 05:40:26 -1000 |
---|---|---|
committer | Technus <daniel112092@gmail.com> | 2016-12-08 22:00:07 +0100 |
commit | 6c00cc88495e2396af53bf732a15a653e0ee4a9c (patch) | |
tree | 3164e3a2ddb4f77fd6360373d31266e2e79c86e9 /src/main/java | |
parent | 037953a47fa18a91a4315561e021424dc2868eb3 (diff) | |
download | GT5-Unofficial-6c00cc88495e2396af53bf732a15a653e0ee4a9c.tar.gz GT5-Unofficial-6c00cc88495e2396af53bf732a15a653e0ee4a9c.tar.bz2 GT5-Unofficial-6c00cc88495e2396af53bf732a15a653e0ee4a9c.zip |
Diesel Tooltip from bloodasp
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_DieselEngine.java | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_DieselEngine.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_DieselEngine.java index 9da5714065..3e90080155 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_DieselEngine.java +++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_DieselEngine.java @@ -41,14 +41,16 @@ public class GT_MetaTileEntity_DieselEngine extends GT_MetaTileEntity_MultiBlock return new String[]{ "Controller Block for the Large Diesel Engine", "Size(WxHxD): 3x3x4, Controller (front centered)", - "3x3x4 of Stable Titanium Casing (hollow, Min 24!)", + "3x3x4 of Stable Titanium Casing (hollow, Min 16!)", "2x Titanium Gear Box Casing inside the Hollow Casing", - "8x Engine Intake Casings (around controller, Min 8!)", - "1x Input Hatch (one of the Casings)", - "1x Maintenance Hatch (one of the Casings)", - "1x Muffler Hatch (top middle back)", + "8x Engine Intake Casings (around controller)", + "2x Input Hatch (one of the Casings next to a Gear Box)", + "1x Maintenance Hatch (one of the Casings next to a Gear Box)", + "1x Muffler Hatch (top middle back, next to the rear Gear Box)", "1x Dynamo Hatch (back centered)", - "Engine Intake Casings not obstructed (only air blocks)"}; + "Engine Intake Casings not obstructed in front (only air blocks)", + "Supply Diesel Fuel and Lubricant to run. Supply Oxygen to boost output (optional).", + "2048EU/t default output, 6144EU/t boosted output"}; } public ITexture[] getTexture(IGregTechTileEntity aBaseMetaTileEntity, byte aSide, byte aFacing, byte aColorIndex, boolean aActive, boolean aRedstone) { |