diff --git a/mods/mana/textures/mana_icon.png b/mods/mana/textures/mana_icon.png deleted file mode 100755 index 0055e5fb..00000000 Binary files a/mods/mana/textures/mana_icon.png and /dev/null differ diff --git a/mods/maptools/nodes.lua b/mods/maptools/nodes.lua index 9656d75c..fc940ca3 100755 --- a/mods/maptools/nodes.lua +++ b/mods/maptools/nodes.lua @@ -123,7 +123,7 @@ minetest.register_node("maptools:ignore_like_no_clip", { description = S("Ignore-like (no clip)"), range = 12, stack_max = 10000, - inventory_image = "default_steel_block.png^dye_purple.png", + inventory_image = "default_steel_block.png^dye_violet.png", tiles = {"invisible.png"}, paramtype = "light", walkable = false, @@ -137,7 +137,7 @@ minetest.register_node("maptools:ignore_like_no_point", { description = S("Ignore-like (no point)"), range = 12, stack_max = 10000, - inventory_image = "default_steel_block.png^dye_purple.png", + inventory_image = "default_steel_block.png^dye_violet.png", tiles = {"invisible.png"}, paramtype = "light", pointable = false, @@ -280,7 +280,7 @@ minetest.register_node("maptools:climb", { description = S("Climb Block"), range = 12, stack_max = 10000, - inventory_image = "default_steel_block.png^default_ladder.png", + inventory_image = "default_steel_block.png^default_ladder_wood.png", drawtype = "airlike", walkable = false, climbable = true, @@ -341,9 +341,9 @@ minetest.register_node("maptools:ladder", { range = 12, stack_max = 10000, drawtype = "signlike", - tiles = {"default_ladder.png"}, - inventory_image = "default_ladder.png", - wield_image = "default_ladder.png", + tiles = {"default_ladder_wood.png"}, + inventory_image = "default_ladder_wood.png", + wield_image = "default_ladder_wood.png", paramtype = "light", paramtype2 = "wallmounted", walkable = false, diff --git a/mods/maptools/textures/default_ladder.png b/mods/maptools/textures/default_ladder.png deleted file mode 100755 index d04c6039..00000000 Binary files a/mods/maptools/textures/default_ladder.png and /dev/null differ diff --git a/mods/maptools/textures/dye_purple.png b/mods/maptools/textures/dye_purple.png deleted file mode 100755 index 48d55ace..00000000 Binary files a/mods/maptools/textures/dye_purple.png and /dev/null differ diff --git a/mods/moreblocks/textures/default_brick.png b/mods/moreblocks/textures/default_brick.png deleted file mode 100755 index 9c76033f..00000000 Binary files a/mods/moreblocks/textures/default_brick.png and /dev/null differ diff --git a/mods/moreblocks/textures/default_fence_overlay.png b/mods/moreblocks/textures/default_fence_overlay.png deleted file mode 100755 index 780e7368..00000000 Binary files a/mods/moreblocks/textures/default_fence_overlay.png and /dev/null differ diff --git a/mods/snow/textures/default_ice.png b/mods/snow/textures/default_ice.png deleted file mode 100755 index afeb3234..00000000 Binary files a/mods/snow/textures/default_ice.png and /dev/null differ diff --git a/mods/snow/textures/default_snowball.png b/mods/snow/textures/default_snowball.png deleted file mode 100755 index bbe5351e..00000000 Binary files a/mods/snow/textures/default_snowball.png and /dev/null differ diff --git a/mods/sprint/textures/sprint_stamina_icon.png b/mods/sprint/textures/sprint_stamina_icon.png deleted file mode 100755 index 5100103c..00000000 Binary files a/mods/sprint/textures/sprint_stamina_icon.png and /dev/null differ diff --git a/mods/snow/models/sled.blend b/other_things/models/sled.blend similarity index 100% rename from mods/snow/models/sled.blend rename to other_things/models/sled.blend