; metal former extruding recipes
; created 04.07.2015 18:15:38
;
; To change/remove/add/replace recipes, modify this file and put it in the
; "minecraft/config/ic2" folder. Do NOT modify the file inside of the IC2 jar file.
;
; machine recipes are as follows:
; = [, ...]
;
; output:
; [@][*]
;
; input:
; [@][*]
;
; name references one of the following:
; - the global unique item name as introduced by MC 1.7 (mod id:registry name)
; - an ore dictionary entry with OreDict:
; - a fluid container item sfor a fluid with Fluid:
;
; If you want to specify the amount as well, you have to put the metadata there as well.
; OreDict:*
; Fluid:*
;
; the metadata is specified as follows:
; - not at all -> metadata 0 is required or for ore-dictionary names their original metadata
; - * -> any metadata is allowed, overriding ore-dictionary metadata values to acccept any
; - -> the specific value is required, overriding ore-dictionary specifications
;
; Note: this is a Input = Output mapping.
;
;---
; Tin Item Casing
ic2:casing#tin = ic2:crafting#tin_can
; Tin Ingot
OreDict:ingotTin = ic2:cable#type:tin,insulation:0*3
; Gold Ingot
minecraft:gold_ingot = ic2:cable#type:gold,insulation:0*4
; Refined Iron Block
OreDict:blockSteel = ic2:crafting#steel_shaft
; Copper Ingot
OreDict:ingotCopper = ic2:cable#type:copper,insulation:0*3
; Block of Iron
minecraft:iron_block = ic2:crafting#iron_shaft
; Iron Plate
OreDict:plateIron = ic2:crafting#fuel_rod
; Iron Item Casing
ic2:casing#iron = ic2:fence#iron
; Iron Ingot
minecraft:iron_ingot = ic2:cable#type:iron,insulation:0*4