Skip to content

Commit

Permalink
Merge pull request #921 from MuteTiefling/develop
Browse files Browse the repository at this point in the history
default tools
  • Loading branch information
MuteTiefling authored Apr 1, 2024
2 parents 63626cc + ac12946 commit 44a316e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- Fix missing stripped log/wood tags [\#915](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/915)
- [Expert] Occultism quests no longer require otherworld ash [\#917](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/917)
- [Expert] Fix broken Parrot Familiar summon [\#920](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/920)
- Add default tool for Enigmatic Unity and Energy Meters [\#921](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/921)

### Enigmatica 9 v1.20.1

Expand Down
3 changes: 3 additions & 0 deletions kubejs/server_scripts/base/tags/blocks/minecraft/mineable.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ServerEvents.tags('block', (event) => {
event.get('minecraft:mineable/pickaxe').add([/enigmaticunity/, /energymeter/]);
});

0 comments on commit 44a316e

Please sign in to comment.