Recipe fixes for Grinding head, wrench and painting tool. Kudos to Birgliss

* Remove Bronze Nuggets from recipes.
* Buff Diamond Grinding Head output.
This commit is contained in:
Kat 2020-11-16 08:14:22 -05:00 committed by GitHub
parent 3ad9f87a6a
commit b96e64365d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 12 deletions

View file

@ -18,6 +18,6 @@
},
"result": {
"item": "techreborn:diamond_grinding_head",
"count": 2
"count": 3
}
}
}

View file

@ -2,16 +2,13 @@
"type": "minecraft:crafting_shaped",
"pattern": [
"BWB",
"NBN",
" B ",
" B "
],
"key": {
"B": {
"tag": "c:bronze_ingots"
},
"N": {
"tag": "c:bronze_nuggets"
},
"W": {
"tag": "minecraft:wool"
}
@ -19,4 +16,4 @@
"result": {
"item": "techreborn:painting_tool"
}
}
}

View file

@ -1,16 +1,13 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"BNB",
"NBN",
"B B",
" B ",
" B "
],
"key": {
"B": {
"tag": "c:bronze_ingots"
},
"N": {
"tag": "c:bronze_nuggets"
}
},
"result": {