Chute
quark:chute

Chute

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Axe Mineable

Acquisition

Crafting using Any Planks, Any Planks, Any Planks, Treated Stick, Any Planks, Treated Stick and Treated Stick, arranged in the pattern shown. Produces Chute.

Crafting conditional
Chute Chute guaranteed

Mining & drops

sourcecountchanceconditions
Chute1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "WWW",
    "SWS",
    " S "
  ],
  "ingredients": {
    "S": {
      "tag": "forge:rods/wooden"
    },
    "W": {
      "tag": "minecraft:planks"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "chute",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}