disabled marble tile

theres no texture of marble tile. i disabled that to avoid errors
This commit is contained in:
adrido 2013-01-26 07:01:48 +01:00
parent f459607392
commit cb4d8c88c4
1 changed files with 7 additions and 7 deletions

View File

@ -256,13 +256,13 @@ minetest.register_node("darkage:marble", {
sounds = default.node_sound_stone_defaults()
})
minetest.register_node("darkage:marble_tile", {
description = "Marble Tile",
tiles = {"darkage_marble_tile.png"},
is_ground_content = true,
groups = {cracky=2},
sounds = default.node_sound_stone_defaults()
})
--minetest.register_node("darkage:marble_tile", { --disabled because texture not found
-- description = "Marble Tile",
-- tiles = {"darkage_marble_tile.png"},
-- is_ground_content = true,
-- groups = {cracky=2},
-- sounds = default.node_sound_stone_defaults()
--})
---------------
-- Overrides