Skip to content

Commit

Permalink
Use the ore dictionary for upgrade recipes
Browse files Browse the repository at this point in the history
See #517 for motivation
  • Loading branch information
SquidDev committed Mar 15, 2018
1 parent e8c0cf3 commit bb2eab0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"# #"
],
"key": {
"#": { "item": "minecraft:gold_ingot" },
"#": { "type": "forge:ore_dict", "ore": "ingotGold" },
"C": { "type": "computercraft:computer", "item": "computercraft:computer", "family": "Normal" }
},
"family": "Advanced",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"# #"
],
"key": {
"#": { "item": "minecraft:gold_ingot" },
"#": { "type": "forge:ore_dict", "ore": "ingotGold" },
"C": { "item": "computercraft:pocket_computer", "data": 0 }
},
"family": "Advanced",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
" B "
],
"key": {
"#": { "item": "minecraft:gold_ingot" },
"B": { "item": "minecraft:gold_block" },
"#": { "type": "forge:ore_dict", "ore": "ingotGold" },
"B": { "type": "forge:ore_dict", "ore": "blockGold" },
"C": [
{ "type": "computercraft:computer", "item": "computercraft:turtle", "family": "Normal" },
{ "item": "computercraft:turtle_expanded", "data": 0 }
Expand Down

0 comments on commit bb2eab0

Please sign in to comment.