Minecraft Custom Mealery mod 2026 download
logo
minecraft mod Custom Mealery

Custom Mealery

Game Version: 1.7.10
Total Downloads: 2,227
Updated: Jun 16, 2014
Created: May 29, 2014
Download Custom MealeryDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
CustomMealery-1.7.2-1.2.1b-3.jar beta 24.61 KB Jun 16, 2014 1.7.10 1,075 download Custom Mealery CustomMealery-1.7.2-1.2.1b-3.jar betaDownload
CustomMealery-1.6.4-1.2.1b-7.jar beta 98.76 KB Jun 16, 2014 1.6.4 376 download Custom Mealery CustomMealery-1.6.4-1.2.1b-7.jar betaDownload
CustomMealery-1.7.2-1.2.0b-2.jar beta 24.67 KB Jun 9, 2014 1.7.2 275 download Custom Mealery CustomMealery-1.7.2-1.2.0b-2.jar betaDownload
CustomMealery-1.6.4-1.2.0b-4.jar beta 23.66 KB Jun 4, 2014 1.6.4 203 download Custom Mealery CustomMealery-1.6.4-1.2.0b-4.jar betaDownload
CustomMealery-1.6.4-1.1.0b-3.jar beta 20.19 KB May 31, 2014 1.6.4 132 download Custom Mealery CustomMealery-1.6.4-1.1.0b-3.jar betaDownload
CustomMealery-1.6.4-1.0.0b-2.jar beta 20.31 KB May 29, 2014 1.6.4 166 download Custom Mealery CustomMealery-1.6.4-1.0.0b-2.jar betaDownload

Description

Share this:

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.

Comments

Add a comment