Fixed librecomponets for support for oc2r

This commit is contained in:
Robert MacRae 2025-03-28 11:30:23 -03:00
parent c544072916
commit 9c1fb8576d
98 changed files with 211 additions and 207 deletions

View file

@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"DDD",
"TST",
"GBG"
],
"key": {
"D": {
"tag": "forge:gems/diamond"
},
"G": {
"tag": "forge:ingots/gold"
},
"T": {
"item": "librecomponents:cpu_tier_2"
},
"S": {
"item": "oc2:silicon_wafer"
},
"B": {
"item": "oc2:circuit_board"
}
},
"result": {
"item": "librecomponents:cpu_tier_3"
}
}