From d0d7ebe53bfdabd78d94cf9b246820441ebcb312 Mon Sep 17 00:00:00 2001 From: Daniel Cassidy Date: Fri, 7 Jan 2022 21:56:37 +0000 Subject: [PATCH] Really move mcl_stairs_stone_slab_top.png into mcl_core This is a fix for #105 where I accidentally moved it to the wrong place. Sorry. mcl_core uses this texture for Polished Stone (mcl_core:stone_smooth), which means mcl_core had an undeclared dependency on mcl_stairs. Since mcl_stairs depends on mcl_core, it makes sense to move the texture to mcl_core. --- .../textures/mcl_stairs_stone_slab_top.png | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename mods/ITEMS/{mcl_enchanting => mcl_core}/textures/mcl_stairs_stone_slab_top.png (100%) diff --git a/mods/ITEMS/mcl_enchanting/textures/mcl_stairs_stone_slab_top.png b/mods/ITEMS/mcl_core/textures/mcl_stairs_stone_slab_top.png similarity index 100% rename from mods/ITEMS/mcl_enchanting/textures/mcl_stairs_stone_slab_top.png rename to mods/ITEMS/mcl_core/textures/mcl_stairs_stone_slab_top.png