Crafting using Any Iron Nuggets Nugget, Any Iron Plates Plate, Any Iron Nuggets Nugget and Campfire, arranged in the pattern shown. Produces Caboose Smokestack.
block· Machines & Other Blocks
Caboose Smokestack
Create: Steam 'n' Rails · by The Railways Team
Caboose Smokestack is a block from Create: Steam 'n' Rails, crafted from Any Iron Nuggets Nugget, Any Iron Plates Plate, and Campfire.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Caboose Smokestack | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
railways:smokestack_caboosestyle- Namespace
railways- Mod ID
railways- Tags (2)
minecraft:blocks/mineable/pickaxe railways:items/caboosestyle_stack
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
".#.",
" + "
],
"ingredients": {
"#": {
"tag": "railways:internal/plates/iron_plates"
},
"+": {
"item": "minecraft:campfire"
},
".": {
"tag": "railways:internal/nuggets/iron_nuggets"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}