neapolitan:banana_crate

Crate of Bananas

Neapolitan · by Team Abnormals
block Axe Mineable

Crate of Bananas is a block from Neapolitan, crafted from Banana.

Acquisition

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

Crafting conditional
Banana
Banana
Banana
Banana
Banana
Banana
Banana
Banana
Banana
Crate of Bananas guaranteed

Mining & drops

sourcecountchanceconditions
Crate of Bananas1–1100%Survives Explosion

Used in (1)

Crafting using Crate of Bananas, in any arrangement. Produces 9× Banana.

Crafting ⇆ any arrangement conditional
Banana Banana ×9 guaranteed

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
}