Crafting using Any of Coal / Charcoal and Bamboo, arranged in the pattern shown. Produces 4× Palm Torch Item.
- Inputs
- Any of Coal / Charcoal
- Bamboo
- Output
- → Palm Torch Item ×4
item· Other
Palm Torch Item is an item from [Let's Do] Beachparty, crafted from Any of Coal / Charcoal and Bamboo.
Crafting using Any of Coal / Charcoal and Bamboo, arranged in the pattern shown. Produces 4× Palm Torch Item.
| source | count | drop rate | conditions |
|---|---|---|---|
Found in: Underwater Ruin Small chests (rare) (beachparty) beachparty:underwater_ruin_small | 1–1 | 100% | — |
Found in: Underwater Ruin Big chests (rare) (beachparty) beachparty:underwater_ruin_big | 1–1 | 100% | — |
Found in: Shipwreck Treasure chests (rare) (beachparty) beachparty:shipwreck_treasure | 1–1 | 100% | — |
Block loot table: Palm Torch (beachparty) beachparty:palm_torch | 1–1 | 100% | Survives Explosion |
Found in: Buried Treasure chests (rare) (beachparty) beachparty:buried_treasure | 1–1 | 100% | — |
Found in: Shipwreck Supply chests (rare) (beachparty) beachparty:shipwreck_supply | 1–1 | 100% | — |
Block loot table: Palm Wall Torch (beachparty) beachparty:palm_wall_torch | 1–1 | 100% | 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.
beachparty:palm_torch_itembeachpartybeachpartyRecipe 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
}