Mossy Holystone Wall
aether:mossy_holystone_wall

Mossy Holystone Wall

The Aether · by AlphaMode, bconlon, Burning Cactus, Drullkus, Hugo Payn, Jaryt, Oscar Payn, quek, Raptor, reetam, RENREN, sunsette
block Pickaxe MineableWallsWalls

Acquisition

Crafting using Mossy Holystone, Mossy Holystone, Mossy Holystone, Mossy Holystone, Mossy Holystone and Mossy Holystone, arranged in the pattern shown. Produces 6× Mossy Holystone Wall.

Crafting
Mossy Holystone Wall Mossy Holystone Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Mossy Holystone Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
aether:mossy_holystone_wall
Namespace
aether
Mod ID
aether
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/walls
minecraft:items/walls

Recipe JSON (2):

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