diff options
author | Runakai1 <48415331+Runakai1@users.noreply.github.com> | 2022-08-18 22:06:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 22:06:48 +0200 |
commit | 38a9d44700d1393eafd70baeef00d84b172c55ea (patch) | |
tree | 93508a83efffc57a8596effb8a1fb2ed56c1b11a /src | |
parent | 6f2c985d62d2009fbfd75df1051547858c735aba (diff) | |
download | GT5-Unofficial-38a9d44700d1393eafd70baeef00d84b172c55ea.tar.gz GT5-Unofficial-38a9d44700d1393eafd70baeef00d84b172c55ea.tar.bz2 GT5-Unofficial-38a9d44700d1393eafd70baeef00d84b172c55ea.zip |
Update false Tooltip on Boldarnator (#281)
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_IndustrialRockBreaker.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_IndustrialRockBreaker.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_IndustrialRockBreaker.java index a86ea23688..304135c44c 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_IndustrialRockBreaker.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_IndustrialRockBreaker.java @@ -79,7 +79,7 @@ public class GregtechMetaTileEntity_IndustrialRockBreaker extends GregtechMeta_M tt.addMachineType(getMachineType()) .addInfo("Controller Block for the Industrial Rock Breaker") .addInfo("Speed: 200% | Eu Usage: 75% | Parallel: Tier x 8") - .addInfo("Circuit goes in the Input Bus or GUI slot") + .addInfo("Circuit goes in the GUI slot") .addInfo("1 = cobble, 2 = stone, 3 = obsidian") .addInfo("Supply Water/Lava") .addPollutionAmount(getPollutionPerSecond(null)) |