Help with new Conditions

Started by titedog on

Topic category: Help with MCreator software

Last seen on 13:16, 28. Aug 2021
Joined Oct 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with new Conditions

I don't understand how Conditions work. So I am making a mod that adds a new difficult mode after you beat the ender dragon, called Devastation Mode, and I have a variable that sets to TRUE after you kill the ender dragon for the first time. Once you kill the ender dragon while ALREADY IN devastation mode, it sets another variable called enderDragonDead to TRUE as well. I have this ore called Unstable Ore that has a condition which returns if enderDragonDead = true AND devastationMode = TRUE, however, when I go into the end not even with any of these variables set to TRUE, the ore still generates. Anyone know why this is?

The Procedure

Last seen on 07:04, 2. Jun 2023
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Same thing happening with my…
Fri, 08/07/2020 - 05:33

Same thing happening with my mod: When player hurts Villager, Warrior must attack player with speed 1, if player kills Villager, other Villagers run away from player, and Warrior attack player with speed 1,2. But Warriors always attack player, and Villagers run away. If i kill Villager Warriors attack me again like condition doesn't exist!

Last seen on 20:24, 13. Aug 2020
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Did you make a procedure…
Mon, 08/10/2020 - 11:17

Did you make a procedure that makes variable enderDragonDead = 1 when killed?