From 3d3427e5720aca81d4559290b077bc6b33dff4ec Mon Sep 17 00:00:00 2001 From: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Date: Sat, 21 Sep 2019 13:09:08 +0200 Subject: security patches +moved some commands, +fixed a typo +removed null items +rebalanced TheCore +added forestry compat (possible due to their LGPL license!) +fixed langfiles Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: cf1373fd88ba341662144023f989bc45fef3c48d --- .../textures/items/materialicons/EMERALD/capsule.png | Bin 0 -> 211 bytes .../items/materialicons/EMERALD/capsuleMolten.png | Bin 0 -> 135 bytes .../items/materialicons/EMERALD/capsuleMolten_OVERLAY.png | Bin 0 -> 168 bytes .../items/materialicons/EMERALD/capsule_OVERLAY.png | Bin 0 -> 308 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/capsule.png create mode 100644 src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/capsuleMolten.png create mode 100644 src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/capsuleMolten_OVERLAY.png create mode 100644 src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/capsule_OVERLAY.png (limited to 'src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD') diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/capsule.png b/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/capsule.png new file mode 100644 index 0000000000..9e388650d9 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/capsule.png differ diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/capsuleMolten.png b/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/capsuleMolten.png new file mode 100644 index 0000000000..3e9106f277 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/capsuleMolten.png differ diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/capsuleMolten_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/capsuleMolten_OVERLAY.png new file mode 100644 index 0000000000..b2bd85bf44 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/capsuleMolten_OVERLAY.png differ diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/capsule_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/capsule_OVERLAY.png new file mode 100644 index 0000000000..7c6797718d Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/items/materialicons/EMERALD/capsule_OVERLAY.png differ -- cgit