Use lithium cell for Li-ion battery. Closes #1840

This commit is contained in:
drcrazy 2019-09-19 11:22:25 +03:00
parent 989acffd4e
commit dc1b953a24
7 changed files with 91 additions and 24 deletions

View file

@ -0,0 +1,19 @@
{
"type": "techreborn:assembling_machine",
"power": 20,
"time": 200,
"ingredients": [
{
"item": "techreborn:silicon_plate"
},
{
"item": "techreborn:insulated_gold_cable",
"count": 2
}
],
"results": [
{
"item": "techreborn:advanced_circuit"
}
]
}

View file

@ -0,0 +1,19 @@
{
"type": "techreborn:assembling_machine",
"power": 20,
"time": 200,
"ingredients": [
{
"item": "techreborn:silicon_plate"
},
{
"item": "techreborn:insulated_copper_cable",
"count": 2
}
],
"results": [
{
"item": "techreborn:electronic_circuit"
}
]
}

View file

@ -0,0 +1,23 @@
{
"type": "techreborn:assembling_machine",
"power": 20,
"time": 200,
"ingredients": [
{
"count": 2,
"tag": "c:aluminum_plate"
},
{
"item": "techreborn:cell",
"count": 2,
"nbt": {
"fluid": "techreborn:lithium"
}
}
],
"results": [
{
"item": "techreborn:lithium_ion_battery"
}
]
}

View file

@ -1,22 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" C ",
"PFP",
"PFP"
],
"key": {
"C": {
"item": "techreborn:insulated_gold_cable"
},
"P": {
"tag": "c:aluminum_plate"
},
"F": {
"item": "techreborn:cell"
}
},
"result": {
"item": "techreborn:lithium_ion_battery"
}
}

View file

@ -0,0 +1,28 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"EDE",
"CFC",
"EPE"
],
"key": {
"C": {
"item": "techreborn:advanced_circuit"
},
"F": {
"item": "techreborn:advanced_machine_frame"
},
"E": {
"tag": "c:electrum_plate"
},
"P": {
"item": "minecraft:piston"
},
"D": {
"item": "techreborn:digital_display"
}
},
"result": {
"item": "techreborn:assembly_machine"
}
}

View file

@ -13,7 +13,7 @@
"item": "techreborn:electronic_circuit"
},
"E": {
"item": "techreborn:emerald_plate"
"tag": "c:peridot_plate"
},
"G": {
"item": "minecraft:glowstone_dust"

View file

@ -7,7 +7,7 @@
],
"key": {
"A": {
"tag": "c:aluminum_ingot"
"tag": "c:aluminum_plate"
},
"D": {
"item": "minecraft:ink_sac"