Skip to content

Commit

Permalink
Added ore cooking recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
fuj1n committed Sep 27, 2019
1 parent 4aaafa4 commit 4cab9a8
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 28 deletions.
20 changes: 6 additions & 14 deletions src/resources/data/tmechworks/recipes/aluminum_ingot.json
@@ -1,17 +1,9 @@
{
"type": "minecraft:crafting_shaped",
"group": "aluminum_ingot",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "tmechworks:aluminum_nugget"
}
"type": "minecraft:smelting",
"ingredient": {
"item": "tmechworks:aluminum_ore"
},
"result": {
"item": "tmechworks:aluminum_ingot"
}
"result": "tmechworks:aluminum_ingot",
"experience": 1.0,
"cookingtime": 200
}
@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "tmechworks:aluminum_ore"
},
"result": "tmechworks:aluminum_ingot",
"experience": 1.0,
"cookingtime": 100
}
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "aluminum_ingot",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "tmechworks:aluminum_nugget"
}
},
"result": {
"item": "tmechworks:aluminum_ingot"
}
}
20 changes: 6 additions & 14 deletions src/resources/data/tmechworks/recipes/copper_ingot.json
@@ -1,17 +1,9 @@
{
"type": "minecraft:crafting_shaped",
"group": "copper_ingot",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "tmechworks:copper_nugget"
}
"type": "minecraft:smelting",
"ingredient": {
"item": "tmechworks:copper_ore"
},
"result": {
"item": "tmechworks:copper_ingot"
}
"result": "tmechworks:copper_ingot",
"experience": 1.0,
"cookingtime": 200
}
@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "tmechworks:copper_ore"
},
"result": "tmechworks:copper_ingot",
"experience": 1.0,
"cookingtime": 100
}
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "copper_ingot",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "tmechworks:copper_nugget"
}
},
"result": {
"item": "tmechworks:copper_ingot"
}
}

0 comments on commit 4cab9a8

Please sign in to comment.