Crafting using Andesite Alloy, Shaft, Andesite Alloy, Copper Ingot, Any Copper Storage Block, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Copper Backtank.
Copper Backtank
Create · by simibubi
Function
Provides _Pressurized_ _Air_ to Equipment that requires it. _Collects_ _Pressurized_ _Air_ at a rate depending on the Rotational Speed. When Worn When placed, Powered by Kinetics A _Wearable_ _Tank_ for carrying Pressurized Air.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Copper Backtank | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
create:copper_backtank- Namespace
create- Mod ID
create- Tags (3)
create:items/pressurized_air_sources forge:items/armors/chestplates minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"AGA",
"PBP",
" P "
],
"ingredients": {
"A": {
"item": "create:andesite_alloy"
},
"B": {
"tag": "forge:storage_blocks/copper"
},
"G": {
"item": "create:shaft"
},
"P": {
"tag": "forge:ingots/copper"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}