Removed test recipe. IMC is done!
This commit is contained in:
parent
bfbddd3c47
commit
c991e12bea
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue