Hat Stand
supplementaries:hat_stand

Hat Stand

Supplementaries · by MehVahdJukaar, Plantkillable
item Rotatable Entity Type

Acquisition

Crafting using Any Planks and Smooth Stone Slab, arranged in the pattern shown. Produces Hat Stand.

Crafting conditional
Hat Stand Hat Stand guaranteed
Developer reference
Registry name
supplementaries:hat_stand
Namespace
supplementaries
Mod ID
supplementaries
Tags (1)
supplementaries:entity_types/rotatable

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " 1 ",
    " 0 "
  ],
  "ingredients": {
    "0": {
      "item": "minecraft:smooth_stone_slab"
    },
    "1": {
      "tag": "minecraft:planks"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "hat_stand",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}