block· Machines & Other Blocks

Chiseled End Stone

Goety · by Polarice3
block End StoneEnd Stone

Chiseled End Stone is a block from Goety, crafted from End Stone Brick Slab.

Acquisition

Crafting using End Stone Brick Slab and End Stone Brick Slab, arranged in the pattern shown. Produces Chiseled End Stone.

Crafting
End Stone Brick Slab
End Stone Brick Slab
Chiseled End Stone guaranteed

Mining & drops

sourcecountdrop rateconditions
Chiseled 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.

Used in

Crafting using Chiseled End Stone, Chiseled End Stone, Chiseled End Stone and Chiseled End Stone, arranged in the pattern shown. Produces Chiseled End Stone Bricks.

Crafting
Chiseled End Stone Bricks guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:end_stone_brick_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:end_stone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:end_stone_bricks"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}