block· Machines & Other Blocks

Netherite Magnet

Create: New Age · by Antarctic Gardens
block MagnetMagnetPickaxe Mineable

Netherite Magnet is a block from Create: New Age, crafted from Netherite Scrap and Overcharged Diamond.

Acquisition

Crafting using Netherite Scrap, Overcharged Diamond, Netherite Scrap, Overcharged Diamond, Overcharged Diamond, Overcharged Diamond, Netherite Scrap, Overcharged Diamond and Netherite Scrap, arranged in the pattern shown. Produces 2× Netherite Magnet.

Crafting
Netherite Scrap
Overcharged Diamond
Netherite Scrap
Overcharged Diamond
Overcharged Diamond
Overcharged Diamond
Netherite Scrap
Overcharged Diamond
Netherite Scrap
Netherite Magnet ×2 guaranteed

Mining & drops

sourcecountdrop rateconditions
Netherite 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:netherite_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": [
    "SDS",
    "DDD",
    "SDS"
  ],
  "ingredients": {
    "D": {
      "item": "create_new_age:overcharged_diamond"
    },
    "S": {
      "item": "minecraft:netherite_scrap"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}