From b9cc66d3db9091a9d8ca445192d6654997c8d192 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sat, 14 Dec 2019 01:44:54 +0100 Subject: [PATCH] Remove dry grass from texture converter --- tools/Texture_Converter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/Texture_Converter.py b/tools/Texture_Converter.py index 257e9389e..9fa90365b 100755 --- a/tools/Texture_Converter.py +++ b/tools/Texture_Converter.py @@ -378,7 +378,6 @@ def convert_textures(): offset = [ [ pcol, "", "grass" ], # Default grass: Plains - [ "40+255", "_dry", "dry_grass" ], # Dry grass: Savanna, Mesa Plateau F, Nether, … ] for o in offset: colorize(GRASS, tex_dir+"/blocks/grass_top.png", o[0], str(PXSIZE), target_dir("/mods/ITEMS/mcl_core/textures")+"/default_"+o[2]+".png")