Update Custom Professions

Jules 2022-06-04 02:45:42 -07:00
parent 23ef60f0d3
commit 7bc28cc649

@ -74,10 +74,10 @@ exp-sources:
## Every experience source ## Every experience source
| Source | Usage | Description | | Source | Usage | Description |
|-----------------|---------------------------------------|------------------------------------| |-----------------|---------------------------------------|------------------------------------|
| Mine Block | `mineblock{type=BLOCK_MATERIAL}` | More info on [Mining](Mining and Block Regen). |
| Kill Mob | `killmob{type=MOB_ENTITY_TYPE}` | Killing a mob grants exp | | Kill Mob | `killmob{type=MOB_ENTITY_TYPE}` | Killing a mob grants exp |
| Kill Mythic Mob | `killmythicmob{type=MobInternalName}` | Killing a MythicMob grants exp | | Kill Mythic Mob | `killmythicmob{type=MobInternalName}` | Killing a MythicMob grants exp |
| Fish Item | `fishitem{type=ITEM_MATERIAL}` | Fishing an item grants exp | | Fish Item | `fishitem{type=ITEM_MATERIAL}` | Fishing an item grants exp |
| Mine Block | `mineblock{type=BLOCK_MATERIAL}` | When a specific block is mined |
| Smelt Item | `smeltitem{type=ITEM_MATERIAL}` | When an item is smelted (furnaces) | | Smelt Item | `smeltitem{type=ITEM_MATERIAL}` | When an item is smelted (furnaces) |
| Brew potion | `brewpotion{effect=SPEED,REGEN,...}` | [More info on Alchemy](Alchemy) | | Brew potion | `brewpotion{effect=SPEED,REGEN,...}` | [More info on Alchemy](Alchemy) |
| Enchant Item | `enchantitem{type=...}` | [More info on Enchanting](Enchanting) | | Enchant Item | `enchantitem{type=...}` | [More info on Enchanting](Enchanting) |