Polished Cut Dripstone Wall
create:polished_cut_dripstone_wall

Polished Cut Dripstone Wall

Create · by simibubi
block Dripstone Stone TypePickaxe MineableWallsWalls

Acquisition

Crafting using Polished Cut Dripstone, Polished Cut Dripstone, Polished Cut Dripstone, Polished Cut Dripstone, Polished Cut Dripstone and Polished Cut Dripstone, arranged in the pattern shown. Produces 6× Polished Cut Dripstone Wall.

Crafting
Polished Cut Dripstone Wall Polished Cut Dripstone Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Polished Cut Dripstone Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:polished_cut_dripstone_wall
Namespace
create
Mod ID
create
Tags (4)
create:items/stone_types/dripstone
minecraft:blocks/mineable/pickaxe
minecraft:blocks/walls
minecraft:items/walls

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XXX",
    "XXX"
  ],
  "ingredients": {
    "X": {
      "item": "create:polished_cut_dripstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "tag": "create:stone_types/dripstone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}