Schematicannon
create:schematicannon

Schematicannon

Create · by simibubi
block Pickaxe Mineable

Acquisition

Crafting using Block of Iron, Any Logs, Block of Iron, Any Logs, Smooth Stone, Dispenser and Smooth Stone, arranged in the pattern shown. Produces Schematicannon.

Crafting
Schematicannon Schematicannon guaranteed

Mining & drops

sourcecountchanceconditions
Schematicannon1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " I ",
    "LIL",
    "SDS"
  ],
  "ingredients": {
    "D": {
      "item": "minecraft:dispenser"
    },
    "I": {
      "item": "minecraft:iron_block"
    },
    "L": {
      "tag": "minecraft:logs"
    },
    "S": {
      "item": "minecraft:smooth_stone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}