Drying Rack
hexerei:herb_drying_rack

Drying Rack

Hexerei · by JoeFoxe
block Axe Mineable

Drying Rack is a block from Hexerei, crafted from Herb Drying Rack Full.

Acquisition

Crafting using Herb Drying Rack Full, arranged in the pattern shown. Produces Drying Rack.

Crafting
Herb Drying Rack Full
Drying Rack Drying Rack guaranteed

Crafting using String, Stick, Bamboo Slab and Stick, arranged in the pattern shown. Produces Drying Rack.

Crafting
String
Stick
Bamboo Slab
Stick
Drying Rack Drying Rack guaranteed

Mining & drops

sourcecountchanceconditions
Drying Rack1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "hexerei:herb_drying_rack_full"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " # ",
    "$@$"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:string"
    },
    "$": {
      "item": "minecraft:stick"
    },
    "@": {
      "tag": "minecraft:wooden_slabs"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}