Smart Chute
create:smart_chute

Smart Chute

Create · by simibubi
block Pickaxe Mineable

Acquisition

Crafting using Brass Sheet, Chute and Electron Tube, arranged in the pattern shown. Produces Smart Chute.

Crafting
Brass Sheet
Chute
Electron Tube
Smart Chute Smart Chute guaranteed

Mining & drops

sourcecountchanceconditions
Smart Chute1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:smart_chute
Namespace
create
Mod ID
create
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "I",
    "S",
    "P"
  ],
  "ingredients": {
    "I": {
      "tag": "forge:plates/brass"
    },
    "P": {
      "item": "create:electron_tube"
    },
    "S": {
      "item": "create:chute"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}