DraconicMinus NBT Patch
What it it?
A small CoreMod patch for DraconicMinus that makes Fusion Crafting recipe respect ItemStack NBT data.
What does it fix?
DraconicMinus- Fusion Crafting originally interprets recipe ingredients without considering their NBT data.
This could cause different NBT variants of the same item to be accepted by the same recipe.
For example: Mekanism Energy Cubes distinguish their variants via NBT tags; the tags can be "Basic", "Advanced", "Elite", "Ultimate", or "Creative". And this are treated as equivalent during Fusion Crafting prossess.
This patch makes the Fusion Crafting recipes NBT-aware. So the "withTag" parameter in CraftTweaker scripts will work properly.
Installation
- Install Minecraft 1.7.10 with Forge 10.13.4.1614.
- Install Draconic-Evolution-1.0.2h, DraconicMinus-1.3 and all their dependences.
- Put
DraconicMinus-NBTPatch.jarinto themodsfolder. - Launch the game.
Credits
DraconicMinus: Asek3
Draconic Evolution: brandon3055
Disclaimer
This project is an independent patch/addon and is not affiliated with the original Draconic Evolution or DraconicMinus project.
The original DraconicMinus- JAR is NOT included with this patch.
The patch works as a Forge CoreMod and does not modify the original DraconicMinus JAR.

