This commit is contained in:
2024-09-15 13:57:32 +02:00
parent 14c3a1c764
commit c62597984d
22 changed files with 612 additions and 58 deletions

View File

@@ -0,0 +1,65 @@
{
"type": "create:sequenced_assembly",
"ingredient": {
"item": "enderio:basic_capacitor"
},
"loops": 1,
"results": [
{
"item": "enderio:zombie_electrode"
}
],
"sequence": [
{
"type": "create:deploying",
"ingredients": [
{
"item": "enderio:basic_capacitor"
},
{
"tag": "forge:ingots/energetic_alloy"
}
],
"results": [
{
"item": "enderio:basic_capacitor"
}
]
},
{
"type": "create:deploying",
"ingredients": [
{
"item": "enderio:basic_capacitor"
},
{
"item": "minecraft:zombie_head"
}
],
"results": [
{
"item": "enderio:basic_capacitor"
}
]
},
{
"type": "create:deploying",
"ingredients": [
{
"item": "enderio:basic_capacitor"
},
{
"tag": "forge:plates/obsidian"
}
],
"results": [
{
"item": "enderio:basic_capacitor"
}
]
}
],
"transitionalItem": {
"item": "enderio:basic_capacitor"
}
}