Tall Palm Torch
16×16 · BAKED

block· Machines & Other Blocks

Tall Palm Torch

[Let's Do] Beachparty · by Satisfy, Jason13
block

Tall Palm Torch is a block from [Let's Do] Beachparty, crafted from Any of Coal / Charcoal and Bamboo.

Acquisition

Crafting using Any of Coal / Charcoal, Bamboo and Bamboo, arranged in the pattern shown. Produces 4× Tall Palm Torch.

Crafting
Any of Coal / Charcoal
Bamboo
Bamboo
Tall Palm Torch Tall Palm Torch ×4 guaranteed

Mining & drops

sourcecountdrop rateconditions
Tall Palm Torch1–1100%Survives Explosion, Block State Property

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

dropscountdrop rateconditions
Tall Palm Torch1–1100%Survives Explosion, Block State Property

Drop rates are per-roll probabilities, not absolute find rates — actual odds also depend on structure generation and loot pool weights.

Developer reference
Registry name
beachparty:tall_palm_torch
Namespace
beachparty
Mod ID
beachparty

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "X",
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:bamboo"
    },
    "X": {
      "anyOf": [
        {
          "item": "minecraft:coal"
        },
        {
          "item": "minecraft:charcoal"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}