aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/tileentities/machines/multi
diff options
context:
space:
mode:
authorMary <33456283+FourIsTheNumber@users.noreply.github.com>2024-08-11 20:28:26 -0400
committerGitHub <noreply@github.com>2024-08-11 20:28:26 -0400
commitb5f7c6d2016aef8032d5f0b8ff735a99cf1c197a (patch)
tree32dbb8df20c664858c922200b9e25282f6c9f8b6 /src/main/java/gregtech/common/tileentities/machines/multi
parent8a43306ab657d7c07f9ea1fe7087da8874004a83 (diff)
downloadGT5-Unofficial-b5f7c6d2016aef8032d5f0b8ff735a99cf1c197a.tar.gz
GT5-Unofficial-b5f7c6d2016aef8032d5f0b8ff735a99cf1c197a.tar.bz2
GT5-Unofficial-b5f7c6d2016aef8032d5f0b8ff735a99cf1c197a.zip
Removed galacticraft dependency for laser render (#2868)
* Removed cursed galacticraft dependency. Sorry mitch :( * spotless * Spotless * Update GT_Loader_MetaTileEntities.java --------- Co-authored-by: ah-OOG-ah <75745146+ah-OOG-ah@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gregtech/common/tileentities/machines/multi')
-rw-r--r--src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_IndustrialLaserEngraver.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_IndustrialLaserEngraver.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_IndustrialLaserEngraver.java
index 2390d690aa..816a35f557 100644
--- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_IndustrialLaserEngraver.java
+++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_IndustrialLaserEngraver.java
@@ -254,10 +254,10 @@ public class GT_MetaTileEntity_IndustrialLaserEngraver
protected GT_Multiblock_Tooltip_Builder createTooltip() {
GT_Multiblock_Tooltip_Builder tt = new GT_Multiblock_Tooltip_Builder();
tt.addMachineType("Laser Engraver")
- .addInfo("Controller Block for the High Energy Laser Emitter")
+ .addInfo("Controller Block for the Hyper-Intensity Laser Engraver")
.addInfo("200% faster than single block machines of the same voltage")
.addInfo("Uses 80% of the EU normally required")
- .addInfo("Laser source hatch determines maximum power tier and parallels")
+ .addInfo("Laser source hatch determines maximum recipe tier and parallels")
.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)")