Drop of borax
Now borax can be droped from stone.
This commit is contained in:
parent
4d9350a38e
commit
6a272f3ee8
@ -529,7 +529,18 @@ minetest.register_node("default:stone", {
|
||||
tiles = {"default_stone.png"},
|
||||
is_ground_content = true,
|
||||
groups = {cracky=3},
|
||||
drop = 'default:cobble',
|
||||
drop = {
|
||||
max_items = 1,
|
||||
items = {
|
||||
{
|
||||
items = {'default:cobble', 'minerals:borax'},
|
||||
rarity = 50,
|
||||
},
|
||||
{
|
||||
items = {'default:cobble'}
|
||||
},
|
||||
},
|
||||
},
|
||||
legacy_mineral = true,
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user