Slicer
16×16 · BAKED

block· Machines & Other Blocks

Slicer

Create Slice & Dice · by possible_triangle
block Axe MineablePickaxe Mineable

Slicer is a block from Create Slice & Dice, crafted from Cogwheel, Andesite Casing, and Turntable.

Acquisition

Mining & drops

sourcecountdrop rateconditions
Slicer1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

Developer reference
Registry name
sliceanddice:slicer
Namespace
sliceanddice
Mod ID
sliceanddice
Tags (2)
minecraft:blocks/mineable/axe
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "A",
    "B",
    "C"
  ],
  "ingredients": {
    "A": {
      "item": "create:cogwheel"
    },
    "B": {
      "item": "create:andesite_casing"
    },
    "C": {
      "item": "create:turntable"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}