quark:stick_block

Stick Stack

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Stick Storage BlockStick Storage BlockAxe Mineable

Acquisition

Crafting using Stick, Stick, Stick, Stick, Stick, Stick, Stick, Stick and Stick, arranged in the pattern shown. Produces Stick Stack.

Crafting conditional
Stick
Stick
Stick
Stick
Stick
Stick
Stick
Stick
Stick
Stick Stack guaranteed

Mining & drops

sourcecountchanceconditions
Stick Stack1–1100%Survives Explosion

Used in (1)

Crafting using Stick Stack, in any arrangement. Produces 9× Stick.

Crafting ⇆ any arrangement conditional
Stick Stick ×9 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:stick_block
Namespace
quark
Mod ID
quark
Tags (3)
forge:blocks/storage_blocks/stick
forge:items/storage_blocks/stick
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "stick_block",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}