Potion "damage"

Started by Bananas on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Potion "damage"

Hi,

I'm making some potion recipes in my mod, using my custom block. Most of them use awkward potion and other ingrediention. But in items, there's only water bottle/any potion item, and if I know, the specific potion is recognized by it's damage. Is that right? And if it is, how do I know the "damage of" potions?

Thanks in advance.

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
the "damage" here refers to…
Mon, 03/15/2021 - 11:44

the "damage" here refers to the item's health, not how much damage it does to others

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yeah, I know, but that sadly…
Tue, 03/16/2021 - 07:19

Yeah, I know, but that sadly doesn't fix my problem.