37 lines
650 B
JSON
37 lines
650 B
JSON
{
|
|
"kill_plant": true,
|
|
"mods": [],
|
|
"negative_on": [],
|
|
"neutral_on": [],
|
|
"particles": [
|
|
{
|
|
"amount": 2,
|
|
"delta_x": 0.6,
|
|
"delta_y": 0.4,
|
|
"delta_z": 0.6,
|
|
"particle": "minecraft:happy_villager",
|
|
"when": [
|
|
"positive"
|
|
]
|
|
},
|
|
{
|
|
"amount": 2,
|
|
"delta_x": 0.6,
|
|
"delta_y": 0.4,
|
|
"delta_z": 0.6,
|
|
"particle": "minecraft:smoke",
|
|
"when": [
|
|
"negative"
|
|
]
|
|
}
|
|
],
|
|
"potency": 5,
|
|
"reduce_growth": true,
|
|
"trigger_mutation": false,
|
|
"trigger_weeds": false,
|
|
"variants": [
|
|
{
|
|
"item": "mysticalagriculture:mystical_fertilizer"
|
|
}
|
|
]
|
|
} |