Advancement help?

Started by summerskeletons on

Topic category: Help with MCreator software

Active 2 years ago
Joined Aug 2016
Points:
723

User statistics:

  • Modifications: 1
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
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.

Active 1 year ago
Joined Apr 2020
Points:
604

User statistics:

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

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

Active 6 months ago
Joined Jun 2015
Points:
1273

User statistics:

  • Modifications: 10
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 1
  • Comments: 544
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)

Active 2 years ago
Joined Aug 2016
Points:
723

User statistics:

  • Modifications: 1
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
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.

Active 3 years ago
Joined Mar 2020
Points:
1247

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1149
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!

Active 3 years ago
Joined May 2021
Points:
491

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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.

Active 2 years ago
Joined Feb 2022
Points:
360

User statistics:

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

How do you get those weird blue all blocks?