Azure Jadestone Pillar
betterend:azure_jadestone_pillar

Azure Jadestone Pillar

item Pickaxe Mineable

Azure Jadestone Pillar is a item from Unknown Mod, crafted from Azure Jadestone.

Acquisition

Crafting using Azure Jadestone Slab and Azure Jadestone Slab, arranged in the pattern shown. Produces Azure Jadestone Pillar.

Crafting
Azure Jadestone Slab
Azure Jadestone Slab
Azure Jadestone Pillar Azure Jadestone Pillar guaranteed

Mining & drops

sourcecountchanceconditions
Azure Jadestone Pillar1–1100%

Used in (1)

Crafting using Azure Jadestone Slab, Azure Jadestone Pillar and Azure Jadestone Slab, arranged in the pattern shown. Produces 2× Azure Jadestone Pedestal.

Crafting
Azure Jadestone Slab
Azure Jadestone Pillar
Azure Jadestone Slab
Azure Jadestone Pedestal Azure Jadestone Pedestal ×2 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
betterend:azure_jadestone_pillar
Namespace
betterend
Mod ID
unknown
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "betterend:azure_jadestone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "azure_jadestone_stonecutting",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "betterend:azure_jadestone_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "end_pillar",
  "experience": null,
  "cooking_time": null
}