From e806655a085347174a6909593bc757d721b99fe0 Mon Sep 17 00:00:00 2001 From: SympathyTea <116274772+SympathyTea@users.noreply.github.com> Date: Fri, 2 Aug 2024 21:20:27 -0600 Subject: [PATCH] Merged duplicate item folders Moved all textures from "items" to "item" and then deleted the previous folder to avoid confusion --- assets/minecraft/textures/{items => item}/brush.png | Bin .../minecraft/textures/{items => item}/candle.png | Bin .../textures/{items => item}/cyan_candle.png | Bin .../textures/{items => item}/gray_candle.png | Bin .../textures/{items => item}/green_candle.png | Bin .../textures/{items => item}/light_blue_candle.png | Bin 6 files changed, 0 insertions(+), 0 deletions(-) rename assets/minecraft/textures/{items => item}/brush.png (100%) rename assets/minecraft/textures/{items => item}/candle.png (100%) rename assets/minecraft/textures/{items => item}/cyan_candle.png (100%) rename assets/minecraft/textures/{items => item}/gray_candle.png (100%) rename assets/minecraft/textures/{items => item}/green_candle.png (100%) rename assets/minecraft/textures/{items => item}/light_blue_candle.png (100%) diff --git a/assets/minecraft/textures/items/brush.png b/assets/minecraft/textures/item/brush.png similarity index 100% rename from assets/minecraft/textures/items/brush.png rename to assets/minecraft/textures/item/brush.png diff --git a/assets/minecraft/textures/items/candle.png b/assets/minecraft/textures/item/candle.png similarity index 100% rename from assets/minecraft/textures/items/candle.png rename to assets/minecraft/textures/item/candle.png diff --git a/assets/minecraft/textures/items/cyan_candle.png b/assets/minecraft/textures/item/cyan_candle.png similarity index 100% rename from assets/minecraft/textures/items/cyan_candle.png rename to assets/minecraft/textures/item/cyan_candle.png diff --git a/assets/minecraft/textures/items/gray_candle.png b/assets/minecraft/textures/item/gray_candle.png similarity index 100% rename from assets/minecraft/textures/items/gray_candle.png rename to assets/minecraft/textures/item/gray_candle.png diff --git a/assets/minecraft/textures/items/green_candle.png b/assets/minecraft/textures/item/green_candle.png similarity index 100% rename from assets/minecraft/textures/items/green_candle.png rename to assets/minecraft/textures/item/green_candle.png diff --git a/assets/minecraft/textures/items/light_blue_candle.png b/assets/minecraft/textures/item/light_blue_candle.png similarity index 100% rename from assets/minecraft/textures/items/light_blue_candle.png rename to assets/minecraft/textures/item/light_blue_candle.png