What does "ambient" potion effect do?

Started by MargoxaTheGamer on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 months ago
Joined Jan 2021
Points:
670

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 84
What does "ambient" potion effect do?

So there is a procedure block in MCreator that applies a potion effect to the player:

Add potion with level [n] for [n] ticks ambient [true/false] particles [true/false] to [entity] type [something]


But I always wondered, what does the ambient part do.

 

Add potion with level [n] for [n] ticks ambient [true/false] particles [true/false] to [entity] type [something]

I didn't notice that anything changes when I set it to true or false, so I just wanted to know - what does it do?

Active 2 years ago
Joined Aug 2023
Points:
190

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
I think is if it shows up in…
Fri, 08/25/2023 - 08:11

I think is if it shows up in the hud or not, I don't really know

Active 1 week ago
Joined Feb 2018
Points:
2001

User statistics:

  • Modifications: 1
  • Forum topics: 166
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 766
Quoting from the Minecraft…
Fri, 08/25/2023 - 11:22

Quoting from the Minecraft Fandom Wiki:

Ambient: 1 or 0 (true/false) - whether or not this is an effect provided by a beacon and therefore should be less intrusive on the screen. Optional, and defaults to false.

Active 1 year ago
Joined Oct 2021
Points:
615

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 121
From what i know, ambient…
Fri, 08/25/2023 - 13:00

From what i know, ambient makes particles more translucent.