Doormat
supplementaries:doormat

Doormat

Supplementaries · by MehVahdJukaar, Plantkillable
block

Acquisition

Crafting using Flax and Flax, arranged in the pattern shown. Produces Doormat.

Crafting conditional
Flax
Flax
Doormat Doormat guaranteed

Mining & drops

sourcecountchanceconditions
Doormat1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Doormat1–1100%Survives Explosion
Developer reference
Registry name
supplementaries:doormat
Namespace
supplementaries
Mod ID
supplementaries

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "11 ",
    "   ",
    "   "
  ],
  "ingredients": {
    "1": {
      "tag": "forge:crops/flax"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "doormat",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    },
    {
      "raw": {
        "flag": "flax",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}