Few warnings and moar recipes

This commit is contained in:
drcrazy 2019-07-18 01:32:37 +03:00
parent 9ac21ded30
commit 7977a8e73b
13 changed files with 228 additions and 35 deletions

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" DD",
"TCD",
"ST "
],
"key": {
"D": {
"item": "minecraft:diamond"
},
"C": {
"item": "techreborn:advanced_circuit"
},
"T": {
"item": "techreborn:titanium_ingot"
},
"S": {
"item": "techreborn:basic_chainsaw"
}
},
"result": {
"item": "techreborn:advanced_chainsaw"
}
}

View file

@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"DSD",
"TCT",
" D "
],
"key": {
"D": {
"item": "minecraft:diamond"
},
"C": {
"item": "techreborn:advanced_circuit"
},
"T": {
"item": "techreborn:titanium_ingot"
},
"S": {
"item": "techreborn:basic_jackhammer"
}
},
"result": {
"item": "techreborn:advanced_jackhammer"
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" SS",
"SCS",
"BS "
],
"key": {
"S": {
"item": "techreborn:steel_ingot"
},
"C": {
"item": "techreborn:electronic_circuit"
},
"B": {
"item": "techreborn:red_cell_battery"
}
},
"result": {
"item": "techreborn:basic_chainsaw"
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SBS",
"SCS",
" S "
],
"key": {
"S": {
"item": "techreborn:steel_ingot"
},
"C": {
"item": "techreborn:electronic_circuit"
},
"B": {
"item": "techreborn:red_cell_battery"
}
},
"result": {
"item": "techreborn:basic_jackhammer"
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"CIC",
"IOI",
"CIC"
],
"key": {
"C": {
"item": "techreborn:chrome_ingot"
},
"I": {
"item": "techreborn:iridium_alloy_plate"
},
"O": {
"item": "techreborn:lapotronic_orb"
}
},
"result": {
"item": "techreborn:cloaking_device"
}
}

View file

@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" NI",
"OCN",
"DO "
],
"key": {
"I": {
"item": "techreborn:iridium_alloy_plate"
},
"N": {
"item": "techreborn:iridium_nugget"
},
"C": {
"item": "techreborn:energy_flow_chip"
},
"O": {
"item": "techreborn:overclocker_upgrade"
},
"D": {
"item": "techreborn:advanced_chainsaw"
}
},
"result": {
"item": "techreborn:industrial_chainsaw"
}
}

View file

@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" I ",
"NCN",
"OAO"
],
"key": {
"I": {
"item": "techreborn:iridium_alloy_plate"
},
"N": {
"item": "techreborn:iridium_nugget"
},
"C": {
"item": "techreborn:energy_flow_chip"
},
"O": {
"item": "techreborn:overclocker_upgrade"
},
"A": {
"item": "techreborn:advanced_drill"
}
},
"result": {
"item": "techreborn:industrial_drill"
}
}

View file

@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"NDN",
"OCO",
" I "
],
"key": {
"I": {
"item": "techreborn:iridium_alloy_plate"
},
"N": {
"item": "techreborn:iridium_nugget"
},
"C": {
"item": "techreborn:energy_flow_chip"
},
"O": {
"item": "techreborn:overclocker_upgrade"
},
"D": {
"item": "techreborn:advanced_jackhammer"
}
},
"result": {
"item": "techreborn:industrial_jackhammer"
}
}

View file

@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"FOF",
"SPS",
"FIF"
],
"key": {
"F": {
"item": "techreborn:energy_flow_chip"
},
"O": {
"item": "techreborn:lapotronic_orb"
},
"S": {
"item": "techreborn:superconductor"
},
"P": {
"item": "techreborn:lithium_ion_batpack"
},
"I": {
"item": "techreborn:iridium_ingot"
}
},
"result": {
"item": "techreborn:lapotronic_orbpack"
}
}