1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-05-21 16:54:10 +00:00

Use the ore dictionary for upgrade recipes

See #517 for motivation
This commit is contained in:
SquidDev 2018-03-15 17:34:58 +00:00
parent e8c0cf3857
commit bb2eab0bed
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
"# #" "# #"
], ],
"key": { "key": {
"#": { "item": "minecraft:gold_ingot" }, "#": { "type": "forge:ore_dict", "ore": "ingotGold" },
"C": { "type": "computercraft:computer", "item": "computercraft:computer", "family": "Normal" } "C": { "type": "computercraft:computer", "item": "computercraft:computer", "family": "Normal" }
}, },
"family": "Advanced", "family": "Advanced",

View File

@ -6,7 +6,7 @@
"# #" "# #"
], ],
"key": { "key": {
"#": { "item": "minecraft:gold_ingot" }, "#": { "type": "forge:ore_dict", "ore": "ingotGold" },
"C": { "item": "computercraft:pocket_computer", "data": 0 } "C": { "item": "computercraft:pocket_computer", "data": 0 }
}, },
"family": "Advanced", "family": "Advanced",

View File

@ -6,8 +6,8 @@
" B " " B "
], ],
"key": { "key": {
"#": { "item": "minecraft:gold_ingot" }, "#": { "type": "forge:ore_dict", "ore": "ingotGold" },
"B": { "item": "minecraft:gold_block" }, "B": { "type": "forge:ore_dict", "ore": "blockGold" },
"C": [ "C": [
{ "type": "computercraft:computer", "item": "computercraft:turtle", "family": "Normal" }, { "type": "computercraft:computer", "item": "computercraft:turtle", "family": "Normal" },
{ "item": "computercraft:turtle_expanded", "data": 0 } { "item": "computercraft:turtle_expanded", "data": 0 }