mirror of
https://github.com/minetest-mods/unifiedbricks.git
synced 2025-01-09 17:40:18 +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"},
|
tile_images = {"unifiedbricks_" .. TYPES[4] .. name .. ".png"},
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
groups = {cracky=3, not_in_creative_inventory=1},
|
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(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user