block· Machines & Other Blocks

End Stone Slate

Goety · by Polarice3
block End StoneEnd Stone

End Stone Slate is a block from Goety, crafted from Cobbled End Stone.

Acquisition

Smelting using Cobbled End Stone (200 ticks, 0.1 xp). Produces End Stone Slate.

Smelting

200 ticks· 0.1 xp

End Stone Slate guaranteed

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

Crafting
End Stone Slate ×4 guaranteed

Mining & drops

sourcecountdrop rateconditions
End Stone Slate1–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.

Used in

Crafting using End Stone Slate and End Rock, arranged in the pattern shown. Produces 2× Rocked End Stone Slate.

Crafting
Rocked End Stone Slate ×2 guaranteed

Crafting using End Rock and End Stone Slate, arranged in the pattern shown. Produces 2× Slated End Rock.

Crafting
Slated End Rock ×2 guaranteed

Block drops

dropscountdrop rateconditions
End Stone Slate1–1100%Drops itself with Silk Touch
Cobbled End Stone1–1100%Survives Explosion

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:end_stone_slate
Namespace
goety
Mod ID
goety
Tags (2)
goety:blocks/end_stone
goety:items/end_stone

Recipe JSON (2):

{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "goety:cobbled_end_stone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.1,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "FS",
    "SF"
  ],
  "ingredients": {
    "F": {
      "item": "goety:smooth_end_stone"
    },
    "S": {
      "item": "goety:end_soil"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}