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.
Spring Launcher
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Spring Launcher | 1–1 | 100% | Survives Explosion |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Spring Launcher | 1–1 | 100% | 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
}
