Created
March 20, 2020 22:18
-
-
Save Lanse505/a8ebfe37fb950ef46ff9bede30e38734 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
{ | |
"inputList": [ | |
{ | |
"tag": "minecraft:wool" | |
}, | |
{ | |
"tag": "minecraft:anvil" | |
}, | |
{ | |
"tag": "minecraft:arrows" | |
} | |
], | |
"modifiers": [ | |
{ | |
"modifier": "essence:mending", | |
"level": 4, | |
"compound": "{}", | |
"operation": "add" | |
}, | |
{ | |
"modifier": "essence:brewed", | |
"level": 1, | |
"compound": "{Effects:[{Ambient:0b,CurativeItems:[{id:\"minecraft:milk_bucket\",Count:1b}],ShowIcon:0b,ShowParticles:0b,Duration:200,Id:19b,Amplifier:2b},{Ambient:0b,CurativeItems:[{id:\"minecraft:milk_bucket\",Count:1b}],ShowIcon:0b,ShowParticles:0b,Duration:200,Id:20b,Amplifier:2b},{Ambient:0b,CurativeItems:[{id:\"minecraft:milk_bucket\",Count:1b}],ShowIcon:0b,ShowParticles:0b,Duration:200,Id:24b,Amplifier:2b}]}", | |
"operation": "add" | |
} | |
], | |
"duration": 2000, | |
"type": "essence:modifier_infusion" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment