Crafting using Sturdy Sheet, Fluid Tank and Sturdy Sheet, arranged in the pattern shown. Produces Fuel Tank.
block· Machines & Other Blocks
Fuel Tank
Create: Steam 'n' Rails · by The Railways Team
Fuel Tank is a block from Create: Steam 'n' Rails, crafted from Sturdy Sheet and Fluid Tank.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Fuel Tank | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
railways:fuel_tank- Namespace
railways- Mod ID
railways- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"S",
"F",
"S"
],
"ingredients": {
"F": {
"item": "create:fluid_tank"
},
"S": {
"item": "create:sturdy_sheet"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}