aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/tileentities/machines/multi
diff options
context:
space:
mode:
authorNoc <95299389+Nockyx@users.noreply.github.com>2024-11-30 23:46:33 -0300
committerGitHub <noreply@github.com>2024-12-01 02:46:33 +0000
commitdc8102edbdb28529beeb5bf762c378f766c1243d (patch)
tree50a07983dbeef9f7f6498ef505780fc89b2f4c5e /src/main/java/gregtech/common/tileentities/machines/multi
parent3d3bcfe3618176765b102f2e24b9d7914211eec3 (diff)
downloadGT5-Unofficial-dc8102edbdb28529beeb5bf762c378f766c1243d.tar.gz
GT5-Unofficial-dc8102edbdb28529beeb5bf762c378f766c1243d.tar.bz2
GT5-Unofficial-dc8102edbdb28529beeb5bf762c378f766c1243d.zip
remove tooltip wrong information from HILE (#3584)
Diffstat (limited to 'src/main/java/gregtech/common/tileentities/machines/multi')
-rw-r--r--src/main/java/gregtech/common/tileentities/machines/multi/MTEIndustrialLaserEngraver.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/MTEIndustrialLaserEngraver.java b/src/main/java/gregtech/common/tileentities/machines/multi/MTEIndustrialLaserEngraver.java
index 19f38e4ac3..aa025c559b 100644
--- a/src/main/java/gregtech/common/tileentities/machines/multi/MTEIndustrialLaserEngraver.java
+++ b/src/main/java/gregtech/common/tileentities/machines/multi/MTEIndustrialLaserEngraver.java
@@ -241,7 +241,6 @@ public class MTEIndustrialLaserEngraver extends MTEExtendedPowerMultiBlockBase<M
.addInfo("Can perform recipes up to laser source tier + 1")
.addInfo("Parallels equal to the cube root of laser source amperage input")
.addInfo("Glass tier determines maximum laser source tier")
- .addInfo("Only accepts borosilicate glass (no, really)")
.addInfo("UMV glass accepts all laser source hatches")
.addInfo("Use screwdriver to disable laser rendering")
.addInfo("Use wire cutter to toggle realism mode if you hate angled lasers")
@@ -250,7 +249,7 @@ public class MTEIndustrialLaserEngraver extends MTEExtendedPowerMultiBlockBase<M
.addCasingInfoMin("Laser Containment Casing", 35, false)
.addCasingInfoExactly("Tungstensteel Frame Box", 9, false)
.addOtherStructurePart("Laser Resistant Plate", "x1")
- .addOtherStructurePart("Borosilicate Glass", "x3")
+ .addOtherStructurePart("Glass (Tiered)", "x3")
.addOtherStructurePart("Laser Source Hatch", "x1", 3)
.addInputBus("Any Casing", 1)
.addInputHatch("Any Casing", 1)