This commit is contained in:
Toby plowy 2017-03-15 22:26:42 +01:00
parent 0f18e81c7d
commit b1a6f7771e
3 changed files with 14 additions and 0 deletions

View File

@ -679,4 +679,18 @@ minetest.register_node("decoblocks:framed_glass", {
is_ground_content = false,
groups = {cracky = 3, oddly_breakable_by_hand = 3},
sounds = default.node_sound_glass_defaults(),
})
minetest.register_node("decoblocks:granite", {
description = "Granite",
tiles = {"decoblocks_granite.png"},
groups = {crumbly = 3, soil = 1},
sounds = default.node_sound_dirt_defaults(),
})
minetest.register_node("decoblocks:granite_brown", {
description = "Brown Granite",
tiles = {"decoblocks_granite_brown.png"},
groups = {crumbly = 3, soil = 1},
sounds = default.node_sound_dirt_defaults(),
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 965 B