Crafting using Any Cobblestone, Any Iron Ingot, Any Cobblestone, Any Blue Dye, Chorus Fruit, Any Redstone Dust, Any Cobblestone, Any Iron Ingot and Any Cobblestone, arranged in the pattern shown. Produces Magnet.

Magnet
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Crafting using Any Cobblestone, Any Iron Ingot, Any Cobblestone, Any Blue Dye, Copper Ingot, Any Redstone Dust, Any Cobblestone, Any Iron Ingot and Any Cobblestone, arranged in the pattern shown. Produces Magnet.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Magnet | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
quark:magnet- Namespace
quark- Mod ID
quark- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"CIC",
"BFR",
"CIC"
],
"ingredients": {
"B": {
"tag": "forge:dyes/blue"
},
"C": {
"tag": "forge:cobblestone"
},
"F": {
"item": "minecraft:chorus_fruit"
},
"I": {
"tag": "forge:ingots/iron"
},
"R": {
"tag": "forge:dusts/redstone"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "magnets",
"type": "quark:flag"
},
{
"type": "forge:not",
"value": {
"flag": "magnet_pre_end",
"type": "quark:flag"
}
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"CIC",
"BPR",
"CIC"
],
"ingredients": {
"B": {
"tag": "forge:dyes/blue"
},
"C": {
"tag": "forge:cobblestone"
},
"I": {
"tag": "forge:ingots/iron"
},
"P": {
"tag": "forge:ingots/copper"
},
"R": {
"tag": "forge:dusts/redstone"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "magnets",
"type": "quark:flag"
},
{
"flag": "magnet_pre_end",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}