Sandstone is no longer crumbly

master
Wuzzy 2021-07-09 21:55:40 +02:00
parent 754e9baa50
commit 7a9de3ad28
5 changed files with 4 additions and 4 deletions

View File

@ -458,7 +458,7 @@ minetest.register_node("hades_core:sandstone_volcanic", {
description = S("Volcanic Sandstone"),
tiles = {"hades_core_sandstone_volcanic.png"},
is_ground_content = true,
groups = {crumbly=2,cracky=3,sandstone=1, porous=1},
groups = {cracky=3,sandstone=1, porous=1},
sounds = hades_sounds.node_sound_stone_defaults(),
})
@ -476,7 +476,7 @@ minetest.register_node("hades_core:sandstone", {
description = S("Fine Sandstone"),
tiles = {"default_sandstone.png"},
is_ground_content = true,
groups = {crumbly=2,cracky=3,sandstone=1, porous=1},
groups = {cracky=3,sandstone=1, porous=1},
sounds = hades_sounds.node_sound_stone_defaults(),
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

View File

@ -908,7 +908,7 @@ stairs.register_stair_and_slab("brick_yellow", "hades_core:brick_yellow",
stairs.register_stair_and_slab("sandstone", "hades_core:sandstone",
{crumbly=2,cracky=3},
{cracky=3},
nil,
S("Fine Sandstone Stair"),
S("Outer Fine Sandstone Stair"),
@ -926,7 +926,7 @@ stairs.register_stair_and_slab("sandstonebrick", "hades_core:sandstonebrick",
hades_sounds.node_sound_stone_defaults())
stairs.register_stair_and_slab("sandstone_volcanic", "hades_core:sandstone_volcanic",
{crumbly=2,cracky=3},
{cracky=3},
nil,
S("Volcanic Sandstone Stair"),
S("Outer Volcanic Sandstone Stair"),