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": { "result": {
"item": "techreborn:diamond_grinding_head", "item": "techreborn:diamond_grinding_head",
"count": 2 "count": 3
} }
} }

View file

@ -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"
} }

View file

@ -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": {