Skip to main content

Tool Actions

Actions triggered when breaking blocks via EnchantmentEvent.BLOCK_BREAK. All actions have the standard ActionEntry fields (id, name, criteria, modifiers, triggers).
Action EntryDescriptionIconExtra Fields
telepathy_actionPlaces mined blocks directly into inventorymdi:brainNone
auto_smelt_actionAutomatically smelts mined blocks with extra XPmdi:fireNone
haste_actionPassively grants Haste while breaking blocksmdi:lightning-boltNone
oxygenate_actionRestores breath while breaking blocks underwatermdi:wavesNone
experience_boost_actionMined blocks drop extra experiencemdi:star-four-pointsbonusXp: Int = 5
area_miner_actionMines blocks in a 3x3 area around the broken blockmdi:gridNone
vein_miner_actionMines a vein of connected identical oresmdi:graphmaxBlocks: Int = 32
timber_actionChops down an entire tree when breaking one logmdi:tree-outlinemaxLogs: Int = 64
bedrock_breaker_actionBreaks bedrock blocks (requires permission handling)mdi:layers-triple-outlineNone
spawners_silk_touch_actionDrops spawners with silk touchmdi:spiderNone
magnet_actionAttracts nearby dropped items to the playermdi:magnetradius: Int = 5
treasure_hunter_actionBonus loot from mined blocksmdi:treasure-chestNone
night_vision_actionGrants night vision while underground or in low lightmdi:eye-outlineNone
indestructible_actionPrevents tool from taking durability damagemdi:shield-swordNone
green_thumb_actionBonemeal effect on crops when near themmdi:sproutradius: Int = 3

Example

{
  "id": "super_miner",
  "name": "Super Miner",
  "maxBlocks": 64
}