use tags for crafting recipes

Closes #65
This commit is contained in:
Ell 2020-12-07 01:14:15 +01:00
parent c88b88eb1c
commit 3a0be16891
6 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@
], ],
"key": { "key": {
"C": { "C": {
"item": "minecraft:cobblestone" "tag": "forge:cobblestone"
}, },
"M": { "M": {
"item": "prettypipes:medium_low_priority_module" "item": "prettypipes:medium_low_priority_module"

View file

@ -19,7 +19,7 @@
"item": "minecraft:iron_block" "item": "minecraft:iron_block"
}, },
"C": { "C": {
"item": "minecraft:chest" "tag": "forge:chests"
}, },
"D": { "D": {
"item": "minecraft:diamond" "item": "minecraft:diamond"

View file

@ -10,7 +10,7 @@
"item": "minecraft:redstone" "item": "minecraft:redstone"
}, },
"C": { "C": {
"item": "minecraft:cobblestone" "tag": "forge:cobblestone"
}, },
"M": { "M": {
"item": "prettypipes:blank_module" "item": "prettypipes:blank_module"

View file

@ -7,7 +7,7 @@
], ],
"key": { "key": {
"C": { "C": {
"item": "minecraft:cobblestone" "tag": "forge:cobblestone"
}, },
"M": { "M": {
"item": "prettypipes:low_low_priority_module" "item": "prettypipes:low_low_priority_module"

View file

@ -12,7 +12,7 @@
"item": "minecraft:iron_bars" "item": "minecraft:iron_bars"
}, },
"G": { "G": {
"item": "minecraft:glass" "tag": "forge:glass"
} }
}, },
"result": { "result": {

View file

@ -13,7 +13,7 @@
"item": "minecraft:iron_ingot" "item": "minecraft:iron_ingot"
}, },
"R": { "R": {
"item": "minecraft:red_dye" "tag": "forge:dyes/red"
} }
}, },
"result": { "result": {