Crafting using Propeller, Bamboo, Propeller, Bamboo, Engine, Bamboo, Propeller, Bamboo and Propeller, arranged in the pattern shown. Produces Quadrocopter.
item· Other
Quadrocopter
Immersive Aircraft · by Luke100000
Quadrocopter is a item from Immersive Aircraft, crafted from Propeller, Bamboo, and Engine. Perfect for building, and that's about it.
Function
Perfect for building, and that's about it.
Acquisition
Related items
Developer reference
- Registry name
immersive_aircraft:quadrocopter- Namespace
immersive_aircraft- Mod ID
immersive_aircraft- Tags (1)
immersive_aircraft:items/aircraft
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"PBP",
"BEB",
"PBP"
],
"ingredients": {
"B": {
"anyOf": [
{
"item": "minecraft:bamboo"
}
]
},
"E": {
"anyOf": [
{
"item": "immersive_aircraft:engine"
}
]
},
"P": {
"anyOf": [
{
"item": "immersive_aircraft:propeller"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}