mcMMO/src/main/resources
t00thpick1 f1ac5739e4 [bugfix] Resolve issues with Herbalism exp.
Due to flaws the previous changes to the configuration system combined with some bad lines in the experience.config that I mistakenly recommended, herbalism was not granting experience in most cases, as it was marking newly planted crops and such as player placed no exp granting blocks, rather than ignoring them as it should.
block types now are evaluated in 3 steps:
1: Explicit Name  i.e. ("Crops|4", "Crops|0"), Which is the material name then data value
2: "friendly name"  i.e. ("Crops_Ripe", "Crops_Ungrown"), Which is a typically data valueless name,  some of which I make up in mcMMO, but most of which are just the Material name
3: Wildcard name  i.e. ("Crops|*") Which is any block with that block value, regardless of data value

In order to be sure herbalism grants exp for you once again, make sure your configuration for herbalism looks similar to this:
https://github.com/mcMMO-Dev/mcMMO/blob/master/src/main/resources/experience.yml#L151

In terms of which blocks are listed there.  Specifically, there should be no blocks marked "ungrown"
2017-08-01 01:33:02 -04:00
..
locale Fix translated strings 2016-08-05 09:59:39 -03:00
mods Set a pretty repair material name in armor.yml 2014-06-15 17:46:16 +02:00
.jenkins Change metrics to be shaded in, add new graph 2013-02-02 04:38:15 -05:00
advanced.yml Incorrect config key. 2015-07-25 16:32:44 -04:00
child.yml Convert Salvage to a child skill. 2014-05-18 17:04:38 +02:00
config.yml Add Beetroot to herbalism skill 2016-06-26 17:14:19 -04:00
experience.yml [bugfix] Resolve issues with Herbalism exp. 2017-08-01 01:33:02 -04:00
hidden.yml Goddamnit, save more often to make sure progress is made 2014-11-26 01:24:44 -08:00
itemweights.yml Fixed bug where Nether Quartz wasn't included in Smelting or item 2013-05-16 08:13:01 -04:00
plugin.yml Prevent players from resetting each other's skills 2017-04-24 20:17:43 +02:00
potions.yml Fixes Stage 1 Potions 2016-03-21 14:38:58 -04:00
repair.vanilla.yml A whole bunch of more work to convert Salvage to a child skill 2014-05-18 17:04:39 +02:00
salvage.vanilla.yml A whole bunch of more work to convert Salvage to a child skill 2014-05-18 17:04:39 +02:00
treasures.yml Add shaking from shulkers 2017-06-04 16:34:48 +10:00
upgrades.yml Add an UpgradeManager 2014-07-23 12:37:02 +02:00