Crafting using Any Iron Ingot, Clock and Any Dusts Redstone, arranged in the pattern shown. Produces 4× Timed Fuze.
- Inputs
- Any Iron Ingot
- Clock
- Any Dusts Redstone
- Output
- → Timed Fuze ×4
item· Other
Timed Fuze is a item from Create Big Cannons, crafted from Any Iron Ingot, Clock, and Any Dusts Redstone. Detonates after a _set time_ from launch.
Detonates after a _set time_ from launch. TIMED FUZE Time to Detonate: _%ss %s ticks_ Time to Detonate: %ss %s ticks
When R-Clicked: Opens the _Set Timed Fuze_ menu, where the fuze duration can be set.
Detonation: The fuze detonates after the projectile has been in the world for the set time.
Crafting using Timed Fuze and Inertia Fuze, in any arrangement. Produces Delayed Inertia Fuze.
Crafting using Timed Fuze and Impact Fuze, in any arrangement. Produces Delayed Impact Fuze.
createbigcannons:timed_fuzecreatebigcannonscreatebigcannonscreatebigcannons:items/fuzes
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"I",
"C",
"R"
],
"ingredients": {
"C": {
"item": "minecraft:clock"
},
"I": {
"tag": "forge:ingots/iron"
},
"R": {
"tag": "createbigcannons:dusts_redstone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}