Change tickrate for giant seaweed from 10 to 5

This commit is contained in:
ypperlig
2018-06-02 12:30:48 +02:00
parent 3e624aba65
commit d579400428

View File

@@ -104,7 +104,7 @@ public enum Produce
PALM("Palm", ItemID.COCONUT, 160, 7, 45, 7),
// 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),
GRAPE("Grape", ItemID.GRAPES, 5, 8, 0, 5),
MUSHROOM("Mushroom", ItemID.MUSHROOM, 40, 7, 0, 7),