Skip to content

Commit

Permalink
Allow totems to be smelted to nuggets, Closes #149
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Dec 13, 2024
1 parent 78f0751 commit 1608c54
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "everlastingabilities:ability_totem"
},
"result": "minecraft:gold_nugget",
"experience": 0.1,
"cookingtime": 100
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "everlastingabilities:ability_totem"
},
"result": "minecraft:gold_nugget",
"experience": 0.1,
"cookingtime": 200
}

0 comments on commit 1608c54

Please sign in to comment.