Last active
April 23, 2020 22:12
-
-
Save Lanse505/3f4b198db0fcb70575971343d193ed89 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "minecraft:block", | |
"pools": [ | |
{ | |
"rolls": 1, | |
"entries": [ | |
{ | |
"type": "minecraft:alternatives", | |
"children": [ | |
{ | |
"type": "minecraft:item", | |
"conditions": [ | |
{ | |
"condition": "minecraft:match_tool", | |
"predicate": { | |
"enchantments": [ | |
{ | |
"enchantment": "minecraft:silk_touch", | |
"levels": { | |
"min": 1 | |
} | |
} | |
] | |
} | |
} | |
] | |
"name": "assemble:halite" | |
}, | |
{ | |
"type": "minecraft:sequence", | |
"children": [ | |
{ | |
"type": "minecraft:item", | |
"functions": [ | |
{ | |
"function": "minecraft:apply_bonus", | |
"enchantment": "minecraft:fortune", | |
"formula": "minecraft:ore_drops" | |
}, | |
{ | |
"function": "minecraft:explosion_decay" | |
} | |
], | |
"name": "assembly:halite_crystal" | |
}, | |
{ | |
"type": "minecraft:item", | |
"name": "minecraft:cobblestone" | |
} | |
] | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment