Перейти к содержимому
Mineforgian

Not Just Spoiled

A modern food spoilage mod that enhances food management for a more immersive survival experience

Загрузки
572
Подписчики
2
Обновлён
2 августа 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 31 марта 2026 г.

Not Just Spoiled title in minecraft logo style

Description

Not Just Spoiled is a modern mod that adds a simple but immersive and realistic food spoilage system. It makes survival more dynamic by encouraging players to carefully manage their food supplies without becoming overly difficult. With extensive configuration options, JSON-based customization and performance, the mod is designed to fit both personal worlds and large modpacks.


Features

Food Status

Food status system is the core of Not Just Spoiled. While other mods simply convert food into rotten flesh or another item, this mod adds 4 different spoilage statuses instead: fresh, stale, half-spoiled and spoiled. Food does not instantly become unusable — it gradually loses its quality over time, with each status having its own hunger and saturation values. This allows food to become less effective before becoming completely spoiled, adding more depth to survival without making food management overly punishing. Spoiled food may also apply negative effects.

Food Category

Every food item belongs to one of 34 logically divided food categories, each with its own spoilage time. This allows different types of food to spoil at different rates, making food management a more important part of gameplay. For now, categories affect only spoilage duration, but additional mechanics based on food categories are planned for future updates.

Food Environment

Food in this mod does not spoil after a fixed amount of time. Instead, spoilage speed depends on the environment the food is currently in. There are 3 environments: inventory, storage and open air. The worse the environment, the faster the food spoils!

Food Spoilage in Loot Tables

Food in loot tables (like chests, archaeology, etc.) can have different spoilage statuses depending on where it is found. Instead of always generating fresh food, loot tables can define the expected condition of the food they generate using built-in loot modifiers. For example, food in buried treasures, shipwrecks, mineshafts or other abandoned structures generates already spoiled, while food in villages, mansions, bastions, etc. will be fresh or stale. This mechanic makes loot feel more dynamic and logical, as the spoilage status of found food depends on the place where it was discovered.

Currently, there are 4 loot modifiers:

  • Fresh. Food always generates with fresh status.
  • Fresh or stale. Food generates with fresh or stale status.
  • Spoiled. Food always generates with spoiled status.
  • Random. Food generates with a random spoilage status.

Food Crafting

The way food spoilage affects crafting is fully configurable. There are five food crafting modes, each with its own rules and logic, letting you decide how much food spoilage affects your survival experience.

  • Average. Food can always be crafted. The spoilage time of the result is calculated as the weighted average of all ingredients.
  • Worst status. Food can always be crafted. The result inherits the spoilage level of the worst ingredient. For example, if all ingredients are fresh but one is half-spoiled, the crafted food will also be half-spoiled.
  • Same status. You can craft food only if all ingredients have the same food status.
  • Fresh only. Food can be crafted only when using fresh ingredients.
  • Fresh or stale. Food can be crafted only when using fresh or stale ingredients.

Food Stacking

Unlike many similar mods, Not Just Spoiled keeps vanilla item stacking behavior without any workarounds or artificial limitations. Food can be stacked normally as long as all items have the same spoilage status. When food stacks are merged, the final spoilage time is calculated correctly using a weighted arithmetic mean, ensuring that no spoilage data is lost.


Configuration

Almost every aspect of the food spoilage system can be customized through config or JSON files:

  • hunger and saturation values of each food status (JSON);
  • effects, their duration, amplifier and applying chance for each status (JSON);
  • spoilage time of each food category (JSON);
  • food crafting mode (config);
  • spoilage speed in different environments (config);
  • various tooltip information (config);
  • food slot overlay (config);
  • initial food spoilage status in different loot tables (JSON);
  • spoilage status chances for loot generation (config);

Performance

The mod is built around a smart lazy-update system instead of redundant ticking of players, item and block entities, meaning that food is updated in only 3 scenarios:

  • when its environment changes;
  • when a player eats it;
  • when it merges with other food stacks.

This approach avoids unnecessary calculations and keeps the performance impact minimal, even with large amounts of food items in the world.


Compatibility

Not Just Spoiled is not automatically compatible with other mods. However, compatibility can be easily added via JSON files, while some mods may require additional in-code support.

Additional compatibility is required for mods that add:

  • food items or food ingredients (JSON);
  • loot tables (e.g. chests, archaeology, etc.) (JSON);
  • advanced blocks with custom inventories, such as backpacks from Sophisticated Backpacks or cooking pots from Farmer's Delight (requires in-code support).

Compatible with:

Special integration with:

  • AppleSkin (dynamically updates hunger and saturation values in the tooltip depending on the food's current status)
  • Tough As Nails (food spoilage also works with TAN's thirst system)

You can submit a compatibility request on the mod's issue tracker.

Ченджлог

0.4.1Бета1.20.1 · 2 августа 2026 г.
  • Now chickens will not be able to hatch from half-spoiled or spoiled eggs
  • Added spoiled food brewing recipe - you can brew poison potion from any spoiled food!
  • Half-spoiled and spoiled curative items (like milk) will not remove effects
  • Fixed mixin crash (#5, thanks to legolegere!)
0.4.0Бета1.20.1 · 31 июля 2026 г.
  • Fully reworked food stacking system. Now it works perfectly!
  • Made food statuses and food categories partially data-driven
  • Food slot overlay now also will be applied on food with special tags
  • Removed COOKING environment
  • Added compatibility with Alex's Delight
  • Added compatibility with Simple Delights Recooked
  • Updated compatibility with End's Delight
  • Made mod compatible with any AppleSkin version
  • Fixed a lot of potential logical bugs
  • Fixed issue, where eating cake block does not apply food spoilage mechanics
0.3.0Бета1.20.1 · 27 июня 2026 г.
  • Added new food category - DRINK
  • Removed all dish subcategories and combined them into one DISH category
  • Added new food crafting modes - FRESH_STATUS (food can be crafted only when all ingredients are fresh) and FRESH_OR_STALE_STATUS (food can be crafted only when all ingredients are fresh or stale)
  • Added negative effects, when half-spoiled or spoiled food eaten (duration and applying chances are configurable)
  • Added some useful tooltip options (showing remaining days to next or spoiled status)
  • Now the slot which contains spoilable food will be glowing with matching status color (configurable)
  • Added compatibility with Farmer's Delight
  • Added compatibility with End's Delight
  • Added compatibility with Ocean's Delight
  • Added special integration with Tough As Nails
  • Moved away from forge capabilities to NBT tags and SavedData. It means that all already existing food spoilage data will be lost
0.2.0Бета1.20.1 · 31 мая 2026 г.
  • Added new food categories
  • Added third food crafting mode - SAME_STATUS (food can be crafted only when all ingredients have the same status)
  • Added fourth global loot modifier - set_fresh_or_stale_status
  • Added client config
  • Added debug options to config (disabled by default)
  • Added special warning message which sent to the chat when incompatible mod found
  • Added special integration with AppleSkin
  • Added compatibility with:
    • Alex's Caves
    • Dungeons and Taverns
    • Dungeons Plus
    • Terralith
    • Tough As Nails
    • YUNG's Better Jungle Temples
    • YUNG's Better Ocean Monuments
    • YUNG's Better Nether Fortresses
    • YUNG's Cave Biomes
  • Improved compatibility with a bunch of already compatible mods
  • Fixed crash when Simple Farming is installed (#1, thanks to Catherine Lesieur!)

Комментарии

Загружаем…