Advanced conditions - it's now possible to supply complex conditions for block break and drops. These conditions can be composed into logical expressions.
Code (Text):
diamond:
regen-delay: 3
conditions:
tool:
# Will match either a diamond or a netherite pickaxe.
material:
- DIAMOND_PICKAXE
- NETHERITE_PICKAXE
enchants:
- FORTUNE > 2
# Check against a placeholder value.
placeholder: "%player_y% > 100"
# Random chance
chance: 50.7
# Job levels
jobs/levels:
- MINER > 10