Skip to content

Commit

Permalink
Merge branch 'feature/blasting-dusts'
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed May 4, 2020
2 parents 0e7159c + a961c47 commit 332ead5
Show file tree
Hide file tree
Showing 9 changed files with 81 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"tag": "forge:ores/copper"
},
"result": "occultism:copper_ingot",
"experience": 0.7,
"cookingtime": 100
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"tag": "forge:dusts/copper"
},
"result": "occultism:copper_ingot",
"experience": 0.7,
"cookingtime": 100
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"tag": "forge:dusts/gold"
},
"result": "minecraft:gold_ingot",
"experience": 0.7,
"cookingtime": 100
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"tag": "forge:ores/iesnium"
},
"result": "occultism:iesnium_ingot",
"experience": 0.7,
"cookingtime": 100
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"tag": "forge:dusts/iesnium"
},
"result": "occultism:iesnium_ingot",
"experience": 0.7,
"cookingtime": 200
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"tag": "forge:dusts/iron"
},
"result": "minecraft:iron_ingot",
"experience": 0.7,
"cookingtime": 100
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"tag": "forge:dusts/obsidian"
},
"result": "minecraft:obsidian",
"experience": 0.7,
"cookingtime": 100
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"tag": "forge:ores/silver"
},
"result": "occultism:silver_ingot",
"experience": 0.7,
"cookingtime": 100
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"tag": "forge:dusts/silver"
},
"result": "occultism:silver_ingot",
"experience": 0.7,
"cookingtime": 100
}

0 comments on commit 332ead5

Please sign in to comment.