Skip to content

Commit

Permalink
Make recipes use IC2C item
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Dec 30, 2021
1 parent 7041dd7 commit db38481
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"m": {
"type": "industrialwires:ic2_item",
"name": "crafting",
"variant": "electric_motor"
"variant": "circuit"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"c": {
"type": "industrialwires:ic2_item",
"name": "crafting",
"variant": "coil"
"name": "cable",
"variant": "type:copper"
},
"g": {
"type": "forge:ore_dict",
"ore": "ingotHOPGraphite"
}
}
}
}

0 comments on commit db38481

Please sign in to comment.