diff options
author | Pxx500 <81298696+Pxx500@users.noreply.github.com> | 2024-06-26 19:30:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 19:30:47 +0200 |
commit | 8903afda2ba42a9b13f6a22a18df33b4cbe28576 (patch) | |
tree | 34d0b964862135282ed1ca49d72d154400fc767c /src/main/java/kubatech/tileentity/gregtech | |
parent | 4dd7d54c19254a36e3e4f2c5d9ac8d3954e75828 (diff) | |
download | GT5-Unofficial-8903afda2ba42a9b13f6a22a18df33b4cbe28576.tar.gz GT5-Unofficial-8903afda2ba42a9b13f6a22a18df33b4cbe28576.tar.bz2 GT5-Unofficial-8903afda2ba42a9b13f6a22a18df33b4cbe28576.zip |
Update EEC tooltip (#2689)
Update GT_MetaTileEntity_ExtremeEntityCrusher.java
Diffstat (limited to 'src/main/java/kubatech/tileentity/gregtech')
-rw-r--r-- | src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeEntityCrusher.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeEntityCrusher.java b/src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeEntityCrusher.java index 25038b70be..f80a8b0588 100644 --- a/src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeEntityCrusher.java +++ b/src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeEntityCrusher.java @@ -272,7 +272,7 @@ public class GT_MetaTileEntity_ExtremeEntityCrusher .addInfo("Recipe time is based on mob health.") .addInfo("You can additionally put a weapon inside the GUI.") .addInfo("It will speed up the process and apply the looting level from the weapon (maximum 4 levels).") - .addInfo(EnumChatFormatting.RED + "Enchanting the spikes inside does nothing!") + .addInfo(EnumChatFormatting.RED + "Enchanting the spikes inside the structure does nothing!") .addInfo("Also produces 120 Liquid XP per operation.") .addInfo("If the mob spawns infernal, it will drain 8 times more power.") .addInfo("You can prevent infernal spawns by shift clicking with a screwdriver.") |