+ Fixed pathing for coal in T0 boss loot table, was mineral.coal is mineral.ore.coal now

This commit is contained in:
UncomfySilence 2021-11-09 22:40:25 +01:00
parent 77b74091a9
commit 0599726280

View File

@ -10,6 +10,6 @@
(2.0, Item("common.items.armor.misc.head.straw")),
// Indirect crafting materials for T2 gear
(1.0, ItemQuantity("common.items.crafting_ing.sticky_thread", 2, 5)),
(1.0, ItemQuantity("common.items.mineral.coal", 2, 5)),
(1.0, ItemQuantity("common.items.mineral.ore.coal", 2, 5)),
(1.0, ItemQuantity("common.items.crafting_ing.leather.leather_strips", 2, 5)),
]