|
minetest.register_node(":default:mossycobble", {
|
|
description = "Mossy Cobblestone",
|
|
tiles = {"default_mossycobble.png"},
|
|
is_ground_content = false,
|
|
groups = {cracky = 3, stone = 1},
|
|
sounds = default.node_sound_stone_defaults(),
|
|
paramtype = "light",
|
|
light_source = 4,
|
|
}) |