Fix cracky cobble

master
Maksim Gamarnik 2015-08-18 11:10:00 +03:00
parent 2a3fb395be
commit 8c26e4e64d
1 changed files with 1 additions and 1 deletions

View File

@ -1607,7 +1607,7 @@ multicraft.register_node("default:cobble", {
tiles = {"default_cobble.png"},
is_ground_content = true,
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(),
})