removed until cpus added to version
This commit is contained in:
parent
c439985ac2
commit
58df881673
6 changed files with 1 additions and 126 deletions
|
|
@ -1,28 +0,0 @@
|
||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,28 +0,0 @@
|
||||||
{
|
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"pattern": [
|
|
||||||
"GGG",
|
|
||||||
"TST",
|
|
||||||
"CBC"
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"G": {
|
|
||||||
"tag": "forge:ingots/gold"
|
|
||||||
},
|
|
||||||
"C": {
|
|
||||||
"tag": "forge:ingots/copper"
|
|
||||||
},
|
|
||||||
"T": {
|
|
||||||
"item": "librecomponents:cpu_tier_1"
|
|
||||||
},
|
|
||||||
"S": {
|
|
||||||
"item": "oc2:silicon_wafer"
|
|
||||||
},
|
|
||||||
"B": {
|
|
||||||
"item": "oc2:circuit_board"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "librecomponents:cpu_tier_2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,28 +0,0 @@
|
||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,28 +0,0 @@
|
||||||
{
|
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"pattern": [
|
|
||||||
"NNN",
|
|
||||||
"TST",
|
|
||||||
"GBG"
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"N": {
|
|
||||||
"tag": "forge:gems/emerald"
|
|
||||||
},
|
|
||||||
"G": {
|
|
||||||
"tag": "forge:ingots/gold"
|
|
||||||
},
|
|
||||||
"T": {
|
|
||||||
"item": "librecomponents:cpu_tier_3"
|
|
||||||
},
|
|
||||||
"S": {
|
|
||||||
"item": "oc2:silicon_wafer"
|
|
||||||
},
|
|
||||||
"B": {
|
|
||||||
"item": "oc2:circuit_board"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "librecomponents:cpu_tier_4"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -8,10 +8,6 @@
|
||||||
"librecomponents:memory_small",
|
"librecomponents:memory_small",
|
||||||
"librecomponents:memory_medium",
|
"librecomponents:memory_medium",
|
||||||
"librecomponents:memory_large",
|
"librecomponents:memory_large",
|
||||||
"librecomponents:memory_extra_large",
|
"librecomponents:memory_extra_large"
|
||||||
"librecomponents:cpu_tier_1",
|
|
||||||
"librecomponents:cpu_tier_2",
|
|
||||||
"librecomponents:cpu_tier_3",
|
|
||||||
"librecomponents:cpu_tier_4"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"replace": false,
|
|
||||||
"values": [
|
|
||||||
"librecomponents:cpu_tier_1",
|
|
||||||
"librecomponents:cpu_tier_2",
|
|
||||||
"librecomponents:cpu_tier_3",
|
|
||||||
"librecomponents:cpu_tier_4"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue