Date: 2024/07/22 04:48:02 UTC-07:00
Type: Denizen Script
ores:
type: world
debug: false
events:
on player breaks note_block with:*_pickaxe:
- if <context.material> == <material[note_block[instrument=BASS_DRUM;note=0;switched=false]]>:
- determine <item[coal]>
- if <context.material> == <material[note_block[instrument=BASS_DRUM;note=1;switched=false]]>:
- determine <item[coal]>
- if <context.material> == <material[note_block[instrument=BASS_DRUM;note=2;switched=false]]>:
- determine <item[raw_copper]>
- if <context.material> == <material[note_block[instrument=BASS_DRUM;note=3;switched=false]]>:
- determine <item[raw_copper]>
- if <context.material> == <material[note_block[instrument=BASS_DRUM;note=4;switched=false]]>:
- determine <item[raw_iron]>
- if <context.material> == <material[note_block[instrument=BASS_DRUM;note=5;switched=false]]>:
- determine <item[raw_iron]>
- if <context.material> == <material[note_block[instrument=BASS_DRUM;note=6;switched=false]]>:
- determine <item[raw_gold]>
- if <context.material> == <material[note_block[instrument=BASS_DRUM;note=7;switched=false]]>:
- determine <item[raw_gold]>
- if <context.material> == <material[note_block[instrument=BASS_DRUM;note=8;switched=false]]>:
- determine <item[emerald]>
- if <context.material> == <material[note_block[instrument=BASS_DRUM;note=9;switched=false]]>:
- determine <item[emerald]>
- if <context.material> == <material[note_block[instrument=BASS_DRUM;note=10;switched=false]]>:
- determine <item[diamond]>
- if <context.material> == <material[note_block[instrument=BASS_DRUM;note=11;switched=false]]>:
- determine <item[diamond]>