Modern Diorite Wall
mcwfences:modern_diorite_wall

Modern Diorite Wall

Macaw's Fences and Walls · by Sketch Macaw & Peachy Macaw
block Modern WallsFencesPickaxe MineableFences

Acquisition

Crafting using Polished Diorite, Diorite, Polished Diorite, Polished Diorite, Polished Diorite and Polished Diorite, arranged in the pattern shown. Produces 6× Modern Diorite Wall.

Crafting
Modern Diorite Wall Modern Diorite Wall ×6 guaranteed

Stone Cutting using Diorite. Produces Modern Diorite Wall.

Stone Cutting
Modern Diorite Wall Modern Diorite Wall guaranteed

Mining & drops

sourcecountchanceconditions
Modern Diorite Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
mcwfences:modern_diorite_wall
Namespace
mcwfences
Mod ID
mcwfences
Tags (4)
mcwfences:blocks/modern_walls
minecraft:blocks/fences
minecraft:blocks/mineable/pickaxe
minecraft:items/fences

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ABA",
    "AAA"
  ],
  "ingredients": {
    "A": {
      "item": "minecraft:polished_diorite"
    },
    "B": {
      "item": "minecraft:diorite"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "modern",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:diorite"
  },
  "conditions": [],
  "sequence": null,
  "group_name": "fences",
  "experience": null,
  "cooking_time": null
}