Spring Launcher
supplementaries:spring_launcher

Spring Launcher

Supplementaries · by MehVahdJukaar, Plantkillable
block Pickaxe Mineable

Acquisition

Crafting using Iron Ingot, Slime Block, Iron Ingot, Iron Ingot, Sticky Piston, Iron Ingot, Iron Ingot, Gunpowder and Iron Ingot, arranged in the pattern shown. Produces Spring Launcher.

Crafting conditional
Spring Launcher Spring Launcher guaranteed

Mining & drops

sourcecountchanceconditions
Spring Launcher1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Spring Launcher1–1100%Survives Explosion
Developer reference
Registry name
supplementaries:spring_launcher
Namespace
supplementaries
Mod ID
supplementaries
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "010",
    "020",
    "030"
  ],
  "ingredients": {
    "0": {
      "item": "minecraft:iron_ingot"
    },
    "1": {
      "item": "minecraft:slime_block"
    },
    "2": {
      "item": "minecraft:sticky_piston"
    },
    "3": {
      "item": "minecraft:gunpowder"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "spring_launcher",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}