Can't add item to entity's inventory without open GUI

Started by gamerat on

Topic category: Help with modding (Java Edition)

Last seen on 00:17, 31. Dec 2021
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can't add item to entity's inventory without open GUI

I want to have an entity that moves around collect wood, and gets planks from every block it breaks. I am using the trigger [on entity tick update], which means I can only use the dependencies [world], [entity], [x]. [y] and [z]. So that means I can't use most of the item procedures, and I can only use the GUI procedures. The problem with that though, is that all of those require an open GUI. I want the entity to work by itself. What should I do?

Last seen on 21:37, 6. Apr 2024
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
have you figured it out yet?
Sat, 12/18/2021 - 01:41

have you figured it out yet?