Compacting Drawers (2-Tier)
storagedrawers:compacting_drawers_2

Compacting Drawers (2-Tier)

block Pickaxe Mineable

Acquisition

Crafting using Stone, Piston, Stone, Stone, Any Full Drawers, Stone, Stone, Any Iron Ingot and Stone, arranged in the pattern shown. Produces Compacting Drawers (2-Tier).

Crafting
Compacting Drawers (2-Tier) Compacting Drawers (2-Tier) guaranteed

Block drops

Drops itself

Developer reference
Registry name
storagedrawers:compacting_drawers_2
Namespace
storagedrawers
Mod ID
storagedrawers
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#T#",
    "#X#",
    "#I#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stone"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "T": {
      "item": "minecraft:piston"
    },
    "X": {
      "tag": "storagedrawers:full_drawers"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}