wip
This commit is contained in:
parent
0f18e81c7d
commit
b1a6f7771e
@ -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(),
|
||||
})
|
BIN
mods/decoblocks/textures/decoblocks_granite.png
Normal file
BIN
mods/decoblocks/textures/decoblocks_granite.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 950 B |
BIN
mods/decoblocks/textures/decoblocks_granite_brown.png
Normal file
BIN
mods/decoblocks/textures/decoblocks_granite_brown.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 965 B |
Loading…
x
Reference in New Issue
Block a user