
A fully customizable mod that adds a rotting mechanic to all foods in Minecraft. Compatible with your favorite food mods!
This fully customizable mod adds a rotting mechanic to all foods in the game, even to ones added by other mods. No more chest filled with food. No more food farms!

This mod was made to be extremely customizable, which means you can freely change what stages the food will go through as it rots, as well as which food will rot and which won't.
This is the default config:
{
"modDataComponentsEnabled": true,
"showInTooltip": true,
"randomiseFoodState": false,
"preventFoodFarms": true,
"maxRandomState": 2,
"exclude": [
"minecraft:golden_apple",
"minecraft:enchanted_golden_apple",
"minecraft:golden_carrot"
],
"foodStates": [
{
"tooltip": "Fresh",
"color": 5635925,
"duration": 1,
"nurtition": "x",
"saturation": "x",
"eatSeconds": "x",
"effects": []
},
{
"tooltip": "Edible",
"color": 16777045,
"duration": 3,
"nurtition": "x/2",
"saturation": "x/2",
"eatSeconds": "x",
"effects": []
},
{
"tooltip": "Rotten",
"color": 16733525,
"duration": -1,
"nurtition": "0",
"saturation": "0",
"eatSeconds": "x*2",
"effects": [
{
"probability": 1.0,
"id": "minecraft:nausea",
"duration": 200,
"amplifier": 1,
"ambient": true,
"showParticles": false,
"showIcon": false
}
]
}
]
}
Here are a things you should know before tampering with the config:
Truthfully i just wanted to make my friends to suffer. And i thought maybe someone might have a simillar desire or might add this to his hardcore world...
As always, any mistakes are my own.