Stash Urn
16×16 · BAKED

block· Machines & Other Blocks

Stash Urn

Goety · by Polarice3
block

Stash Urn is a block from Goety, crafted from Ash Brick and Block of Awakened Emerald.

Acquisition

Crafting using Ash Brick, Ash Brick, Block of Awakened Emerald, Ash Brick and Ash Brick, arranged in the pattern shown. Produces Stash Urn.

Crafting
Stash Urn Stash Urn guaranteed

Crafting using Ash Brick, Ash Brick, Block of Emerald, Ash Brick and Ash Brick, arranged in the pattern shown. Produces Stash Urn.

Crafting
Stash Urn Stash Urn guaranteed

Mining & drops

sourcecountdrop rateconditions
Stash Urn1–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
Stash Urn1–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
goety:stash_urn
Namespace
goety
Mod ID
goety

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " # ",
    "#$#",
    " # "
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/brick"
    },
    "$": {
      "item": "goety:awakened_emerald_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " # ",
    "#$#",
    " # "
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/brick"
    },
    "$": {
      "item": "minecraft:emerald_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}