mirror of
https://github.com/adrido/darkage.git
synced 2024-11-16 07:10:41 +01:00
disabled marble tile
theres no texture of marble tile. i disabled that to avoid errors
This commit is contained in:
parent
f459607392
commit
cb4d8c88c4
14
init.lua
14
init.lua
|
@ -256,13 +256,13 @@ minetest.register_node("darkage:marble", {
|
||||||
sounds = default.node_sound_stone_defaults()
|
sounds = default.node_sound_stone_defaults()
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("darkage:marble_tile", {
|
--minetest.register_node("darkage:marble_tile", { --disabled because texture not found
|
||||||
description = "Marble Tile",
|
-- description = "Marble Tile",
|
||||||
tiles = {"darkage_marble_tile.png"},
|
-- tiles = {"darkage_marble_tile.png"},
|
||||||
is_ground_content = true,
|
-- is_ground_content = true,
|
||||||
groups = {cracky=2},
|
-- groups = {cracky=2},
|
||||||
sounds = default.node_sound_stone_defaults()
|
-- sounds = default.node_sound_stone_defaults()
|
||||||
})
|
--})
|
||||||
|
|
||||||
---------------
|
---------------
|
||||||
-- Overrides
|
-- Overrides
|
||||||
|
|
Loading…
Reference in New Issue
Block a user