now with recipes + removed oc2r support for lc support instead
This commit is contained in:
parent
06a0ff2060
commit
b8ade187e0
35 changed files with 827 additions and 39 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue