EditableEdibles Mod (1.12.2) – Customize Food Effects
EditableEdibles Mod (1.12.2) is a Minecraft mod that enhances gameplay by allowing players to customize the effects of food items. Traditionally, vanilla food items are limited to a single effect upon consumption, and modifying these effects typically requires additional coding. EditableEdibles simplifies this process, enabling the definition of multiple effects for a single food item through configurable settings.
Features:
- Define various effects to be applied when consuming specific food items, including duration, amplifier, and the probability of each effect occurring. This allows for a more tailored and dynamic gameplay experience.
- Config Options (Formatting also defined in tooltip):
- Food Effects and Chances: List of entries including the item, potion effect, and chance to be applied when eaten
Format: String itemId, Int metadata (-1 for any), String potionId, Int duration, Int amplifier, Boolean showParticles, Float chance
Example: minecraft:chicken, -1, minecraft:hunger, 120, 0, false, 0.25 - Food Default Effect Override: List of entries including the item and if their default effect handling should be cancelled
Format: String itemId, Int metadata, Boolean shouldCancel
Example: minecraft:chicken, -1, true - Food Cure Effects and Chances: List of entries including the item, potion effect, and chance to be cured when eaten
Format: String itemId, Int metadata (-1 for any), String potionId, Int maxDuration (-1 for any), Int maxAmplifier (-1 for any), Float chance
Example: minecraft:carrot, -1, minecraft:blindness, -1, -1, 1.0 - Food Cure Types and Chances: List of entries including the item, types of potions, and chance to be cured when eaten
Format: String itemId, Int metadata (-1 for any), CureType cureType (ALL, POSITIVE, NEGATIVE), Float chance
Example: minecraft:poisonous_potato, -1, POSITIVE, 0.25 - Always Edible Food Items: List of food items that should always be edible
Format: String itemId, Int metadata (-1 for any)
Example: minecraft:apple, -1 - Override Always Edible: Allows for setting all food items to always be edible.
- Food Effects and Chances: List of entries including the item, potion effect, and chance to be applied when eaten
- Mod Compat:
- MistyWorld Food Intoxication and Chances: List of entries including the item and chance to add defined value to Intoxication
Intoxication values are between 0 and 10000, added values can be negative
Format: String itemId, Int metadata (-1 for any), Int intoxicationAddValue, Float chance
Example: minecraft:poisonous_potato, -1, -2000, 0.75 - MistyWorld Food Pollution and Chances: List of entries including the item and chance to add defined value to pollution
Pollution values are between 0 and 10000, added values can be negative
Format: String itemId, Int metadata (-1 for any), Int pollutionAddValue, Float chance
Example: minecraft:apple, -1, 1000, 0.5
- MistyWorld Food Intoxication and Chances: List of entries including the item and chance to add defined value to Intoxication
Screenshots:
Crafting Recipes:
Recommend that you should install Just Enough Items (for mods using Forge) or Roughly Enough Items (for mods using Fabric) to view the full recipes included in this mod.
Requires:
How to install:
How To Download & Install Mods with Minecraft Forge
How To Download & Install Fabric Mods
How To Download & Install The Quilt Loader
Don’t miss out today’s latest Minecraft Mods
EditableEdibles Mod (1.12.2) Download Links
For Minecraft 1.12.2
Forge version: Download from Server 1 – Download from Server 2