Skip to content

Commit

Permalink
Allow Tin Cans to be smelted in a Blast Furnace (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaelzan authored and GirafiStudios committed Jan 5, 2020
1 parent 817b54e commit 537cdb9
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "aquaculture:tin_can"
},
"result": {
"item": "minecraft:iron_nugget",
"count": 7
},
"experience": 0.7,
"cookingtime": 75
}

0 comments on commit 537cdb9

Please sign in to comment.