CreativeMD / ItemPhysic

GNU Lesser General Public License v3.0
33 stars 20 forks source link

Item Pickup Range Doesn't Support Below Reach Distance #76

Closed ChloeDawn closed 5 years ago

ChloeDawn commented 5 years ago

If the player can reach a block or entity, an item at that position can be picked up, even if the maximum pickup range is set to less than the player's reach distance / 5.0F.

Expected behaviour: Only allow the item to be picked up if it is within the maximum reach distance defined in the config, not the player's reach distance.

Mod version: Full_1.4.18_mc1.12.2

CreativeMD commented 5 years ago

Oh right, fixed it. New version should be available soon.