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.
Schematicannon
Create · by simibubi
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Schematicannon | 1–1 | 100% | 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
}



