Stone Cutting using Azure Jadestone. Produces Azure Jadestone Pillar.
Azure Jadestone Pillar
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Azure Jadestone Pillar | 1–1 | 100% | — |
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.
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
}