From ec179c919c4b3a486ca46f080fc71c613f644000 Mon Sep 17 00:00:00 2001 From: BlueHero233 <87818077+BlueHero233@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:06:06 -0300 Subject: Texturework in GT++ (#2945) * Leaves, Breads and Pizzas re texture * Crop Blocks Added * Fix Advanced Boilers top texture * Adding more controller faces * Remove redundant code * Finish controllers and code readability * spotlessApply to fix violations * Better Tank texture * Various Fixes * Various Fixes * Oopsies * Spotless Apply again... minor adjustments to drinks * Revert public api changes and scanner textures reference couldnt find reason why it was throwing NoSuchFieldError even when crops plus plus was recompiled with correct paths * spotless --------- Co-authored-by: Martin Robertz --- .../gregtech/textures/items/gt.metaitem.02/103.png | Bin 395 -> 678 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'src/main/resources/assets/gregtech/textures/items/gt.metaitem.02/103.png') diff --git a/src/main/resources/assets/gregtech/textures/items/gt.metaitem.02/103.png b/src/main/resources/assets/gregtech/textures/items/gt.metaitem.02/103.png index 5ad2405c57..ef883792a2 100644 Binary files a/src/main/resources/assets/gregtech/textures/items/gt.metaitem.02/103.png and b/src/main/resources/assets/gregtech/textures/items/gt.metaitem.02/103.png differ -- cgit