FatherToast / Crust

Library mod for FatherToast's Forge mods
GNU General Public License v3.0
1 stars 0 forks source link

Magnet Mode is active no matter the radius setting #3

Closed Kaleidio closed 3 months ago

Kaleidio commented 3 months ago

Causes annoying behaviour described here: https://github.com/FatherToast/SpecialAI/issues/28

Kaleidio commented 3 months ago

This issue's title was edited as I later found out that even if I set the radius to 0.0, items were still getting stuck inside of the player's head

Sarinsa commented 3 months ago

Fixed magnet mode being on by default, though the incompat with ItemPhysic remains. For some reason forgegradle does not like ItemPhysic's jars and I am unable to get the mod working at runtime

Kaleidio commented 3 months ago

Common issue sadly. Both the incompat and the forgegradle issue. ItemPhysic does a very nasty override of both the inventory get methods, and the radial checks. But thank you for fixing it being enabled as me disabling it altogether is a good workaround.