block· Machines & Other Blocks

Slate Patterned Marble

Goety · by Polarice3
block MarbleMarbleMarble BlocksMarble Blocks

Slate Patterned Marble is a block from Goety, crafted from Slate Marble Slab and Marble Slab.

Acquisition

Crafting using Slate Marble Slab and Marble Slab, arranged in the pattern shown. Produces Slate Patterned Marble.

Crafting
Slate Marble Slab
Marble Slab
Slate Patterned Marble guaranteed

Mining & drops

sourcecountdrop rateconditions
Slate Patterned Marble1–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:slate_patterned_marble
Namespace
goety
Mod ID
goety
Tags (4)
forge:blocks/marble
forge:items/marble
goety:blocks/marble_blocks
goety:items/marble_blocks

Recipe JSON (1):

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