From cad268bb938376051765e4f03d0eab90a738172f Mon Sep 17 00:00:00 2001 From: Tec Date: Sat, 8 Jun 2019 08:06:10 +0200 Subject: Pipes update --- .../textures/blocks/iconsets/OVERLAY_ENERGY_IN_LASER.png | Bin 0 -> 559 bytes .../textures/blocks/iconsets/OVERLAY_ENERGY_OUT_LASER.png | Bin 0 -> 555 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ENERGY_IN_LASER.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ENERGY_OUT_LASER.png (limited to 'src/main/resources') diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ENERGY_IN_LASER.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ENERGY_IN_LASER.png new file mode 100644 index 0000000000..51f387ba35 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ENERGY_IN_LASER.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ENERGY_OUT_LASER.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ENERGY_OUT_LASER.png new file mode 100644 index 0000000000..4706e3cf6a Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/OVERLAY_ENERGY_OUT_LASER.png differ -- cgit From a2a9323905e9f4559477a4f359fa7f5e3e923edc Mon Sep 17 00:00:00 2001 From: Tec Date: Sat, 8 Jun 2019 08:40:55 +0200 Subject: Add missing texture, fix tiers of laser hatches and change descriptions --- .../assets/gregtech/textures/blocks/iconsets/EM_LASER.png | Bin 0 -> 369 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_LASER.png (limited to 'src/main/resources') diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_LASER.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_LASER.png new file mode 100644 index 0000000000..72e277673e Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/EM_LASER.png differ -- cgit From fc5f458c69519ae0d314873c68779a8c503fb176 Mon Sep 17 00:00:00 2001 From: Tec Date: Sun, 14 Jul 2019 11:19:43 +0200 Subject: Add most of pollution injections --- src/main/resources/assets/tectech/lang/en_US.lang | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/tectech/lang/en_US.lang b/src/main/resources/assets/tectech/lang/en_US.lang index ccb17a8a0c..59a0d720de 100644 --- a/src/main/resources/assets/tectech/lang/en_US.lang +++ b/src/main/resources/assets/tectech/lang/en_US.lang @@ -13,4 +13,7 @@ death.attack.microwaving=%1$s was dehydrated by radiation. death.attack.microwaving.player=%1$s was dehydrated by radiation while fighting %2$s. death.attack.elementalPollution=%1$s was vaping from the wrong hole. -death.attack.elementalPollution.player=%1$s was vaping from the wrong hole while fighting %2$s. \ No newline at end of file +death.attack.elementalPollution.player=%1$s was vaping from the wrong hole while fighting %2$s. + +death.attack.subspace=%1$s was N-th dimensionally displeased. +death.attack.subspace.player=%1$s N-th dimensionally displeased while fighting %2$s. \ No newline at end of file -- cgit From 1febaef9d798cce07687ed3a7723e5b9619e9ede Mon Sep 17 00:00:00 2001 From: Tec Date: Mon, 15 Jul 2019 08:12:28 +0200 Subject: Pollution! --- .../assets/gregtech/textures/blocks/iconsets/POLLUTOR.png | Bin 0 -> 849 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/POLLUTOR.png (limited to 'src/main/resources') diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/POLLUTOR.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/POLLUTOR.png new file mode 100644 index 0000000000..c8c32d0ab4 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/POLLUTOR.png differ -- cgit