promotional bannermobile promotional banner

magnetic-telekinesis

Magnetic enchantment: Drops and XP fly straight into your inventory

File Details

v3.9.0-1.21.9+fabric

  • R
  • Nov 30, 2025
  • 257.21 KB
  • 231
  • 1.21.10+1
  • Fabric + 1

File Name

magnetic-3.9.0-1.21.9+fabric.jar

Supported Versions

  • 1.21.10
  • 1.21.9

Curse Maven Snippet

Fabric

modImplementation "curse.maven:magnetic-telekinesis-1244695:7276322"

Quilt

modImplementation "curse.maven:magnetic-telekinesis-1244695:7276322"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v3.9.0-1.21.9+fabric

Fabric & Paper

  • change ignoreRangedWeapons to ignoredEntitiesRangeMin
    • now the ignored drops are calculated by the distance the mob has died in comparison to the player
    • if the value is -1, no check will be performed
    • type: double, default: 15.0
  • introduce conditionStatement to replace old requirements
    • now you can use logical statements to check if a player should be able to use magnetic
    • the statement will be processed from start to end, so no weight of operators will be respected
    • if the String is empty, no checks will be applied
    • Operators: AND (&&), OR (||)
    • Conditions: ENCHANTMENT, SNEAK, PERMISSION
    • default: "ENCHANTMENT"

Fabric

  • fix crash when using the fishing rod with the new animation update #59