Add Advancement with Update Tick doesnt work because of missing dependency Enitity

Started by Yusufhum3 on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 15:54, 6. Jun 2023
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Add Advancement with Update Tick doesnt work because of missing dependency Enitity
Sat, 04/04/2020 - 14:06 (edited)

So Im trying to add an advancement in a Update tick of a block but how do you do that because the Entity dependence is needed for the "Add advancement to Player" procedure block

in MCreator 2020.2

Edited by Yusufhum3 on Sat, 04/04/2020 - 14:06
How should block know which…
Sat, 04/04/2020 - 14:38

How should block know which entity to grant advancement to on tick even where tick happens on a block independently of any other actions?

Last seen on 15:54, 6. Jun 2023
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe it could target the…
Sat, 04/04/2020 - 15:50

Maybe it could target the nearest Player but whatever thanks for your help I´ve found a solution by making a procedure that adds the advancement when Right clicked on block and since my block has a GUI it works perfectly