Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "pools":
- [
- {
- "rolls":1,
- "entries":
- [
- {
- "type":"item",
- "name":"minecraft:oak_log",
- "weight":1
- }
- ]
- },
- {
- "rolls":1,
- "entries":
- [
- {
- "conditions":
- [
- {
- "condition":"match_tool",
- "predicate":
- {
- "enchantments":
- [
- {
- "enchantment":"minecraft:lure",
- "level":
- {
- "min":1,
- "max":1
- }
- }
- ]
- }
- }
- ],
- "type":"item",
- "name":"minecraft:oak_log",
- "weight":1,
- "functions":
- [
- {
- "function": "minecraft:testfunction"
- }
- ]
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement