Andesite Funnel
create:andesite_funnel

Andesite Funnel

Create · by simibubi
block Safe NbtContraption ControlledPickaxe Mineable

Acquisition

Crafting using Andesite Alloy and Dried Kelp, arranged in the pattern shown. Produces 2× Andesite Funnel.

Crafting
Andesite Alloy
Dried Kelp
Andesite Funnel Andesite Funnel ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Block loot table: Andesite Belt Funnel (create) create:andesite_belt_funnel1–1100%Survives Explosion
Andesite Funnel1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:andesite_funnel
Namespace
create
Mod ID
create
Tags (3)
create:blocks/safe_nbt
create:items/contraption_controlled
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "A",
    "K"
  ],
  "ingredients": {
    "A": {
      "item": "create:andesite_alloy"
    },
    "K": {
      "item": "minecraft:dried_kelp"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}