24 lines
339 B
YAML
24 lines
339 B
YAML
display-name: "Infernal Touch"
|
|
description: "Automatically smelts mined blocks"
|
|
type: normal
|
|
|
|
targets:
|
|
- pickaxe
|
|
conflicts:
|
|
- silk_touch
|
|
rarity: legendary
|
|
max-level: 1
|
|
|
|
tradeable: true
|
|
discoverable: true
|
|
enchantable: true
|
|
|
|
effects:
|
|
- id: autosmelt
|
|
args:
|
|
drop_xp: true
|
|
triggers:
|
|
- block_item_drop
|
|
|
|
conditions: [ ]
|