promotional bannermobile promotional banner
premium banner
Edit the game your way using XML files!

Description

ZZZZZ Custom Configs 2

ZZZZZ Custom Configs is a small mod that allows users (more specifically mod pack creators) to do several things that could normally be done only by mod authors.
ZZZZZ Custom Configs 2 is not compatible with 1! The old config files will not work on this version!

If you like XML then you'll love this mod, everything on it uses it. If you don't like XML you should like XML .

You'll be able to:
-Register items/blocks with the ore dictionary (or remove them from it)

-Add smelting recipes

-Add shaped/shapeless recipes

-Add/Remove recipes (crafting and smelting)

-Add/Remove drops from entities

-Set blocks that endermen can carry

-Configurate the ore generation

This mod also adds support for the following mods:
-IndustrialCraft 2

-Thaumcraft 4

-BloodMagic

-Botania

-BuildCraft

-Forestry

-PneumaticCraft

-Railcraft

-ExNihilo

-Thermal Expansion

-RotaryCraft (Worktable only)

 

Here's an example of how adding a shaped recipe would work:

<shaped>

    <output>minecraft:diamond_sword 1 0</output>

    <row1>"z"</row1>

    <row2>"x"</row2>

    <row3>"y"</row3>

    <x>"stickWood"</x>

    <y>minecraft:paper 1 0</y>

    <z>minecraft:skull 1 0 {SkullOwner:"Notch"}</z>

</shaped> 

 

This would be a vertical recipe for a diamond sword using the ore dictionary version of sticks, paper and a skull of the player "Notch" !

Giving this much freedom to the end user can be dangerous. You will crash your game if you don't use the mod properly. You could override important recipes, or generate weird recipe bugs. So be extremely careful with what you do with it!

Each file comes with a tutorial on how to write it! Check them out but please feel free to ask any questions you have.

Before reporting any crashes please make sure you've written the file correctly. If you are 100% convinced that it's not your fault, then report the bug. Don't forget to send me the crash report AND the file you think is causing the issue!

If you want to add a recipe that ignores metadata give it the wildcard value: 32767