Item Shelf
supplementaries:item_shelf

Item Shelf

Supplementaries · by MehVahdJukaar, Plantkillable
block

Acquisition

Crafting using Any Wooden Slabs, Any Wooden Slabs and Any Wooden Slabs, arranged in the pattern shown. Produces 2× Item Shelf.

Crafting conditional
Any Wooden Slabs
Any Wooden Slabs
Any Wooden Slabs
Item Shelf Item Shelf ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Item Shelf1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Item Shelf1–1100%Survives Explosion
Developer reference
Registry name
supplementaries:item_shelf
Namespace
supplementaries
Mod ID
supplementaries

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "000"
  ],
  "ingredients": {
    "0": {
      "tag": "minecraft:wooden_slabs"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "item_shelf",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    },
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "type": "forge:mod_loaded",
          "modid": "suppsquared"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}