diff --git a/mods/mcl_core/nodes.lua b/mods/mcl_core/nodes.lua index d96e43c0a..3d14db625 100644 --- a/mods/mcl_core/nodes.lua +++ b/mods/mcl_core/nodes.lua @@ -1593,8 +1593,8 @@ minetest.register_node("mcl_core:cobweb", { paramtype2 = "degrotate", visual_scale = 1.1, stack_max = 64, - tiles = {"web.png"}, - inventory_image = "web.png", + tiles = {"mcl_core_web.png"}, + inventory_image = "mcl_core_web.png", paramtype = "light", sunlight_propagates = true, liquid_viscosity = 14, diff --git a/mods/mcl_core/textures/door_wood.png b/mods/mcl_core/textures/door_wood.png deleted file mode 100644 index 392cf4758..000000000 Binary files a/mods/mcl_core/textures/door_wood.png and /dev/null differ diff --git a/mods/mcl_core/textures/door_wood_a.png b/mods/mcl_core/textures/door_wood_a.png deleted file mode 100644 index 7ed9e44bf..000000000 Binary files a/mods/mcl_core/textures/door_wood_a.png and /dev/null differ diff --git a/mods/mcl_core/textures/door_wood_a_r.png b/mods/mcl_core/textures/door_wood_a_r.png deleted file mode 100644 index 4f3f8908a..000000000 Binary files a/mods/mcl_core/textures/door_wood_a_r.png and /dev/null differ diff --git a/mods/mcl_core/textures/door_wood_b.png b/mods/mcl_core/textures/door_wood_b.png deleted file mode 100644 index 6c4066352..000000000 Binary files a/mods/mcl_core/textures/door_wood_b.png and /dev/null differ diff --git a/mods/mcl_core/textures/door_wood_b_r.png b/mods/mcl_core/textures/door_wood_b_r.png deleted file mode 100644 index 79d88db70..000000000 Binary files a/mods/mcl_core/textures/door_wood_b_r.png and /dev/null differ diff --git a/mods/mcl_core/textures/fishing_pole.png b/mods/mcl_core/textures/fishing_pole.png deleted file mode 100644 index d27b76dcf..000000000 Binary files a/mods/mcl_core/textures/fishing_pole.png and /dev/null differ diff --git a/mods/mcl_core/textures/web.png b/mods/mcl_core/textures/mcl_core_web.png similarity index 100% rename from mods/mcl_core/textures/web.png rename to mods/mcl_core/textures/mcl_core_web.png diff --git a/mods/mcl_core/textures/treeprop.png b/mods/mcl_core/textures/treeprop.png deleted file mode 100644 index d48e393dd..000000000 Binary files a/mods/mcl_core/textures/treeprop.png and /dev/null differ