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
v3.9.0-1.21.9+fabric
Fabric & Paper
- change
ignoreRangedWeaponstoignoredEntitiesRangeMin- 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
conditionStatementto 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

