block· Machines & Other Blocks

Mixed End Stone

Goety · by Polarice3
block End StoneEnd Stone

Mixed End Stone is a block from Goety, crafted from Smooth End Stone and End Stone.

Acquisition

Crafting using Smooth End Stone, End Stone, End Stone and Smooth End Stone, arranged in the pattern shown. Produces 4× Mixed End Stone.

Crafting
Mixed End Stone ×4 guaranteed

Mining & drops

sourcecountdrop rateconditions
Mixed End Stone1–1100%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.

Block drops

Drops itself when broken.

Developer reference
Registry name
goety:mixed_end_stone
Namespace
goety
Mod ID
goety
Tags (2)
goety:blocks/end_stone
goety:items/end_stone

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "$#",
    "#$"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:end_stone"
    },
    "$": {
      "item": "goety:smooth_end_stone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}