Ingot Recipes
This commit is contained in:
parent
51677c8a6a
commit
f113ffbb08
26
original/data/recipes/ingots/ingot_aluminum.json
Normal file
26
original/data/recipes/ingots/ingot_aluminum.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_aluminum": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
},
|
||||
{
|
||||
"mypack:ore_bauxite": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_aluminum": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_aluminum"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_chromium.json
Normal file
23
original/data/recipes/ingots/ingot_chromium.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_chromium": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_chromium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_chromium"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_cobalt.json
Normal file
23
original/data/recipes/ingots/ingot_cobalt.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_cobalt": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_cobalt": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_cobalt"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_copper.json
Normal file
23
original/data/recipes/ingots/ingot_copper.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_copper": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_copper": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_copper"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_gold.json
Normal file
23
original/data/recipes/ingots/ingot_gold.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_gold": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_gold": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_gold"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_ilmenite.json
Normal file
23
original/data/recipes/ingots/ingot_ilmenite.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_ilmenite": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_ilmenite": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_ilmenite"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_iron.json
Normal file
23
original/data/recipes/ingots/ingot_iron.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_iron": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_iron": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_iron"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_lead.json
Normal file
23
original/data/recipes/ingots/ingot_lead.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_lead": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_lead": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_lead"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_lithium.json
Normal file
23
original/data/recipes/ingots/ingot_lithium.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_lithium": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_lithium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_lithium"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_magnesium.json
Normal file
23
original/data/recipes/ingots/ingot_magnesium.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_magnesium": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_magnesium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_magnesium"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_manganese.json
Normal file
23
original/data/recipes/ingots/ingot_manganese.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_manganese": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_manganese": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_manganese"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_nickel.json
Normal file
23
original/data/recipes/ingots/ingot_nickel.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_nickel": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_nickel": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_nickel"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_niobium.json
Normal file
23
original/data/recipes/ingots/ingot_niobium.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_niobium": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_niobium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_niobium"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_palladium.json
Normal file
23
original/data/recipes/ingots/ingot_palladium.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_palladium": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_palladium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_palladium"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_platinum.json
Normal file
23
original/data/recipes/ingots/ingot_platinum.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_platinum": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_platinum": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_platinum"
|
||||
}
|
||||
}
|
||||
26
original/data/recipes/ingots/ingot_silicon.json
Normal file
26
original/data/recipes/ingots/ingot_silicon.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_silicon": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
},
|
||||
{
|
||||
"mypack:ore_sand": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_silicon": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_silicon"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_titanium.json
Normal file
23
original/data/recipes/ingots/ingot_titanium.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_titanium": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_titanium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_titanium"
|
||||
}
|
||||
}
|
||||
26
original/data/recipes/ingots/ingot_tungsten.json
Normal file
26
original/data/recipes/ingots/ingot_tungsten.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_tungsten": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
},
|
||||
{
|
||||
"mypack:ore_wolframite": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_tungsten": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_tungsten"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_uranium.json
Normal file
23
original/data/recipes/ingots/ingot_uranium.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_uranium": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_uranium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_uranium"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_vanadium.json
Normal file
23
original/data/recipes/ingots/ingot_vanadium.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_vanadium": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_vanadium": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_vanadium"
|
||||
}
|
||||
}
|
||||
23
original/data/recipes/ingots/ingot_zinc.json
Normal file
23
original/data/recipes/ingots/ingot_zinc.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"recipe": {
|
||||
"inputs": [
|
||||
{
|
||||
"mypack:ore_zinc": 2
|
||||
},
|
||||
{
|
||||
"mypack:ore_coal": 1
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
"original:ingot_zinc": 1
|
||||
},
|
||||
"time_seconds": 5,
|
||||
"requires": {
|
||||
"smelting": 0
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"type": "original:ingots",
|
||||
"id": "original:ingot_zinc"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user