Fixed librecomponets for support for oc2r
This commit is contained in:
parent
c544072916
commit
9c1fb8576d
98 changed files with 211 additions and 207 deletions
28
src/main/resources/data/oc2rc/recipes/cpu_tier_1.json
Normal file
28
src/main/resources/data/oc2rc/recipes/cpu_tier_1.json
Normal 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"
|
||||
}
|
||||
}
|
||||
28
src/main/resources/data/oc2rc/recipes/cpu_tier_2.json
Normal file
28
src/main/resources/data/oc2rc/recipes/cpu_tier_2.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
28
src/main/resources/data/oc2rc/recipes/cpu_tier_3.json
Normal file
28
src/main/resources/data/oc2rc/recipes/cpu_tier_3.json
Normal 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"
|
||||
}
|
||||
}
|
||||
28
src/main/resources/data/oc2rc/recipes/cpu_tier_4.json
Normal file
28
src/main/resources/data/oc2rc/recipes/cpu_tier_4.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
24
src/main/resources/data/oc2rc/recipes/floppy.json
Normal file
24
src/main/resources/data/oc2rc/recipes/floppy.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"ITI",
|
||||
"QBQ"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "oc2:floppy_modern"
|
||||
},
|
||||
"T": {
|
||||
"item": "oc2:transistor"
|
||||
},
|
||||
"Q": {
|
||||
"tag": "forge:gems/quartz"
|
||||
},
|
||||
"B": {
|
||||
"item": "oc2:circuit_board"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "librecomponents:floppy"
|
||||
}
|
||||
}
|
||||
25
src/main/resources/data/oc2rc/recipes/floppy_modern.json
Normal file
25
src/main/resources/data/oc2rc/recipes/floppy_modern.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"ITI",
|
||||
"QBQ",
|
||||
"QBQ"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "librecomponents:floppy"
|
||||
},
|
||||
"T": {
|
||||
"item": "oc2:transistor"
|
||||
},
|
||||
"Q": {
|
||||
"tag": "forge:gems/quartz"
|
||||
},
|
||||
"B": {
|
||||
"item": "oc2:circuit_board"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "librecomponents:floppy_modern"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"ETE",
|
||||
"DBD",
|
||||
"EBE"
|
||||
],
|
||||
"key": {
|
||||
"D": {
|
||||
"item": "librecomponents:hard_drive_large"
|
||||
},
|
||||
"T": {
|
||||
"item": "oc2:transistor"
|
||||
},
|
||||
"B": {
|
||||
"item": "oc2:circuit_board"
|
||||
},
|
||||
"E": {
|
||||
"tag": "forge:gems/emerald"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "librecomponents:hard_drive_extra_large"
|
||||
}
|
||||
}
|
||||
24
src/main/resources/data/oc2rc/recipes/hard_drive_large.json
Normal file
24
src/main/resources/data/oc2rc/recipes/hard_drive_large.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"DTD",
|
||||
"EBE"
|
||||
],
|
||||
"key": {
|
||||
"D": {
|
||||
"item": "librecomponents:hard_drive_medium"
|
||||
},
|
||||
"T": {
|
||||
"item": "oc2:transistor"
|
||||
},
|
||||
"B": {
|
||||
"item": "oc2:circuit_board"
|
||||
},
|
||||
"E": {
|
||||
"tag": "forge:gems/emerald"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "librecomponents:hard_drive_large"
|
||||
}
|
||||
}
|
||||
24
src/main/resources/data/oc2rc/recipes/hard_drive_medium.json
Normal file
24
src/main/resources/data/oc2rc/recipes/hard_drive_medium.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"GTG",
|
||||
"EBE"
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "librecomponents:hard_drive_small"
|
||||
},
|
||||
"T": {
|
||||
"item": "oc2:transistor"
|
||||
},
|
||||
"B": {
|
||||
"item": "oc2:circuit_board"
|
||||
},
|
||||
"E": {
|
||||
"tag": "forge:gems/emerald"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "librecomponents:hard_drive_medium"
|
||||
}
|
||||
}
|
||||
24
src/main/resources/data/oc2rc/recipes/hard_drive_small.json
Normal file
24
src/main/resources/data/oc2rc/recipes/hard_drive_small.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"ITI",
|
||||
"EBE"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "oc2:hard_drive_extra_large"
|
||||
},
|
||||
"T": {
|
||||
"item": "oc2:transistor"
|
||||
},
|
||||
"B": {
|
||||
"item": "oc2:circuit_board"
|
||||
},
|
||||
"E": {
|
||||
"tag": "forge:gems/emerald"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "librecomponents:hard_drive_small"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"DTD",
|
||||
"EBE",
|
||||
"DTD"
|
||||
],
|
||||
"key": {
|
||||
"D": {
|
||||
"item": "librecomponents:memory_large"
|
||||
},
|
||||
"T": {
|
||||
"item": "oc2:transistor"
|
||||
},
|
||||
"B": {
|
||||
"item": "oc2:circuit_board"
|
||||
},
|
||||
"E": {
|
||||
"tag": "forge:gems/emerald"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "librecomponents:memory_extra_large"
|
||||
}
|
||||
}
|
||||
21
src/main/resources/data/oc2rc/recipes/memory_large.json
Normal file
21
src/main/resources/data/oc2rc/recipes/memory_large.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"DTD",
|
||||
" B "
|
||||
],
|
||||
"key": {
|
||||
"D": {
|
||||
"item": "librecomponents:memory_medium"
|
||||
},
|
||||
"T": {
|
||||
"item": "oc2:transistor"
|
||||
},
|
||||
"B": {
|
||||
"item": "oc2:circuit_board"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "librecomponents:memory_large"
|
||||
}
|
||||
}
|
||||
21
src/main/resources/data/oc2rc/recipes/memory_medium.json
Normal file
21
src/main/resources/data/oc2rc/recipes/memory_medium.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"GTG",
|
||||
" B "
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "librecomponents:memory_small"
|
||||
},
|
||||
"T": {
|
||||
"item": "oc2:transistor"
|
||||
},
|
||||
"B": {
|
||||
"item": "oc2:circuit_board"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "librecomponents:memory_medium"
|
||||
}
|
||||
}
|
||||
21
src/main/resources/data/oc2rc/recipes/memory_small.json
Normal file
21
src/main/resources/data/oc2rc/recipes/memory_small.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"ITI",
|
||||
" B "
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "oc2:memory_extra_large"
|
||||
},
|
||||
"T": {
|
||||
"item": "oc2:transistor"
|
||||
},
|
||||
"B": {
|
||||
"item": "oc2:circuit_board"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "librecomponents:memory_small"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue