CreativeMD / ItemPhysic

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

Picking up items from anywhere. #121

Closed wenseul closed 4 years ago

wenseul commented 4 years ago

Not sure what is causing the issue but everyone on my server is able to pick up items through walls at a seemingly infinite range with right click. I have the distance set to 4.0 yet its not working.

CreativeMD commented 4 years ago

Which version of the mod are you using? I tested it with the newest version for 1.12 and it works absolutely fine.

vicitafirea commented 4 years ago

Minecraft version: 1.15.2 Forge version 31.1.98

ItemPhysic_v1.4.3_mc1.15.2 CreativeCore_v2.0.5_mc1.15.2

I think I've run into this as well. The config, resetted to default and only changed the custom pickup to true,

  "pickup": {
    "customPickup": true,
    "pickupWhenSneaking": true,
    "maximumPickupRange": 5.0,
    "pickupMinedImmediately": false,
    "respectRangeWhenMined": false
  }

Video using the config shown

Any item at any distance, by simply aiming the crosshair at it, you're able to pick it up.

Offtopic: is it possible to hide most of the tooltip and only show the item name? Some mods add a significant amount of text to their item tooltips

CreativeMD commented 4 years ago

It's fixed in the newest version. Thanks for reporting this issue!