Note Block #Mine
timhow38 opened this issue ยท 3 comments
What do you need help with?
Is it possible to search and mine for a spesfic noteblock type?
e.g. #mine minecraft:note_block[note=12,instrument=guitar]
It would be really helpful with data packs that load different items as other blocks.
Final checklist
- I know how to properly use check boxes
- I have not used any OwO's or UwU's in this issue.
If you are on 1.12.2 can try mining for a specific state by using minecraft:note_block:<meta>
. Meta can only be 0-15 so it shouldn't be difficult to find the value you need.
If you are on 1.12.2 can try mining for a specific state by using
minecraft:note_block:<meta>
. Meta can only be 0-15 so it shouldn't be difficult to find the value you need.
What if you are using 1.18?
Or does what you suggest work for 1.12.2 and above?