Fix cracky cobble
This commit is contained in:
parent
2a3fb395be
commit
8c26e4e64d
|
@ -1607,7 +1607,7 @@ multicraft.register_node("default:cobble", {
|
||||||
tiles = {"default_cobble.png"},
|
tiles = {"default_cobble.png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
groups = {cracky=10, stone=2, building = 1, decorative = 1},
|
groups = {cracky=3, stone=2, building = 1, decorative = 1},
|
||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue