added sandstone brick

This commit is contained in:
cale 2016-02-26 15:35:01 +01:00
parent bc6671ef4c
commit 9e7752b895
2 changed files with 6 additions and 0 deletions

View File

@ -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"},

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B