Created
April 21, 2020 20:06
-
-
Save Lanse505/adc82a86d28c30393ccb5e0348171228 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:alternative", | |
| "terms": [ | |
| { | |
| "condition": "minecraft:match_tool", | |
| "predicate": { | |
| "item": "minecraft:shears" | |
| } | |
| }, | |
| { | |
| "condition": "minecraft:match_tool", | |
| "predicate": { | |
| "enchantments": [ | |
| { | |
| "enchantment": "minecraft:silk_touch", | |
| "levels": { | |
| "min": 1 | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ], | |
| "name": "essence:essence_wood_leaves" | |
| }, | |
| { | |
| "type": "minecraft:item", | |
| "conditions": [ | |
| { | |
| "condition": "minecraft:survives_explosion" | |
| }, | |
| { | |
| "condition": "minecraft:table_bonus", | |
| "enchantment": "minecraft:fortune", | |
| "chances": [ | |
| 0.05, | |
| 0.0625, | |
| 0.083333336, | |
| 0.1 | |
| ] | |
| } | |
| ], | |
| "name": "essence:essence_wood_sapling" | |
| } | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "rolls": 1, | |
| "entries": [ | |
| { | |
| "type": "minecraft:item", | |
| "conditions": [ | |
| { | |
| "condition": "minecraft:table_bonus", | |
| "enchantment": "minecraft:fortune", | |
| "chances": [ | |
| 0.02, | |
| 0.022222223, | |
| 0.025, | |
| 0.033333335, | |
| 0.1 | |
| ] | |
| } | |
| ], | |
| "functions": [ | |
| { | |
| "function": "minecraft:set_count", | |
| "count": { | |
| "min": 1.0, | |
| "max": 2.0, | |
| "type": "minecraft:uniform" | |
| } | |
| }, | |
| { | |
| "function": "minecraft:explosion_decay" | |
| } | |
| ], | |
| "name": "minecraft:stick" | |
| } | |
| ], | |
| "conditions": [ | |
| { | |
| "condition": "minecraft:inverted", | |
| "term": { | |
| "condition": "minecraft:alternative", | |
| "terms": [ | |
| { | |
| "condition": "minecraft:match_tool", | |
| "predicate": { | |
| "item": "minecraft:shears" | |
| } | |
| }, | |
| { | |
| "condition": "minecraft:match_tool", | |
| "predicate": { | |
| "enchantments": [ | |
| { | |
| "enchantment": "minecraft:silk_touch", | |
| "levels": { | |
| "min": 1 | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
o my gosh, that's huge