Crafting using Banana, Banana, Banana, Banana, Banana, Banana, Banana, Banana and Banana, arranged in the pattern shown. Produces Crate of Bananas.

Crate of Bananas
Neapolitan · by Team Abnormals
Crate of Bananas is a block from Neapolitan, crafted from Banana.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Crate of Bananas | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Crate of Bananas, in any arrangement. Produces 9× Banana.
Block drops
Drops itself when broken.
Developer reference
- Registry name
neapolitan:banana_crate- Namespace
neapolitan- Mod ID
neapolitan- Tags (1)
minecraft:blocks/mineable/axe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"BBB",
"BBB",
"BBB"
],
"ingredients": {
"B": {
"item": "neapolitan:banana"
}
},
"conditions": [
{
"raw": {
"type": "blueprint:and",
"values": [
{
"type": "forge:mod_loaded",
"modid": "quark"
},
{
"flag": "apple_crate",
"type": "quark:flag"
}
]
},
"type": "blueprint:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}