remove excluded mods

This commit is contained in:
2026-01-05 10:05:26 +01:00
parent c092c5353b
commit a7d0ff9aaa
3637 changed files with 15 additions and 74 deletions

View File

@@ -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"
}
]
}