mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
More texture naming fixes
This commit is contained in:
parent
9fa567a6ce
commit
fd1ef11617
5 changed files with 2 additions and 9 deletions
|
@ -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),
|
||||
})
|
||||
|
|
BIN
data/mods/legacy/textures/dungeon_master.png
Normal file
BIN
data/mods/legacy/textures/dungeon_master.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
BIN
data/mods/legacy/textures/mineral_coal.png
Normal file
BIN
data/mods/legacy/textures/mineral_coal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 952 B |
BIN
data/mods/legacy/textures/mineral_iron.png
Normal file
BIN
data/mods/legacy/textures/mineral_iron.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue