better way of doing said procedure

Started by TFAU on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Dec 2020
Points:
668

User statistics:

  • Modifications: 0
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 30
better way of doing said procedure

https://ibb.co/80HWVv9

im working on a potion procedure and it only works on one entity and a time because of the global number, how can i redo this to work on multiple entities at once

Active 2 years ago
Joined Dec 2017
Points:
1047

User statistics:

  • Modifications: 7
  • Forum topics: 24
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 332
Nbt tags instead of global…
Sun, 12/06/2020 - 19:18

Nbt tags instead of global variables

Active 4 years ago
Joined Dec 2020
Points:
668

User statistics:

  • Modifications: 0
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 30
also whenever i make an…
Sun, 12/06/2020 - 19:28

also whenever i make an advancement using "if item damaged between 0 and (whatever the default is) it gives you the advancement whenever i damage any custom item

Active 4 years ago
Joined Dec 2020
Points:
668

User statistics:

  • Modifications: 0
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 30
and is there a way to check…
Sun, 12/06/2020 - 20:02

and is there a way to check if a player is facing down because if you do the usual "if get direction of entity = down do..." nothing happens and it will never say your facing down in the ingame f3 menu which is probably why

Active 4 years ago
Joined Dec 2020
Points:
668

User statistics:

  • Modifications: 0
  • Forum topics: 11
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 30
i figure out the direction…
Sun, 12/06/2020 - 20:52

i figure out the direction issue but i still need help with the advancement issue, is it just a bug or am i dumb lol