Crafting using Secondary Linear Chassis, in any arrangement. Produces Linear Chassis.

Linear Chassis
Create · by simibubi
Acquisition
Crafting using Andesite Alloy, Any Logs, Any Logs, Any Logs and Andesite Alloy, arranged in the pattern shown. Produces 3× Linear Chassis.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Linear Chassis | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Linear Chassis, in any arrangement. Produces Secondary Linear Chassis.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
create:linear_chassis- Namespace
create- Mod ID
create- Tags (3)
create:blocks/safe_nbt minecraft:blocks/mineable/axe minecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": {
"item": "create:secondary_linear_chassis"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" P ",
"LLL",
" P "
],
"ingredients": {
"L": {
"tag": "minecraft:logs"
},
"P": {
"item": "create:andesite_alloy"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}

