import crafttweaker.item.IItemStack;

import crafttweaker.item.IIngredient;

import mods.jei.JEI;

mods.iceandfire.recipes.removeFireDragonRecipe(<iceandfire:dragonsteel_fire_ingot>);

mods.iceandfire.recipes.removeIceDragonRecipe(<iceandfire:dragonsteel_ice_ingot>);

mods.iceandfire.recipes.addFireDragonForgeRecipe
	(<betterwithmods:material:14>,<iceandfire:fire_dragon_blood>,<iceandfire:dragonsteel_fire_ingot>);
	
mods.iceandfire.recipes.addIceDragonForgeRecipe
	(<betterwithmods:material:14>,<iceandfire:ice_dragon_blood>,<iceandfire:dragonsteel_ice_ingot>);	