block· Machines & Other Blocks

Mossy Crag Tiles

Goety · by Polarice3
block Crag BlocksCrag Blocks

Mossy Crag Tiles is a block from Goety, crafted from Slight Mossy Crag Tiles and Red Moss Growth.

Acquisition

Crafting using Slight Mossy Crag Tiles, Slight Mossy Crag Tiles, Red Moss Growth, Slight Mossy Crag Tiles and Slight Mossy Crag Tiles, arranged in the pattern shown. Produces 4× Mossy Crag Tiles.

Crafting
Mossy Crag Tiles ×4 guaranteed

Mining & drops

sourcecountdrop rateconditions
Mossy Crag Tiles1–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:mossy_crag_tiles
Namespace
goety
Mod ID
goety
Tags (2)
goety:blocks/crag_blocks
goety:items/crag_blocks

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " m ",
    "mlm",
    " m "
  ],
  "ingredients": {
    "l": {
      "item": "goety:red_moss_growth"
    },
    "m": {
      "item": "goety:mossy_crag_tiles_slight"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}