remove duplicate/unused textures
use new names textures and remove old named texture(ladder -> ladder_wood) move .blend file
Before Width: | Height: | Size: 217 B |
@ -123,7 +123,7 @@ minetest.register_node("maptools:ignore_like_no_clip", {
|
|||||||
description = S("Ignore-like (no clip)"),
|
description = S("Ignore-like (no clip)"),
|
||||||
range = 12,
|
range = 12,
|
||||||
stack_max = 10000,
|
stack_max = 10000,
|
||||||
inventory_image = "default_steel_block.png^dye_purple.png",
|
inventory_image = "default_steel_block.png^dye_violet.png",
|
||||||
tiles = {"invisible.png"},
|
tiles = {"invisible.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
@ -137,7 +137,7 @@ minetest.register_node("maptools:ignore_like_no_point", {
|
|||||||
description = S("Ignore-like (no point)"),
|
description = S("Ignore-like (no point)"),
|
||||||
range = 12,
|
range = 12,
|
||||||
stack_max = 10000,
|
stack_max = 10000,
|
||||||
inventory_image = "default_steel_block.png^dye_purple.png",
|
inventory_image = "default_steel_block.png^dye_violet.png",
|
||||||
tiles = {"invisible.png"},
|
tiles = {"invisible.png"},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
pointable = false,
|
pointable = false,
|
||||||
@ -280,7 +280,7 @@ minetest.register_node("maptools:climb", {
|
|||||||
description = S("Climb Block"),
|
description = S("Climb Block"),
|
||||||
range = 12,
|
range = 12,
|
||||||
stack_max = 10000,
|
stack_max = 10000,
|
||||||
inventory_image = "default_steel_block.png^default_ladder.png",
|
inventory_image = "default_steel_block.png^default_ladder_wood.png",
|
||||||
drawtype = "airlike",
|
drawtype = "airlike",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
climbable = true,
|
climbable = true,
|
||||||
@ -341,9 +341,9 @@ minetest.register_node("maptools:ladder", {
|
|||||||
range = 12,
|
range = 12,
|
||||||
stack_max = 10000,
|
stack_max = 10000,
|
||||||
drawtype = "signlike",
|
drawtype = "signlike",
|
||||||
tiles = {"default_ladder.png"},
|
tiles = {"default_ladder_wood.png"},
|
||||||
inventory_image = "default_ladder.png",
|
inventory_image = "default_ladder_wood.png",
|
||||||
wield_image = "default_ladder.png",
|
wield_image = "default_ladder_wood.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "wallmounted",
|
paramtype2 = "wallmounted",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
|
Before Width: | Height: | Size: 703 B |
Before Width: | Height: | Size: 145 B |
Before Width: | Height: | Size: 716 B |
Before Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 150 B |
Before Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 134 B |