Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework Storage Disassembly system to be based on Custom Recipes / Impl #6934 #8207

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open
1 change: 1 addition & 0 deletions src/generated/resources/assets/ae2/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"achievement.ae2.StorageBus.desc": "Craft a Storage Bus",
"achievement.ae2.StorageCell": "Better Than Chests",
"achievement.ae2.StorageCell.desc": "Craft a Storage Cell",
"ae2.crafting_unit_busy": "This Crafting Unit is busy!",
"ae2.emi_integration.category_charger": "Charger",
"ae2.emi_integration.category_condenser": "Condenser",
"ae2.emi_integration.category_entropy_manipulator": "Entropy Manipulator",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "ae2:crafting_unit_transform",
"block": "ae2:16k_crafting_storage",
"disassembly_items": [
{
"count": 1,
"id": "ae2:cell_component_16k"
}
],
"upgrade_items": [
"ae2:cell_component_16k"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "ae2:crafting_unit_transform",
"block": "ae2:1k_crafting_storage",
"disassembly_items": [
{
"count": 1,
"id": "ae2:cell_component_1k"
}
],
"upgrade_items": [
"ae2:cell_component_1k"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "ae2:crafting_unit_transform",
"block": "ae2:256k_crafting_storage",
"disassembly_items": [
{
"count": 1,
"id": "ae2:cell_component_256k"
}
],
"upgrade_items": [
"ae2:cell_component_256k"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "ae2:crafting_unit_transform",
"block": "ae2:4k_crafting_storage",
"disassembly_items": [
{
"count": 1,
"id": "ae2:cell_component_4k"
}
],
"upgrade_items": [
"ae2:cell_component_4k"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "ae2:crafting_unit_transform",
"block": "ae2:64k_crafting_storage",
"disassembly_items": [
{
"count": 1,
"id": "ae2:cell_component_64k"
}
],
"upgrade_items": [
"ae2:cell_component_64k"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "ae2:crafting_unit_transform",
"block": "ae2:crafting_accelerator",
"disassembly_items": [
{
"count": 1,
"id": "ae2:engineering_processor"
}
],
"upgrade_items": [
"ae2:engineering_processor"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "ae2:crafting_unit_transform",
"block": "ae2:crafting_monitor",
"disassembly_items": [
{
"count": 1,
"id": "ae2:storage_monitor"
}
],
"upgrade_items": [
"ae2:storage_monitor"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "ae2:storage_cell_disassembly",
"cell": "ae2:fluid_storage_cell_16k",
"cell_disassembly_items": [
{
"count": 1,
"id": "ae2:fluid_cell_housing"
},
{
"count": 1,
"id": "ae2:cell_component_16k"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "ae2:storage_cell_disassembly",
"cell": "ae2:fluid_storage_cell_1k",
"cell_disassembly_items": [
{
"count": 1,
"id": "ae2:fluid_cell_housing"
},
{
"count": 1,
"id": "ae2:cell_component_1k"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "ae2:storage_cell_disassembly",
"cell": "ae2:fluid_storage_cell_256k",
"cell_disassembly_items": [
{
"count": 1,
"id": "ae2:fluid_cell_housing"
},
{
"count": 1,
"id": "ae2:cell_component_256k"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "ae2:storage_cell_disassembly",
"cell": "ae2:fluid_storage_cell_4k",
"cell_disassembly_items": [
{
"count": 1,
"id": "ae2:fluid_cell_housing"
},
{
"count": 1,
"id": "ae2:cell_component_4k"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "ae2:storage_cell_disassembly",
"cell": "ae2:fluid_storage_cell_64k",
"cell_disassembly_items": [
{
"count": 1,
"id": "ae2:fluid_cell_housing"
},
{
"count": 1,
"id": "ae2:cell_component_64k"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "ae2:storage_cell_disassembly",
"cell": "ae2:item_storage_cell_16k",
"cell_disassembly_items": [
{
"count": 1,
"id": "ae2:item_cell_housing"
},
{
"count": 1,
"id": "ae2:cell_component_16k"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "ae2:storage_cell_disassembly",
"cell": "ae2:item_storage_cell_1k",
"cell_disassembly_items": [
{
"count": 1,
"id": "ae2:item_cell_housing"
},
{
"count": 1,
"id": "ae2:cell_component_1k"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "ae2:storage_cell_disassembly",
"cell": "ae2:item_storage_cell_256k",
"cell_disassembly_items": [
{
"count": 1,
"id": "ae2:item_cell_housing"
},
{
"count": 1,
"id": "ae2:cell_component_256k"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "ae2:storage_cell_disassembly",
"cell": "ae2:item_storage_cell_4k",
"cell_disassembly_items": [
{
"count": 1,
"id": "ae2:item_cell_housing"
},
{
"count": 1,
"id": "ae2:cell_component_4k"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "ae2:storage_cell_disassembly",
"cell": "ae2:item_storage_cell_64k",
"cell_disassembly_items": [
{
"count": 1,
"id": "ae2:item_cell_housing"
},
{
"count": 1,
"id": "ae2:cell_component_64k"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "ae2:storage_cell_disassembly",
"cell": "ae2:portable_fluid_cell_16k",
"cell_disassembly_items": [
{
"count": 1,
"id": "ae2:chest"
},
{
"count": 1,
"id": "ae2:energy_cell"
},
{
"count": 1,
"id": "ae2:fluid_cell_housing"
},
{
"count": 1,
"id": "ae2:cell_component_16k"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "ae2:storage_cell_disassembly",
"cell": "ae2:portable_fluid_cell_1k",
"cell_disassembly_items": [
{
"count": 1,
"id": "ae2:chest"
},
{
"count": 1,
"id": "ae2:energy_cell"
},
{
"count": 1,
"id": "ae2:fluid_cell_housing"
},
{
"count": 1,
"id": "ae2:cell_component_1k"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "ae2:storage_cell_disassembly",
"cell": "ae2:portable_fluid_cell_256k",
"cell_disassembly_items": [
{
"count": 1,
"id": "ae2:chest"
},
{
"count": 1,
"id": "ae2:energy_cell"
},
{
"count": 1,
"id": "ae2:fluid_cell_housing"
},
{
"count": 1,
"id": "ae2:cell_component_256k"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "ae2:storage_cell_disassembly",
"cell": "ae2:portable_fluid_cell_4k",
"cell_disassembly_items": [
{
"count": 1,
"id": "ae2:chest"
},
{
"count": 1,
"id": "ae2:energy_cell"
},
{
"count": 1,
"id": "ae2:fluid_cell_housing"
},
{
"count": 1,
"id": "ae2:cell_component_4k"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "ae2:storage_cell_disassembly",
"cell": "ae2:portable_fluid_cell_64k",
"cell_disassembly_items": [
{
"count": 1,
"id": "ae2:chest"
},
{
"count": 1,
"id": "ae2:energy_cell"
},
{
"count": 1,
"id": "ae2:fluid_cell_housing"
},
{
"count": 1,
"id": "ae2:cell_component_64k"
}
]
}
Loading