block· Machines & Other Blocks

Polished Diorite Pillar

LegendaryMonsters · by Miauczel
block Pickaxe MineableNeeds Wooden Tool

Polished Diorite Pillar is a block from LegendaryMonsters, crafted from Polished Diorite.

Acquisition

Crafting using Polished Diorite and Polished Diorite, arranged in the pattern shown. Produces 2× Polished Diorite Pillar.

Crafting
Polished Diorite Pillar ×2 guaranteed

Stone Cutting using Diorite. Produces Polished Diorite Pillar.

Stone Cutting
Polished Diorite Pillar guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
legendary_monsters:polished_diorite_pillar
Namespace
legendary_monsters
Mod ID
legendary_monsters
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_wooden_tool

Recipe JSON (3):

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