Procedure Problems

Started by Red_Phoenix05 on

Topic category: Help with modding (Java Edition)

Last seen on 23:48, 22. Mar 2022
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedure Problems
Fri, 11/02/2018 - 11:36 (edited)

Ok so i am making a new mod called PhoenixCraft where there will be a rare ore Called Phoenix Stone and you can do the normal stuff blah blah blah armor and weapons a new type of gear as good as diamond, but im having trouble with the new procedure system. Im trying to give the Phoenix stuff specific powers during daylight, and super powers while in the nether. I think i've got down the variable part for detecting a player in the nether and sets variable PhoenixPowers to true, and any other dimension sets PhoenixPowers to false, but a separate procedure that uses an WHILE block i set this (screenshot down below. [IGNORE MY MESSY DESKTOP])  It says in the side that i didn't provide the dependency itemstack but how do i tell it that what i want it to change is RIGHT ABOVE IT. Im probably just being stupid and it's right in front of my face, but anyways i really need help because i think this mod will be a big hit.

 

https://imgur.com/M2XrlIw

Edited by Red_Phoenix05 on Fri, 11/02/2018 - 11:36
Last seen on 17:09, 29. Jan 2020
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To upload the screen just…
Thu, 11/01/2018 - 20:31

To upload the screen just post it on imgur or something else and paste the link on your post

Last seen on 23:48, 22. Mar 2022
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thanks
Fri, 11/02/2018 - 12:38

thanks

Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use alt+print screen next…
Sun, 11/04/2018 - 03:12

Use alt+print screen next time to make screen of mcreator window  :) 

 

About your procedure you don't need while function just use if is day in provided dimension to give special effects during the day and add else if get dimension from id = 1 "I think that 1 is nether" to add special effects if item is in nether :)