diff options
| author | Sampsa <69092953+S4mpsa@users.noreply.github.com> | 2024-08-11 12:24:47 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-11 16:24:47 +0700 |
| commit | 7e153794ad1f79afa0014b82593060ffedc54a61 (patch) | |
| tree | 4f4ad5b0097bfbacf93e8c4d4cfb507f32eeaa46 /src/main/resources/assets | |
| parent | 1a505a74d5c54d6a547d5a381d662ea1774e597e (diff) | |
| download | GT5-Unofficial-7e153794ad1f79afa0014b82593060ffedc54a61.tar.gz GT5-Unofficial-7e153794ad1f79afa0014b82593060ffedc54a61.tar.bz2 GT5-Unofficial-7e153794ad1f79afa0014b82593060ffedc54a61.zip | |
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
Diffstat (limited to 'src/main/resources/assets')
| -rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 1 | ||||
| -rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_LASERMIRROR.png | bin | 0 -> 664 bytes | |||
| -rw-r--r-- | src/main/resources/assets/tectech/lang/en_US.lang | 4 |
3 files changed, 5 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000000..9c52785d6b --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_LASERMIRROR.png 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! |
