Merge pull request #3575 from ypperlig/giantseaweedfix
farmingtracker - Change tickrate for giant seaweed from 10 to 5
This commit is contained in:
@@ -104,7 +104,7 @@ public enum Produce
|
|||||||
PALM("Palm", ItemID.COCONUT, 160, 7, 45, 7),
|
PALM("Palm", ItemID.COCONUT, 160, 7, 45, 7),
|
||||||
|
|
||||||
// Special crops
|
// Special crops
|
||||||
SEAWEED("Seaweed", ItemID.GIANT_SEAWEED, 10, 8, 0, 4),
|
SEAWEED("Seaweed", ItemID.GIANT_SEAWEED, 5, 8, 0, 4),
|
||||||
TEAK("Teak", ItemID.TEAK_LOGS, 560, 9),
|
TEAK("Teak", ItemID.TEAK_LOGS, 560, 9),
|
||||||
GRAPE("Grape", ItemID.GRAPES, 5, 8, 0, 5),
|
GRAPE("Grape", ItemID.GRAPES, 5, 8, 0, 5),
|
||||||
MUSHROOM("Mushroom", ItemID.MUSHROOM, 40, 7, 0, 7),
|
MUSHROOM("Mushroom", ItemID.MUSHROOM, 40, 7, 0, 7),
|
||||||
|
|||||||
Reference in New Issue
Block a user