typo in drop

This commit is contained in:
Vanessa Ezekowitz 2013-10-01 22:31:48 -04:00
parent a02bf66cbd
commit b9451d4f80
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ register_brick_block = function(name,formalname)
tile_images = {"unifiedbricks_" .. TYPES[4] .. name .. ".png"},
is_ground_content = true,
groups = {cracky=3, not_in_creative_inventory=1},
drop = "unifiedbricks_" .. TYPES[3] .. name .." 4",
drop = "unifiedbricks:" .. TYPES[3] .. name .." 4",
sounds = default.node_sound_stone_defaults(),
})
end