Problem with my code, I can't figure it out.

Started by retroPacifist on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Problem with my code, I can't figure it out.

I'm pretty sure it's the missing dependency ("Amount"). Is there a way I can achieve the same result without the dependency?

Screenshot of my code.

Thank you!

Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
change amount to a local…
Thu, 11/05/2020 - 17:17

change amount to a local number variable or a global number available. Thenset it to the amount you want

Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I want it to be the amount…
Fri, 11/06/2020 - 23:33

I want it to be the amount of damage the mob has just taken, is there a way to do that?

Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That's alright! Thanks…
Tue, 11/10/2020 - 12:01

That's alright! Thanks anyways.