remove excluded mods
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user