From 7e153794ad1f79afa0014b82593060ffedc54a61 Mon Sep 17 00:00:00 2001 From: Sampsa <69092953+S4mpsa@users.noreply.github.com> Date: Sun, 11 Aug 2024 12:24:47 +0300 Subject: Retier Laser Hatch amperage, add Laser Mirror, add customizable amperage to Laser Hatches (#2859) * Remove laser recipes based on tiers * Add 4M and 16M Laser Hatches * Add Laser Mirror * Add Laser Mirror recipe * Refactor mirror * Add customizable amperage to laser source hatches * Hide lasers from NEI, add customizable amperage to target hatches * Fix missing connection branch * Address review --- src/main/resources/assets/gregtech/lang/en_US.lang | 1 + .../gregtech/textures/blocks/iconsets/EM_LASERMIRROR.png | Bin 0 -> 664 bytes src/main/resources/assets/tectech/lang/en_US.lang | 4 ++++ 3 files changed, 5 insertions(+) create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_LASERMIRROR.png (limited to 'src/main/resources') diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 1c651fb2d5..f81340f6a3 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -445,6 +445,7 @@ GT5U.machines.dronecentre.turnoff=Successfully turn off all machines! GT5U.machines.dronecentre.noconnection=No valid connection GT5U.machines.dronecentre.enableRender=Enable Drone Render GT5U.machines.dronecentre.disableRender=Disable Drone Render +GT5U.machines.laser_hatch.amperage=Amperage GT5U.recipe_filter.empty_representation_slot.tooltip=§7Click with a machine to set filter GT5U.recipe_filter.representation_slot.tooltip=§7Click to clear diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_LASERMIRROR.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_LASERMIRROR.png new file mode 100644 index 0000000000..9c52785d6b Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_LASERMIRROR.png differ diff --git a/src/main/resources/assets/tectech/lang/en_US.lang b/src/main/resources/assets/tectech/lang/en_US.lang index 55e93a3a23..e58168a9f5 100644 --- a/src/main/resources/assets/tectech/lang/en_US.lang +++ b/src/main/resources/assets/tectech/lang/en_US.lang @@ -1081,6 +1081,10 @@ gt.blockmachines.pipe.energystream.desc.1=Bright Vacuum!!! gt.blockmachines.pipe.energystream.desc.2=Must be painted to work gt.blockmachines.pipe.energystream.desc.3=Do not split or turn +gt.blockmachines.pipe.energymirror.name=Laser Vacuum Mirror +gt.blockmachines.pipe.energymirror.desc.0=Laser reflection device. +gt.blockmachines.pipe.energymirror.desc.1=Can turn but not split + gt.blockmachines.pipe.datastream.name=Optical Fiber Cable gt.blockmachines.pipe.datastream.desc.0=Advanced data transmission gt.blockmachines.pipe.datastream.desc.1=Don't stare at the beam! -- cgit