Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
world_generation:ore:copper [2017/05/01 21:51] – external edit 127.0.0.1world_generation:ore:copper [2022/08/26 18:30] (current) – Updated for 1.18 matomoto
Line 1: Line 1:
 +{{ :mods:techreborn:copper_ore.png?nolink&200|Copper ore}}
 +====== Copper Ore ======
 +<mcitem>techreborn:copper_ore</mcitem> is a common ore found in The Overworld on layers 20-60. It is mostly used to produce cables, for example <mcitem>techreborn:insulated_copper_cable</mcitem>.
  
 +===== Recipes =====
 +==== Furnace ====
 +<recipe>
 +size 1x1
 +input techreborn:copper_ore
 +output techreborn:copper_ingot
 +tool minecraft:furnace
 +</recipe>\\ 
 +
 +==== Grinder ====
 +<recipe>
 +size 1x1
 +input techreborn:copper_ore
 +output minecraft:Raw_Copper,2
 +tool techreborn:grinder
 +</recipe>\\ 
 +
 +==== Industrial Grinder ====
 +Input: 1000 Units <mcitem>techreborn:mercury</mcitem>, <mcitem>techreborn:copper_ore</mcitem>\\ 
 +Output: 3x <mcitem>minecraft:Raw_Copper</mcitem>, 3x <mcitem>minecraft:Gold_Nugget</mcitem>
 +
 +Input: 1000 Units <mcitem>techreborn:sodium_persulfate</mcitem>, <mcitem>techreborn:copper_ore</mcitem>\\ 
 +Output: 2x <mcitem>minecraft:Raw_Copper</mcitem>, 1x <mcitem>minecraft:Raw_Gold</mcitem>, 1x <mcitem>techreborn:nickel_dust</mcitem>
 +
 +Input: 1000 Units <mcitem>minecraft:water</mcitem>, <mcitem>techreborn:copper_ore</mcitem>\\ 
 +Output: 2x <mcitem>minecraft:Raw_Copper</mcitem>, 3x <mcitem>minecraft:Gold_Nugget</mcitem>, 3x <mcitem>techreborn:Nickel_Nugget</mcitem>
 +
 +===== History =====
 +  * Updated for 1.18 version (replaced dusts with raw ore, changed Industrial Grinder recipes)