Palm Torch Item
16×16 · BAKED

item· Other

Palm Torch Item

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

Palm Torch Item is an item from [Let's Do] Beachparty, crafted from Any of Coal / Charcoal and Bamboo.

Acquisition

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

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

Mining & drops

sourcecountdrop rateconditions
Found in: Underwater Ruin Small chests (rare) (beachparty) beachparty:underwater_ruin_small1–1100%
Found in: Underwater Ruin Big chests (rare) (beachparty) beachparty:underwater_ruin_big1–1100%
Found in: Shipwreck Treasure chests (rare) (beachparty) beachparty:shipwreck_treasure1–1100%
Block loot table: Palm Torch (beachparty) beachparty:palm_torch1–1100%Survives Explosion
Found in: Buried Treasure chests (rare) (beachparty) beachparty:buried_treasure1–1100%
Found in: Shipwreck Supply chests (rare) (beachparty) beachparty:shipwreck_supply1–1100%
Block loot table: Palm Wall Torch (beachparty) beachparty:palm_wall_torch1–1100%Survives Explosion

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.

Developer reference
Registry name
beachparty:palm_torch_item
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
}