mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
More texture naming fixes
This commit is contained in:
parent
9fa567a6ce
commit
fd1ef11617
5 changed files with 2 additions and 9 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue