block· Machines & Other Blocks

Redstone Magnet

Create: New Age · by Antarctic Gardens
block MagnetMagnetPickaxe Mineable

Redstone Magnet is a block from Create: New Age, crafted from Any Iron Nugget and Any Redstone Storage Block.

Acquisition

Crafting using Any Iron Nugget, Any Iron Nugget, Any Iron Nugget, Any Iron Nugget, Any Redstone Storage Block, Any Iron Nugget, Any Iron Nugget, Any Iron Nugget and Any Iron Nugget, arranged in the pattern shown. Produces 2× Redstone Magnet.

Crafting
Any Iron Nugget
Any Iron Nugget
Any Iron Nugget
Any Iron Nugget
Any Redstone Storage Block
Any Iron Nugget
Any Iron Nugget
Any Iron Nugget
Any Iron Nugget
  • Inputs
  • 8 × Any Iron Nugget
  • Any Redstone Storage Block
  • Output
  • Redstone Magnet ×2
Redstone Magnet ×2 guaranteed

Mining & drops

sourcecountdrop rateconditions
Redstone Magnet1–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:redstone_magnet
Namespace
create_new_age
Mod ID
create_new_age
Tags (3)
create_new_age:blocks/magnet
create_new_age:items/magnet
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "NNN",
    "NRN",
    "NNN"
  ],
  "ingredients": {
    "N": {
      "tag": "forge:nuggets/iron"
    },
    "R": {
      "tag": "forge:storage_blocks/redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}