Mineuniverse
Log in Register
Mods

Custom Mealery

Configure your own Minecraft foods
by kroeser
Claim this project
3,098 downloads
0 likes
Updated Jun 30, 2026
0 hypes

A very simple mod that allows you to configure your own food and meals by just making a simple config file for them. (Requires Forge)

GitHub repository

Details about each config option can be found at the wiki.

When first starting the mod, a "_template.json" file will be created inside the "config/custommealery" folder. This will contain an example of all the possible configuration options for food, this file can be seen below. (Example for the MC 1.6 release, please look at the wiki for details about the changes in the 1.7 release.)

{
    id: 590,
    nameid: "shinyBread",
    name: "Shiny Bread",
    texture: "minecraft:diamond",
colorOverlay: {
red: 150,
green: 255,
blue, 100,
}, eatTime: 12, healAmount: 2, saturationModifier: 0.3, isWolfsFavoriteMeat: false, rarity: "epic", hasEffect: true, isAlwaysEdible: true, maxStackSize: 1,
damageValue: 8, potionEffects: [ { potionid: 1, probability: 1.0, duration: 3, amplifier: 2 }, { potionid: 2, probability: 1.0, duration: 5, amplifier: 2 } ],
    craftingRecipe: {
        recipeResultAmount: 4,
        recipe:
        [
            "264,264,264",
            "264,3,264",
            "264,264,264"
        ]
    },

    furnaceRecipe: {
            recipeResultAmount: 4,
            inputid: 264,
            inputmeta: 1,
            experience: 4
    }
}

Only the first three values (id, nameid, name) must be available, the others are optional.

When you define your own food, you can use any folder structure you want, as long as it resides in the "config/custommealery" folder and ends with ".json". (All files not ending with ".json" or with "_" as a prefix will be ignored.)
Icons can be added by adding a png file with the name nameid as filename, and it must reside in the same folder as your json file for that food item. Icons can optionally also be defined by referring to texture packs.

So if you for example make a meal with the nameid 'shinyBread', a possible folder structure could be:

config/custommealery/breads/shinyBread.json
config/custommealery/breads/shinyBread.png
config/custommealery/breads/shinyBread.png.mcmeta

Note: as you can see here, mcmeta files are also allowed, so animated icons are possible!

Idea by Jadedcat.

No files available for download.

More from kroeser

Flopper
8,393,570
EnergeticSheep
7,537,882
FluidConverters
63,302
IconExporter
57,811
Integrated Terminals
57,756,208
EvilCraft
41,467,805

You Might Also Like

SI: Scriptified [DISCONTINUED]
DISCONTINUED
99,868
FTB Quests Entity Visualization
Adds entity visualization to FTB Quests
99,525
JEI / REI WorldGen
JEI/REI Addon for World Gen Information with universal compatibility for all mods ores by utilizing biome generation data
99,419
Pixel Blocks
Pokemon Lucky Block! When mining the pixel block a random pokemon spawns.
9,988
TFC Bonsai
Add TFC Trees to bonsai pots
9,988
Laser Eyes
A "laser eyes" addon for the Viltrumite mod.
9,968