forked from Mirrorlandia_minetest/minetest
More texture naming fixes
This commit is contained in:
parent
9fa567a6ce
commit
fd1ef11617
@ -986,13 +986,6 @@ minetest.register_node("default:ladder", {
|
||||
material = minetest.digprop_woodlike(0.5),
|
||||
})
|
||||
|
||||
minetest.register_node("default:coalstone", {
|
||||
tile_images = {"stone.png^mineral_coal.png"},
|
||||
inventory_image = "stone.png^mineral_coal.png",
|
||||
is_ground_content = true,
|
||||
material = minetest.digprop_stonelike(1.5),
|
||||
})
|
||||
|
||||
minetest.register_node("default:wood", {
|
||||
tile_images = {"default_wood.png"},
|
||||
inventory_image = minetest.inventorycube("default_wood.png"),
|
||||
|
@ -654,8 +654,8 @@ minetest.register_node(":ladder", {
|
||||
})
|
||||
|
||||
minetest.register_node(":coalstone", {
|
||||
tile_images = {"stone.png^mineral_coal.png"},
|
||||
inventory_image = "stone.png^mineral_coal.png",
|
||||
tile_images = {"default_stone.png^mineral_coal.png"},
|
||||
inventory_image = "default_stone.png^mineral_coal.png",
|
||||
is_ground_content = true,
|
||||
material = minetest.digprop_stonelike(1.5),
|
||||
})
|
||||
|
0
data/mods/default/textures/default_dungeon_master.png → data/mods/legacy/textures/dungeon_master.png
0
data/mods/default/textures/default_dungeon_master.png → data/mods/legacy/textures/dungeon_master.png
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 952 B After Width: | Height: | Size: 952 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Loading…
Reference in New Issue
Block a user