Skip to content

Instantly share code, notes, and snippets.

@Lanse505
Created March 20, 2020 21:28
Show Gist options
  • Save Lanse505/903094c286037ad3505d41bb2393b318 to your computer and use it in GitHub Desktop.
Save Lanse505/903094c286037ad3505d41bb2393b318 to your computer and use it in GitHub Desktop.
{
"from": "minecraft:coarse_dirt",
"to": {
"block": "minecraft:farmland",
"properties": {
"moisture": "0"
}
},
"type": "essence:hoe_tilling"
}
{
"from": "minecraft:coarse_dirt",
"to": {
"block": "minecraft:grass_path",
"properties": {}
},
"type": "essence:shovel_pathing"
}
{
"from": "minecraft:oak_log",
"to": "minecraft:stripped_oak_log",
"type": "essence:axe_stripping"
}
{
"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