Use lithium cell for Li-ion battery. Closes #1840
This commit is contained in:
parent
989acffd4e
commit
dc1b953a24
7 changed files with 91 additions and 24 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -13,7 +13,7 @@
|
|||
"item": "techreborn:electronic_circuit"
|
||||
},
|
||||
"E": {
|
||||
"item": "techreborn:emerald_plate"
|
||||
"tag": "c:peridot_plate"
|
||||
},
|
||||
"G": {
|
||||
"item": "minecraft:glowstone_dust"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"tag": "c:aluminum_ingot"
|
||||
"tag": "c:aluminum_plate"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:ink_sac"
|
||||
|
|
Loading…
Reference in a new issue