From d8a737faaba655253666b343c052ea2ce61221ca Mon Sep 17 00:00:00 2001 From: Glease <4586901+Glease@users.noreply.github.com> Date: Sat, 24 Dec 2022 04:12:36 +0800 Subject: add NEI handler for ic2 fuel rods (#1580) * add NEI handler for ic2 fuel rods Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> * fix typo Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> * rename variable to cover up the original intention Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> --- .../gregtech/textures/gui/picture/radiation_warning.png | Bin 0 -> 1145 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/gregtech/textures/gui/picture/radiation_warning.png (limited to 'src/main/resources') diff --git a/src/main/resources/assets/gregtech/textures/gui/picture/radiation_warning.png b/src/main/resources/assets/gregtech/textures/gui/picture/radiation_warning.png new file mode 100644 index 0000000000..32142d4dff Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/gui/picture/radiation_warning.png differ -- cgit