Food effects is a forge mod for minecraft 1.16.4 that can help you modify the effects of foods.
Download the mod jar and throw it into mods directory.
If you're not familiar with data packs, read MinecraftWiki first.
You need to create json files in data/foodeffects/food_effects/ directory.
The following example will add two effects to apple:
{
"minecraft:apple": [
{
"effect": "minecraft:speed",
"amplifier": 0,
"duration": 200,
"possibility": 1.0
},
{
"effect": "minecraft:haste",
"amplifier": 1,
"duration": 200,
"possibility": 0.5
}
]
}
No files available for download.