Decoration Table
sophisticatedstorage:decoration_table

Decoration Table

block Axe Mineable

Acquisition

Crafting using Any Logs, Any Logs, Any Logs, Any Planks, Upgrade Base, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Decoration Table.

Crafting
Decoration Table Decoration Table guaranteed

Mining & drops

sourcecountchanceconditions
Decoration Table1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
sophisticatedstorage:decoration_table
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "LLL",
    "PBP",
    "P P"
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedstorage:upgrade_base"
    },
    "L": {
      "tag": "minecraft:logs"
    },
    "P": {
      "tag": "minecraft:planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}