9 lines
212 B
Plaintext
Raw Normal View History

2024-06-11 19:51:46 -04:00
[
// Food
(1.25, LootTable("common.loot_tables.food.wild_ingredients")),
// Materials
(0.75, MultiDrop(Item("common.items.mineral.ore.veloritefrag"), 1, 2)),
// Nothing
(0.75, Nothing),
]