block· Machines & Other Blocks

Chiseled End Stone Bricks

Goety · by Polarice3
block End StoneEnd Stone

Chiseled End Stone Bricks is a block from Goety, crafted from Chiseled End Stone.

Acquisition

Stone Cutting using End Stone. Produces Chiseled End Stone Bricks.

Stone Cutting
Chiseled End Stone Bricks guaranteed

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

Mining & drops

sourcecountdrop rateconditions
Chiseled End Stone Bricks1–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:chiseled_end_stone_bricks
Namespace
goety
Mod ID
goety
Tags (2)
goety:blocks/end_stone
goety:items/end_stone

Recipe JSON (4):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "goety:chiseled_end_stone"
  },
  "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:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "goety:chiseled_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
}