Collecting stuff with bottle

Started by MrEmerald2006 on

Topic category: Help with modding (Java Edition)

Last seen on 12:45, 28. Apr 2023
Joined Nov 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Collecting stuff with bottle
Sun, 06/12/2022 - 16:32 (edited)

 

I wanted to make a block that can only be collected into a bottle. I made a procedure for this, but for some reason something went wrong. MCreator thinks that the item that needs to be in main hand to perform an action is unknown, but I selected the empty bottle as an item that needs to be in main hand when you want to perform an action.

Problem

Edited by MrEmerald2006 on Sun, 06/12/2022 - 16:32
Last seen on 15:45, 7. Sep 2022
Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try replacing the 'provided…
Sun, 06/12/2022 - 18:45

Try replacing the 'provided itemstack' at the top with 'item in main-hand of event/target entity', it's the fourth from the top in entity data.

Last seen on 12:45, 28. Apr 2023
Joined Nov 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Now there's no error but the…
Sun, 06/12/2022 - 21:06

Now there's no error but the procedure is not working.

Last seen on 15:45, 7. Sep 2022
Joined Jun 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm not sure what is the…
Mon, 06/13/2022 - 22:02

I'm not sure what is the problem, but try doing the same with the shrink procedure