Add block of coal

This commit is contained in:
Wuzzy 2017-01-04 11:44:55 +01:00
parent 97b00fbdc2
commit 621273fc45
2 changed files with 44 additions and 13 deletions

View file

@ -1580,6 +1580,15 @@ minetest.register_node("default:mossycobble", {
sounds = default.node_sound_stone_defaults(),
})
minetest.register_node("default:coalblock", {
description = "Block of Coal",
tiles = {"default_coal_block.png"},
is_ground_content = true,
stack_max = 64,
groups = {cracky=2},
sounds = default.node_sound_stone_defaults(),
})
minetest.register_node("default:steelblock", {
description = "Block of Iron",
tiles = {"default_steel_block.png"},