Fix crafting algo. to avoid cycles #47
* Adjust recipes in Thermal Expansion to likewise avoid cycles
This commit is contained in:
@@ -278,14 +278,6 @@ item: Copper Gear
|
||||
tools: Crafting Table
|
||||
|
||||
item: Copper Ingot
|
||||
recipe:
|
||||
input: Pulverized Copper, furnace fuel
|
||||
pattern: .0. ... .1.
|
||||
tools: Furnace
|
||||
recipe:
|
||||
input: Pulverized Copper
|
||||
pattern: ... .0. ...
|
||||
tools: Redstone Furnace
|
||||
recipe:
|
||||
input: Copper Ore, furnace fuel
|
||||
pattern: .0. ... .1.
|
||||
@@ -294,6 +286,14 @@ item: Copper Ingot
|
||||
input: Copper Ore
|
||||
pattern: ... .0. ...
|
||||
tools: Redstone Furnace
|
||||
recipe:
|
||||
input: Pulverized Copper, furnace fuel
|
||||
pattern: .0. ... .1.
|
||||
tools: Furnace
|
||||
recipe:
|
||||
input: Pulverized Copper
|
||||
pattern: ... .0. ...
|
||||
tools: Redstone Furnace
|
||||
recipe:
|
||||
extras: Gold Ingot
|
||||
input: Cinnabar, Copper Ore
|
||||
@@ -1089,14 +1089,6 @@ item: Lead Gear
|
||||
tools: Crafting Table
|
||||
|
||||
item: Lead Ingot
|
||||
recipe:
|
||||
input: Pulverized Lead, furnace fuel
|
||||
pattern: .0. ... .1.
|
||||
tools: Furnace
|
||||
recipe:
|
||||
input: Pulverized Lead
|
||||
pattern: ... .0. ...
|
||||
tools: Redstone Furnace
|
||||
recipe:
|
||||
input: Lead Ore, furnace fuel
|
||||
pattern: .0. ... .1.
|
||||
@@ -1105,6 +1097,14 @@ item: Lead Ingot
|
||||
input: Lead Ore
|
||||
pattern: ... .0. ...
|
||||
tools: Redstone Furnace
|
||||
recipe:
|
||||
input: Pulverized Lead, furnace fuel
|
||||
pattern: .0. ... .1.
|
||||
tools: Furnace
|
||||
recipe:
|
||||
input: Pulverized Lead
|
||||
pattern: ... .0. ...
|
||||
tools: Redstone Furnace
|
||||
recipe:
|
||||
extras: Silver Ingot
|
||||
input: Cinnabar, Lead Ore
|
||||
@@ -2031,14 +2031,6 @@ item: Silver Gear
|
||||
tools: Crafting Table
|
||||
|
||||
item: Silver Ingot
|
||||
recipe:
|
||||
input: Pulverized Silver, furnace fuel
|
||||
pattern: .0. ... .1.
|
||||
tools: Furnace
|
||||
recipe:
|
||||
input: Pulverized Silver
|
||||
pattern: ... .0. ...
|
||||
tools: Redstone Furnace
|
||||
recipe:
|
||||
input: Silver Ore, furnace fuel
|
||||
pattern: .0. ... .1.
|
||||
@@ -2047,6 +2039,14 @@ item: Silver Ingot
|
||||
input: Silver Ore
|
||||
pattern: ... .0. ...
|
||||
tools: Redstone Furnace
|
||||
recipe:
|
||||
input: Pulverized Silver, furnace fuel
|
||||
pattern: .0. ... .1.
|
||||
tools: Furnace
|
||||
recipe:
|
||||
input: Pulverized Silver
|
||||
pattern: ... .0. ...
|
||||
tools: Redstone Furnace
|
||||
recipe:
|
||||
extras: Lead Ingot
|
||||
input: Cinnabar, Silver Ore
|
||||
@@ -2149,14 +2149,6 @@ item: Tin Gear
|
||||
tools: Crafting Table
|
||||
|
||||
item: Tin Ingot
|
||||
recipe:
|
||||
input: Pulverized Tin, furnace fuel
|
||||
pattern: .0. ... .1.
|
||||
tools: Furnace
|
||||
recipe:
|
||||
input: Pulverized Tin
|
||||
pattern: ... .0. ...
|
||||
tools: Redstone Furnace
|
||||
recipe:
|
||||
input: Tin Ore, furnace fuel
|
||||
pattern: .0. ... .1.
|
||||
@@ -2165,6 +2157,14 @@ item: Tin Ingot
|
||||
input: Tin Ore
|
||||
pattern: ... .0. ...
|
||||
tools: Redstone Furnace
|
||||
recipe:
|
||||
input: Pulverized Tin, furnace fuel
|
||||
pattern: .0. ... .1.
|
||||
tools: Furnace
|
||||
recipe:
|
||||
input: Pulverized Tin
|
||||
pattern: ... .0. ...
|
||||
tools: Redstone Furnace
|
||||
recipe:
|
||||
extras: Iron Ingot
|
||||
input: Cinnabar, Tin Ore
|
||||
|
||||
Reference in New Issue
Block a user