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:
parent
3ad9f87a6a
commit
b96e64365d
3 changed files with 6 additions and 12 deletions
|
@ -18,6 +18,6 @@
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
"item": "techreborn:diamond_grinding_head",
|
"item": "techreborn:diamond_grinding_head",
|
||||||
"count": 2
|
"count": 3
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -2,16 +2,13 @@
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"BWB",
|
"BWB",
|
||||||
"NBN",
|
" B ",
|
||||||
" B "
|
" B "
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"B": {
|
"B": {
|
||||||
"tag": "c:bronze_ingots"
|
"tag": "c:bronze_ingots"
|
||||||
},
|
},
|
||||||
"N": {
|
|
||||||
"tag": "c:bronze_nuggets"
|
|
||||||
},
|
|
||||||
"W": {
|
"W": {
|
||||||
"tag": "minecraft:wool"
|
"tag": "minecraft:wool"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,13 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"BNB",
|
"B B",
|
||||||
"NBN",
|
" B ",
|
||||||
" B "
|
" B "
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"B": {
|
"B": {
|
||||||
"tag": "c:bronze_ingots"
|
"tag": "c:bronze_ingots"
|
||||||
},
|
|
||||||
"N": {
|
|
||||||
"tag": "c:bronze_nuggets"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
|
|
Loading…
Reference in a new issue