Lunch Basket
supplementaries:lunch_basket

Lunch Basket

Supplementaries · by MehVahdJukaar, Plantkillable
block Lunch Basket Blacklist

Acquisition

Crafting using Bamboo, Bamboo, Any Wool Carpets, Bamboo, Bamboo, Bamboo and Bamboo, arranged in the pattern shown. Produces Lunch Basket.

Crafting conditional
Bamboo
Bamboo
Any Wool Carpets
Bamboo
Bamboo
Bamboo
Bamboo
Lunch Basket Lunch Basket guaranteed

Block drops

Drops itself

Developer reference
Registry name
supplementaries:lunch_basket
Namespace
supplementaries
Mod ID
supplementaries
Tags (1)
supplementaries:items/lunch_basket_blacklist

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " 0 ",
    "010",
    "000"
  ],
  "ingredients": {
    "0": {
      "item": "minecraft:bamboo"
    },
    "1": {
      "tag": "minecraft:wool_carpets"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "lunch_basket",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}