From 7bc28cc649d2515612c7b75a85bb441ae780fff1 Mon Sep 17 00:00:00 2001 From: Jules Date: Sat, 4 Jun 2022 02:45:42 -0700 Subject: [PATCH] Update Custom Professions --- Custom-Professions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-Professions.md b/Custom-Professions.md index 3f0f37b..0c45cf5 100644 --- a/Custom-Professions.md +++ b/Custom-Professions.md @@ -74,10 +74,10 @@ exp-sources: ## Every experience source | 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 Mythic Mob | `killmythicmob{type=MobInternalName}` | Killing a MythicMob 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) | | Brew potion | `brewpotion{effect=SPEED,REGEN,...}` | [More info on Alchemy](Alchemy) | | Enchant Item | `enchantitem{type=...}` | [More info on Enchanting](Enchanting) |