From e0ec5678765a5054f3675e4b6db158db623794f4 Mon Sep 17 00:00:00 2001 From: blryface <124838505+blryface@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:52:01 -0300 Subject: [PATCH] Fix item folder being items --- .../textures/{items => item}/axolotl_bucket.png | Bin .../textures/{items => item}/black_candle.png | Bin .../textures/{items => item}/blue_candle.png | Bin .../textures/{items => item}/brown_candle.png | Bin .../minecraft/textures/{items => item}/shears.png | Bin 5 files changed, 0 insertions(+), 0 deletions(-) rename assets/minecraft/textures/{items => item}/axolotl_bucket.png (100%) rename assets/minecraft/textures/{items => item}/black_candle.png (100%) rename assets/minecraft/textures/{items => item}/blue_candle.png (100%) rename assets/minecraft/textures/{items => item}/brown_candle.png (100%) rename assets/minecraft/textures/{items => item}/shears.png (100%) diff --git a/assets/minecraft/textures/items/axolotl_bucket.png b/assets/minecraft/textures/item/axolotl_bucket.png similarity index 100% rename from assets/minecraft/textures/items/axolotl_bucket.png rename to assets/minecraft/textures/item/axolotl_bucket.png diff --git a/assets/minecraft/textures/items/black_candle.png b/assets/minecraft/textures/item/black_candle.png similarity index 100% rename from assets/minecraft/textures/items/black_candle.png rename to assets/minecraft/textures/item/black_candle.png diff --git a/assets/minecraft/textures/items/blue_candle.png b/assets/minecraft/textures/item/blue_candle.png similarity index 100% rename from assets/minecraft/textures/items/blue_candle.png rename to assets/minecraft/textures/item/blue_candle.png diff --git a/assets/minecraft/textures/items/brown_candle.png b/assets/minecraft/textures/item/brown_candle.png similarity index 100% rename from assets/minecraft/textures/items/brown_candle.png rename to assets/minecraft/textures/item/brown_candle.png diff --git a/assets/minecraft/textures/items/shears.png b/assets/minecraft/textures/item/shears.png similarity index 100% rename from assets/minecraft/textures/items/shears.png rename to assets/minecraft/textures/item/shears.png