-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
847 additions
and
0 deletions.
There are no files selected for viewing
128 changes: 128 additions & 0 deletions
128
src/main/resources/data/minecraft/loot_tables/blocks/acacia_leaves.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
{ | ||
"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": "minecraft:acacia_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": "minecraft:acacia_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": "atbyw:acacia_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 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
128 changes: 128 additions & 0 deletions
128
src/main/resources/data/minecraft/loot_tables/blocks/birch_leaves.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
{ | ||
"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": "minecraft:birch_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": "minecraft:birch_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": "atbyw:birch_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 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.