mirror of
https://github.com/minetest-mods/unifiedbricks.git
synced 2024-11-26 01:13:54 +01:00
typo in drop
This commit is contained in:
parent
a02bf66cbd
commit
b9451d4f80
2
init.lua
2
init.lua
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user