Reactor Rod
16×16 · BAKED

block· Machines & Other Blocks

Reactor Rod

Create: New Age · by Antarctic Gardens
block Stops RadiationStops RadiationPickaxe Mineable

Reactor Rod is a block from Create: New Age, crafted from Reactor Casing, Gold Plate, Reactor Glass, and Nuclear Fuel.

Acquisition

Mechanical Crafting using Reactor Casing, Gold Plate, Gold Plate, Gold Plate, Reactor Casing, Reactor Glass, Nuclear Fuel, Reactor Glass, Reactor Glass, Nuclear Fuel, Reactor Glass, Reactor Casing, Gold Plate, Gold Plate, Gold Plate and Reactor Casing, arranged in the pattern shown. Produces 2× Reactor Rod.

Mechanical Crafting
Reactor Rod Reactor Rod ×2 guaranteed

Mining & drops

sourcecountdrop rateconditions
Reactor Rod1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

Developer reference
Registry name
create_new_age:reactor_rod
Namespace
create_new_age
Mod ID
create_new_age
Tags (3)
create_new_age:blocks/stops_radiation
create_new_age:items/stops_radiation
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "create:mechanical_crafting",
  "pattern": [
    "CPPPC",
    " GFG ",
    " GFG ",
    "CPPPC"
  ],
  "ingredients": {
    "C": {
      "item": "create_new_age:reactor_casing"
    },
    "F": {
      "item": "create_new_age:nuclear_fuel"
    },
    "G": {
      "item": "create_new_age:reactor_glass"
    },
    "P": {
      "tag": "forge:plates/gold"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}