mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
+ Fixed pathing for coal in T0 boss loot table, was mineral.coal is mineral.ore.coal now
This commit is contained in:
parent
0f949f1b20
commit
debbc1e4c6
@ -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)),
|
||||
]
|
Loading…
Reference in New Issue
Block a user