block· Machines & Other Blocks

Chiseled Ominous Stone

Goety · by Polarice3
block Ominous Blocks

Chiseled Ominous Stone is a block from Goety, crafted from Ominous Stone.

Acquisition

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

Crafting
Ominous Stone Slab
Ominous Stone Slab
Chiseled Ominous Stone guaranteed

Mining & drops

sourcecountdrop rateconditions
Chiseled Ominous 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:chiseled_ominous_stone
Namespace
goety
Mod ID
goety
Tags (1)
goety:blocks/ominous_blocks

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "goety:ominous_stone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "goety:ominous_stone_slab"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}