Change produce image of maple and yew trees to their respective logs (#8222)

To stay consistent with rest of trees displayed in farming tracker switch from icons from construction guide to respective tree logs.

Before:
![image](https://user-images.githubusercontent.com/8947593/54437786-b65e8f80-4735-11e9-9723-eb25a0a80625.png)
After;
![image](https://user-images.githubusercontent.com/8947593/54437797-ba8aad00-4735-11e9-84ec-c0972d125168.png)
This commit is contained in:
Jason Xie
2019-03-15 15:50:31 +01:00
committed by Tomas Slusny
parent a8608d9a19
commit ef39411cfd

View File

@@ -93,8 +93,8 @@ public enum Produce
// Tree crops
OAK("Oak", ItemID.OAK_LOGS, 40, 5),
WILLOW("Willow", ItemID.WILLOW_LOGS, 40, 7),
MAPLE("Maple", ItemID.MAPLE_TREE, 40, 9),
YEW("Yew", ItemID.YEW_TREE, 40, 11),
MAPLE("Maple", ItemID.MAPLE_LOGS, 40, 9),
YEW("Yew", ItemID.YEW_LOGS, 40, 11),
MAGIC("Magic", ItemID.MAGIC_LOGS, 40, 13),
// Fruit tree crops