now with recipes + removed oc2r support for lc support instead

This commit is contained in:
Robert MacRae 2025-01-25 19:30:07 -04:00
parent 06a0ff2060
commit b8ade187e0
35 changed files with 827 additions and 39 deletions

View file

@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"III",
"TST",
"CBC"
],
"key": {
"I": {
"tag": "forge:ingots/iron"
},
"C": {
"tag": "forge:ingots/copper"
},
"T": {
"item": "oc2:cpu_tier_4"
},
"S": {
"item": "oc2:silicon_wafer"
},
"B": {
"item": "oc2:circuit_board"
}
},
"result": {
"item": "librecomponents:cpu_tier_1"
}
}