mcMMO/src/main/java/com/gmail/nossr50/skills/herbalism
bm01 9143051d9f Run GreenThumbTimer on the current tick
It avoids onBlockBreak to be called twice (which basically launched
the task twice). I don't know what were the consequences but that
wasn't right anyway.
Also it would be better if we wouldn't have to cancel the event,
because there is a possibility that plugins like LogBlock don't have a
chance to process it.
2013-02-16 02:56:46 +01:00
..
GreenThumbTimer.java Fixed Green Thumb not checking rank 4 on wheat 2013-02-16 02:49:31 +01:00
Herbalism.java Run GreenThumbTimer on the current tick 2013-02-16 02:56:46 +01:00
HerbalismBlock.java Full change to DyeColor.COLOR.getDyeData() - *REQUIRES* CB 1.4.7 2013-02-15 12:16:31 -05:00
HerbalismCommand.java Fix issue with GreenThumb command display. 2013-02-15 19:18:43 -05:00