Removed test recipe. IMC is done!

This commit is contained in:
Aidan C. Brady 2015-03-17 10:50:45 -04:00
parent bfbddd3c47
commit c991e12bea

View file

@ -1230,11 +1230,6 @@ public class Mekanism
//Success message
logger.info("Mod loaded.");
NBTTagCompound tag = new NBTTagCompound();
tag.setTag("input", new ItemStack(Blocks.bedrock).writeToNBT(new NBTTagCompound()));
tag.setTag("output", new ItemStack(Items.diamond).writeToNBT(new NBTTagCompound()));
FMLInterModComms.sendMessage("Mekanism", "EnrichmentChamberRecipe", tag);
}
@EventHandler