From 672eefc229b38f5649b8b75f53bfae89e8fe6991 Mon Sep 17 00:00:00 2001 From: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Date: Sun, 23 Oct 2022 01:53:31 +0800 Subject: ore line for some useless ore (#1210) * oreline * ilmenite * update BS+SA * Revert "update BS+SA" This reverts commit 00c0d26b5d4963a42c7cd6721cc9444fac8fd2c2. * add missing import * garnet * Spotless apply for branch ore for #1210 (#1481) * Remove convert gendustry bees code (#1187) * Remove convert gendustry bees code * fix derp. run BS update Co-authored-by: Martin Robertz * Added check to API if the block should drop its inventory on break (#1479) * Added check to API if the block should drop its inventory on break * Apply spotless * Changed should drop flag to take index argument * spotlessApply Co-authored-by: DianeXD <64360468+DianeXD@users.noreply.github.com> Co-authored-by: Martin Robertz Co-authored-by: Maxim Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * green vitriol recipe Co-authored-by: Martin Robertz Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: DianeXD <64360468+DianeXD@users.noreply.github.com> Co-authored-by: Maxim --- .../blocks/fluids/fluid.solution.greenvitriol.png | Bin 0 -> 5605 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/gregtech/textures/blocks/fluids/fluid.solution.greenvitriol.png (limited to 'src/main/resources/assets/gregtech/textures/blocks/fluids/fluid.solution.greenvitriol.png') diff --git a/src/main/resources/assets/gregtech/textures/blocks/fluids/fluid.solution.greenvitriol.png b/src/main/resources/assets/gregtech/textures/blocks/fluids/fluid.solution.greenvitriol.png new file mode 100644 index 0000000000..9eff666cb2 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/fluids/fluid.solution.greenvitriol.png differ -- cgit