9 lines
202 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
[
// Consumables
(1.0, MultiDrop(Item("common.items.consumable.potion_minor"), 2, 5)),
2025-03-07 13:26:55 -05:00
// Recipe
(0.3, Item("common.items.recipes.armor.golemite")),
2024-06-11 19:51:46 -04:00
// Nothing
(2.0, Nothing),
]