Update node drops
This commit is contained in:
parent
112b7876d2
commit
f8aa0e5006
4 changed files with 52 additions and 48 deletions
|
@ -54,9 +54,10 @@ minetest.register_node("farming:carrot", {
|
|||
drop = {
|
||||
max_items = 1,
|
||||
items = {
|
||||
{ items = {'farming:carrot_item 2'} },
|
||||
{ items = {'farming:carrot_item 4'}, rarity = 5 },
|
||||
{ items = {'farming:carrot_item 3'}, rarity = 2 },
|
||||
{ items = {'farming:carrot_item 4'}, rarity = 5 }
|
||||
{ items = {'farming:carrot_item 2'}, rarity = 2 },
|
||||
{ items = {'farming:carrot_item 1'} },
|
||||
}
|
||||
},
|
||||
groups = {snappy=3, flammable=2, not_in_creative_inventory=1,dig_by_water=1},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue