Andesite Tunnel
create:andesite_tunnel

Andesite Tunnel

Create · by simibubi
block Pickaxe Mineable

Acquisition

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

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

Mining & drops

sourcecountchanceconditions
Andesite Tunnel1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

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