block· Machines & Other Blocks

Fluxuated Magnetite

Create: New Age · by Antarctic Gardens
block MagnetMagnetPickaxe Mineable

Fluxuated Magnetite is a block from Create: New Age, crafted from Overcharged Gold, Magnetite Block, and Overcharged Diamond.

Acquisition

Crafting using Overcharged Gold, Magnetite Block, Overcharged Gold, Magnetite Block, Overcharged Diamond, Magnetite Block, Overcharged Gold, Magnetite Block and Overcharged Gold, arranged in the pattern shown. Produces 2× Fluxuated Magnetite.

Crafting
Fluxuated Magnetite ×2 guaranteed

Mining & drops

sourcecountdrop rateconditions
Fluxuated Magnetite1–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:fluxuated_magnetite
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": [
    "GMG",
    "MDM",
    "GMG"
  ],
  "ingredients": {
    "D": {
      "item": "create_new_age:overcharged_diamond"
    },
    "G": {
      "item": "create_new_age:overcharged_gold"
    },
    "M": {
      "item": "create_new_age:magnetite_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}