added sandstone brick
This commit is contained in:
parent
bc6671ef4c
commit
9e7752b895
@ -683,6 +683,12 @@ minetest.register_node("default:compressed_sandstone", {
|
||||
groups = {cracky = 3},
|
||||
})
|
||||
|
||||
minetest.register_node("default:sandstone_brick", {
|
||||
description = "Sandstone Brick",
|
||||
tiles = {"default_sandstone_brick.png"},
|
||||
groups = {cracky = 3},
|
||||
})
|
||||
|
||||
minetest.register_node("default:gravel", {
|
||||
description = "Gravel",
|
||||
tiles = {"default_gravel.png"},
|
||||
|
BIN
mods/default/textures/default_sandstone_brick.png
Normal file
BIN
mods/default/textures/default_sandstone_brick.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 282 B |
Loading…
x
Reference in New Issue
Block a user