Above us all
This commit is contained in:
parent
7d05bfbe96
commit
ed6cfa916b
7 changed files with 150 additions and 0 deletions
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"LLL",
|
||||
"LCL",
|
||||
"LLL"
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "techreborn:energy_crystal"
|
||||
},
|
||||
"L": {
|
||||
"item": "techreborn:lapotronic_orb"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:adjustable_su"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"ICI",
|
||||
"SRS",
|
||||
"ICI"
|
||||
],
|
||||
"key": {
|
||||
"R": {
|
||||
"item": "minecraft:redstone_block"
|
||||
},
|
||||
"C": {
|
||||
"item": "techreborn:copper_cable"
|
||||
},
|
||||
"S": {
|
||||
"item": "techreborn:insulated_copper_cable"
|
||||
},
|
||||
"I": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:alarm"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" C ",
|
||||
"FMF",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "techreborn:electronic_circuit"
|
||||
},
|
||||
"F": {
|
||||
"item": "techreborn:electric_furnace"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:basic_machine_frame"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:alloy_smelter"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"MPM",
|
||||
"PCP",
|
||||
"MPM"
|
||||
],
|
||||
"key": {
|
||||
"P": {
|
||||
"item": "techreborn:iron_plate"
|
||||
},
|
||||
"C": {
|
||||
"item": "minecraft:crafting_table"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:advanced_circuit"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:auto_crafting_table"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"S S",
|
||||
"SCS",
|
||||
"SMS"
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "techreborn:electronic_circuit"
|
||||
},
|
||||
"S": {
|
||||
"item": "minecraft:stone"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:basic_machine_frame"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:compressor"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"GAG",
|
||||
"GGG",
|
||||
"GAG"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "techreborn:advanced_alloy_plate"
|
||||
},
|
||||
"G": {
|
||||
"item": "minecraft:glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:reinforced_glass",
|
||||
"count": 7
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"AGA",
|
||||
"GGG"
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "techreborn:advanced_alloy_plate"
|
||||
},
|
||||
"G": {
|
||||
"item": "minecraft:glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:reinforced_glass",
|
||||
"count": 7
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue