Advancement help?

Started by summerskeletons on

Topic category: Help with MCreator software

Last seen on 04:06, 31. Mar 2022
Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Advancement help?

Howdy, I'm making a set of small tweak mods for a custom RPG map, one of which adds quests in the form of advancements.

So far the simple advancements have worked alright (for example: obtain some black dye, harvest some wheat) - these are the ones that require no external procedure. However, the more complex ones that branch from those (for example: obtain one of each color dye) are not being activated. I double checked to make sure that the advancement called an external procedure, and it does.

I'm sure there's an obvious solution and I'm just being slow. Here's a snip of my procedure for getting all the dyes:

A screenshot of a procedure made in MCreator. It consists of sixteen total nested "and" blocks that essentially require the player to have at least one of every dye color in their inventory. The global trigger is set to none. The end result of the if-do block is to give the player an advancement.

Last seen on 09:21, 21. Jan 2024
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
See if the advancement has…
Wed, 04/29/2020 - 02:25

See if the advancement has the same trigger if having the dye

Last seen on 14:00, 14. Nov 2023
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Your procedure is not…
Wed, 04/29/2020 - 11:22

Your procedure is not triggered. You must trigger it (on world tick or on player tick maybe)

Last seen on 04:06, 31. Mar 2022
Joined Aug 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tried triggering on player…
Wed, 04/29/2020 - 18:15

Tried triggering on player tick (world tick didn't provide entity requirement) and I still can't get the darn thing to work.

Last seen on 22:41, 29. Dec 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you so much! I was so…
Sat, 05/16/2020 - 16:21

Thank you so much! I was so confused because I had no idea why it wasn't triggering!

Last seen on 21:07, 7. Jun 2021
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can anyone help I'm trying…
Sat, 06/05/2021 - 19:26

can anyone help I'm trying to get an achievement when joining a world in 2021 but it's not working I don't know how can anyone help.

Last seen on 11:34, 10. Feb 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you get those weird…
Thu, 02/10/2022 - 08:43

How do you get those weird blue all blocks?