item id: reformat extraneous spaces
This commit is contained in:
@@ -46,7 +46,7 @@ enum ItemIdentification
|
|||||||
DWARF_WEED_SEED(Type.SEED, "Dwarf", "D", ItemID.DWARF_WEED_SEED),
|
DWARF_WEED_SEED(Type.SEED, "Dwarf", "D", ItemID.DWARF_WEED_SEED),
|
||||||
TORSTOL_SEED(Type.SEED, "Torstol", "TOR", ItemID.TORSTOL_SEED),
|
TORSTOL_SEED(Type.SEED, "Torstol", "TOR", ItemID.TORSTOL_SEED),
|
||||||
POISON_IVY_SEED(Type.SEED, "Ivy", "I", ItemID.POISON_IVY_SEED),
|
POISON_IVY_SEED(Type.SEED, "Ivy", "I", ItemID.POISON_IVY_SEED),
|
||||||
WHITEBERRY_SEED( Type.SEED, "White", "W", ItemID.WHITEBERRY_SEED),
|
WHITEBERRY_SEED(Type.SEED, "White", "W", ItemID.WHITEBERRY_SEED),
|
||||||
|
|
||||||
//Herbs
|
//Herbs
|
||||||
GUAM(Type.HERB, "Guam", "G", ItemID.GUAM_LEAF, ItemID.GRIMY_GUAM_LEAF),
|
GUAM(Type.HERB, "Guam", "G", ItemID.GUAM_LEAF, ItemID.GRIMY_GUAM_LEAF),
|
||||||
@@ -202,7 +202,7 @@ enum ItemIdentification
|
|||||||
final String shortName;
|
final String shortName;
|
||||||
final int[] itemIDs;
|
final int[] itemIDs;
|
||||||
|
|
||||||
ItemIdentification(Type type, String medName, String shortName, int ... ids)
|
ItemIdentification(Type type, String medName, String shortName, int... ids)
|
||||||
{
|
{
|
||||||
this.type = type;
|
this.type = type;
|
||||||
this.medName = medName;
|
this.medName = medName;
|
||||||
|
|||||||
Reference in New Issue
Block a user