Pulling In Items which are found in a radius.

Started by Pexuls on

Topic category: Help with modding (Java Edition)

Last seen on 19:18, 27. Mar 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Pulling In Items which are found in a radius.

So, I was trying to see if there's a possibility where I could make an item/effect where, if holding or have the effect on, items in a nearby 4x4 radius around the player will instantly pull towards them. Kinda like a magnet. Any way I could make this possible without the use of coding, and just using the blocks which are already given as options in Mcreator?

Last seen on 03:52, 28. Jul 2023
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Would recommend putting a if…
Tue, 06/14/2022 - 06:30

Would recommend putting a if statement

Last seen on 19:18, 27. Mar 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you!
Wed, 06/15/2022 - 23:47

Thank you!

Last seen on 05:29, 11. Jan 2024
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what if you wanted the items…
Thu, 06/16/2022 - 01:11

what if you wanted the items to slowly be pulled in? because some people might get confused when the items look like they disappear when their Hotbar is full

Last seen on 19:18, 27. Mar 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think that would be coding…
Thu, 06/16/2022 - 01:32

I think that would be coding related, tho. Besides, the way that VuFlub showed me how to do it was kinda better than slowly pulling in items.