Proximity Fuze
16×16 · BAKED

item· Other

Proximity Fuze

Create Big Cannons · by rbasamoyai
item Fuzes

Proximity Fuze is a item from Create Big Cannons, crafted from Iron Bars, Any Dusts Redstone, Any Gems Quartz, and Any Iron Ingot. Detonates when it _gets close_ to a block.

Function

Detonates when it _gets close_ to a block. This must be mounted on the _front_ of a shell; it will not work as a _base fuze._ PROXIMITY FUZE Detonation Distance: _%s blocks_ Detonation Distance: %s blocks

When R-Clicked: Opens the _Set Proximity Fuze_ menu, where the detonation distance can be set.

Detonation: The fuze detonates after the projectile gets is within the set range of a block.

Acquisition

Crafting using Iron Bars, Any Dusts Redstone, Any Gems Quartz, Any Dusts Redstone and Any Iron Ingot, arranged in the pattern shown. Produces 4× Proximity Fuze.

Crafting
Iron Bars
Any Dusts Redstone
Any Gems Quartz
Any Dusts Redstone
Any Iron Ingot
  • Inputs
  • Iron Bars
  • 2 × Any Dusts Redstone
  • Any Gems Quartz
  • Any Iron Ingot
  • Output
  • Proximity Fuze ×4
Proximity Fuze Proximity Fuze ×4 guaranteed
Developer reference
Registry name
createbigcannons:proximity_fuze
Namespace
createbigcannons
Mod ID
createbigcannons
Tags (1)
createbigcannons:items/fuzes

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " A ",
    "RCR",
    " I "
  ],
  "ingredients": {
    "A": {
      "item": "minecraft:iron_bars"
    },
    "C": {
      "tag": "createbigcannons:gems_quartz"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "R": {
      "tag": "createbigcannons:dusts_redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}