Add item mapping for unidentified minerals (#12552)

This commit is contained in:
Joey Wilson
2020-10-13 19:01:43 -04:00
committed by GitHub
parent 9e390812e3
commit 54fd10491c

View File

@@ -279,6 +279,9 @@ public enum ItemMapping
ITEM_PROSPECTOR_LEGS(GOLDEN_NUGGET, true, 40L, PROSPECTOR_LEGS),
ITEM_PROSPECTOR_BOOTS(GOLDEN_NUGGET, true, 24L, PROSPECTOR_BOOTS),
// 10 unidentified minerals = 100 soft clay
ITEM_UNIDENTIFIED_MINERALS(SOFT_CLAY, true, 10L, UNIDENTIFIED_MINERALS),
// Converted to coins
ITEM_TATTERED_PAGE(COINS_995, true, 1000L, TATTERED_MOON_PAGE, TATTERED_SUN_PAGE, TATTERED_TEMPLE_PAGE),
ITEM_LONG_BONE(COINS_995, true, 1000L, LONG_BONE),