From 6205a2088bbbc31a09d0a2a3d460add1a7622801 Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Mon, 29 Oct 2018 05:09:01 +0000 Subject: + Added recipe for heating Titanium Ingots, required for Krypton processing. + Added custom GT TextureSets. $ Lots of small fixes to Material, Material Generation & Recipe Generation. $ Lots of small fixes to Fluids, Fluid Generation and Fluid Cell Generation. $ Fixed Creative Tabs. $ Possibly fixed issue where tickable items would instantly tick to 0. $ Fixed display names of Throwable Potions. $ Fixed NPE in removeCrudeTurbineRotors(). % Adjusted lots of textures. % Adjusted handling of Thermal Foundation Fluids. % Moved Furnace/EBF and Maceration recipes out of BaseItemDust.java. % Made Tooltips of GT++ Material Blocks, Frames and ores more informational. % Made Bromine a Fluid Material, this will remove all Bromine solid material items from the world. (Ingots, Blocks, etc.) % Increased cost of GT++ Ores in processing. - Broke lots of recipes. > EBF/ABS & All Table Crafting. TBA~ --- .../textures/items/materialicons/REFINED/dustTiny.png | Bin 0 -> 221 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/resources/assets/gregtech/textures/items/materialicons/REFINED/dustTiny.png (limited to 'src/resources/assets/gregtech/textures/items/materialicons/REFINED/dustTiny.png') diff --git a/src/resources/assets/gregtech/textures/items/materialicons/REFINED/dustTiny.png b/src/resources/assets/gregtech/textures/items/materialicons/REFINED/dustTiny.png new file mode 100644 index 0000000000..859cd70116 Binary files /dev/null and b/src/resources/assets/gregtech/textures/items/materialicons/REFINED/dustTiny.png differ -- cgit