mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
deadwood fix
This commit is contained in:
parent
4b15f7bff3
commit
ab842beb96
@ -2,9 +2,11 @@
|
||||
(1, All([
|
||||
MultiDrop(Item("common.items.crafting_ing.twigs"), 2, 3),
|
||||
MultiDrop(Item("common.items.log.hardwood"), 1, 3),
|
||||
MultiDrop(Item("common.items.flowers.plant_fiber"), 3, 5),
|
||||
MultiDrop(Item("common.items.crafting_ing.resin"), 0, 3),
|
||||
MultiDrop(Item("common.items.crafting_ing.animal_misc.grim_eyeball"), 0, 1),
|
||||
],
|
||||
Lottery([
|
||||
(0.5, Item("common.items.flowers.plant_fiber"), 3, 5),
|
||||
(0.5, Item("common.items.crafting_ing.resin"), 0, 3),
|
||||
]),
|
||||
],
|
||||
)),
|
||||
]
|
Loading…
Reference in New Issue
Block a user