Crafting using Biplane, Hull, Biplane, Block of Bamboo, Engine, Block of Bamboo, Block of Bamboo, Block of Bamboo and Block of Bamboo, arranged in the pattern shown. Produces Bamboo Hopper.
item· Other
Bamboo Hopper
Immersive Aircraft · by Luke100000
Bamboo Hopper is a item from Immersive Aircraft, crafted from Biplane, Hull, Block of Bamboo, and Engine. A chonky aircraft with three seats and pontoons to land safely on water.
Function
A chonky aircraft with three seats and pontoons to land safely on water.
Acquisition
Related items
Developer reference
- Registry name
immersive_aircraft:bamboo_hopper- Namespace
immersive_aircraft- Mod ID
immersive_aircraft- Tags (1)
immersive_aircraft:items/aircraft
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"PHP",
"BEB",
"BBB"
],
"ingredients": {
"B": {
"anyOf": [
{
"item": "minecraft:bamboo_block"
}
]
},
"E": {
"anyOf": [
{
"item": "immersive_aircraft:engine"
}
]
},
"H": {
"anyOf": [
{
"item": "immersive_aircraft:hull"
}
]
},
"P": {
"anyOf": [
{
"item": "immersive_aircraft:biplane"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
