Mod

EditableEdibles

Quick rating

EditableEdibles

No reviews yet

A modpack utility for adding custom effects to food items.

QoL & Tweaks
Food & Culinary
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
EditableEdibles-1.3.3.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

EditableEdibles is a simple modpack utility for adding custom effects to food items.

Vanilla food items are normally limited to a single effect when eaten without additional coding, and this is not generally modifiable without writing your own mod.
EditableEdibles allows you to define effects to be applied to the player when they eat the food, along with the duration, amplifier, and chance of that effect applying.
Instead of foods being limited to a single chance and effect, with EditableEdibles config system you can define multiple effect chance entries for a single food item, as well as apply the effects based on the item metadata for food items that are defined by metadata such as fish.

Additionally, you can define food items and if their default handling of effects, such as raw chicken, should be cancelled, for if you want to remove an effect or replace it with your custom effects, as well as the other options below.

Config options can be edited in-game through the Forge config menu, and will automatically update in-game.

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

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


Feel free to request additional food-related config options on the Github issue tracker linked at the top of the page.

Logo created by rainyafternoon


Need to get in contact with me, or want to support me? Click the badges below:

1202561752294760478?labelColor=violet&color=purplePatreon-F96854?style=for-the-badge&logo=patreon&logoColor=whiteKo--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white

Need a server? Click the banner below and use code "fonny" for 25% off your first month with Bisect Hosting:
banner.webp

EditableEdibles is a simple modpack utility for adding custom effects to food items.

Vanilla food items are normally limited to a single effect when eaten without additional coding, and this is not generally modifiable without writing your own mod.
EditableEdibles allows you to define effects to be applied to the player when they eat the food, along with the duration, amplifier, and chance of that effect applying.
Instead of foods being limited to a single chance and effect, with EditableEdibles config system you can define multiple effect chance entries for a single food item, as well as apply the effects based on the item metadata for food items that are defined by metadata such as fish.

Additionally, you can define food items and if their default handling of effects, such as raw chicken, should be cancelled, for if you want to remove an effect or replace it with your custom effects, as well as the other options below.

Config options can be edited in-game through the Forge config menu, and will automatically update in-game.

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

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

Feel free to request additional food-related config options on the Github issue tracker linked at the top of the page.

Logo created by rainyafternoon

Need to get in contact with me, or want to support me? Click the badges below:

Discord Patreon Ko-Fi

Need a server? Click the banner below and use code "fonny" for 25% off your first month with Bisect Hosting: Bisect Banner

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

1.3m
Total Downloads
CurseForge
1.3m
Modrinth
~3,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync