Adding an Ore Dictionary Registration - wyldmods/KitchenCraft GitHub Wiki

KitchenCraft - Foods allows you to add ore dictionary registrations for any item in the game.

To do this, use your oreDictAdditions.json file, it will look like this to start with:

{"entries":
    [

    ]
}

Each entry has the following fields:

Value Type Description Default
item String The item to register. REQUIRED
name String The name of the ore dictionary entry. REQUIRED

For help on defining items, see here.

⚠️ **GitHub.com Fallback** ⚠️