diff options
author | Dream-Master <dream-master@gmx.net> | 2017-12-21 17:41:14 +0100 |
---|---|---|
committer | Dream-Master <dream-master@gmx.net> | 2017-12-21 17:41:14 +0100 |
commit | e9a29ab0071a8f1a49e3510d36c7bd250b5a578a (patch) | |
tree | 0868d6eefd7e9c41b599ebf272f07a44abb8237f /src/main/java/gregtech/common | |
parent | 7821e4fe4e5f3bab87f362b30e10d6c4ce793cda (diff) | |
download | GT5-Unofficial-e9a29ab0071a8f1a49e3510d36c7bd250b5a578a.tar.gz GT5-Unofficial-e9a29ab0071a8f1a49e3510d36c7bd250b5a578a.tar.bz2 GT5-Unofficial-e9a29ab0071a8f1a49e3510d36c7bd250b5a578a.zip |
cherry pick
Commit: 4069e24c1ebe1487491295fdaa7ff744892ee665 [4069e24]
Change diesel to combustion
Diffstat (limited to 'src/main/java/gregtech/common')
-rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_DieselEngine.java | 4 |
1 files changed, 2 insertions, 2 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 12bad40815..4dada25c64 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 @@ -40,7 +40,7 @@ public class GT_MetaTileEntity_DieselEngine extends GT_MetaTileEntity_MultiBlock public String[] getDescription() { return new String[]{ - "Controller Block for the Large Diesel Engine", + "Controller Block for the Large Combustion Engine", "Size(WxHxD): 3x3x4, Controller (front centered)", "3x3x4 of Stable Titanium Machine Casing (hollow, Min 16!)", "2x Titanium Gear Box Machine Casing inside the Hollow Casing", @@ -50,7 +50,7 @@ public class GT_MetaTileEntity_DieselEngine extends GT_MetaTileEntity_MultiBlock "1x Muffler Hatch (top middle back, next to the rear Gear Box)", "1x Dynamo Hatch (back centered)", "Engine Intake Casings must not be obstructed in front (only air blocks)", - "Supply Diesel Fuel and 1000L of Lubricant per hour to run.", + "Supply Flammable Fuels and 1000L of Lubricant per hour to run.", "Supply 40L of Oxygen per second to boost output (optional).", "Default: Produces 2048EU/t at 100% efficiency", "Boosted: Produces 6144EU/t at 150% efficiency", |