2024-07-03 23:04:49 +00:00
|
|
|
[
|
|
|
|
// Consumables
|
|
|
|
(1.0, MultiDrop(Item("common.items.consumable.potion_minor"), 2, 5)),
|
2024-10-10 13:12:52 +00:00
|
|
|
// Recipe
|
|
|
|
(0.3, Item("common.items.recipes.armor.golemite")),
|
2024-07-03 23:04:49 +00:00
|
|
|
// Nothing
|
|
|
|
(2.0, Nothing),
|
|
|
|
]
|