Palm Glass Pane
16×16 · BAKED

block· Machines & Other Blocks

Palm Glass Pane

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

Palm Glass Pane is a block from [Let's Do] Beachparty, crafted from Glass Pane and Palm Planks.

Acquisition

Crafting using Glass Pane, Glass Pane, Glass Pane, Glass Pane, Palm Planks, Glass Pane, Glass Pane, Glass Pane and Glass Pane, arranged in the pattern shown. Produces 8× Palm Glass Pane.

Crafting
Palm Glass Pane Palm Glass Pane ×8 guaranteed

Crafting using Palm Glass, Palm Glass, Palm Glass, Palm Glass, Palm Glass and Palm Glass, arranged in the pattern shown. Produces 16× Palm Glass Pane.

Crafting
  • Inputs
  • 6 × Palm Glass
  • Output
  • Palm Glass Pane ×16
Palm Glass Pane Palm Glass Pane ×16 guaranteed

Mining & drops

sourcecountdrop rateconditions
Palm Glass Pane1–1100%Drops itself with Silk Touch

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
Palm Glass Pane1–1100%Drops itself with Silk Touch

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:palm_glass_pane
Namespace
beachparty
Mod ID
beachparty
Tags (2)
minecraft:blocks/mineable/axe
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "GGG",
    "G#G",
    "GGG"
  ],
  "ingredients": {
    "#": {
      "item": "beachparty:palm_planks"
    },
    "G": {
      "item": "minecraft:glass_pane"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "AAA",
    "AAA"
  ],
  "ingredients": {
    "A": {
      "item": "beachparty:palm_glass"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}