From 14a007476e19a1c548f9f5cf0d2ecc835046c38c Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Fri, 9 May 2025 19:20:18 +0200 Subject: [PATCH] add missing acacia planks texture --- client/config/txloader/config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/config/txloader/config.json b/client/config/txloader/config.json index 69bb783..a6722bd 100644 --- a/client/config/txloader/config.json +++ b/client/config/txloader/config.json @@ -35,6 +35,12 @@ "source": "CLIENT", "version": "1.20.6" }, + { + "resourceLocation": "minecraft/textures/block/acacia_planks.png", + "resourceLocationOverride": "minecraft/textures/blocks/planks_acacia.png", + "source": "CLIENT", + "version": "1.20.6" + }, { "resourceLocation": "minecraft/textures/block/cherry_planks.png", "resourceLocationOverride": "minecraft/textures/blocks/cherry_planks.png",