mirror of
https://github.com/minetest-mods/unifiedbricks.git
synced 2025-02-18 10:53:56 +01:00
typo in drop
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user