File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/content/docs/paper/dev/api Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -236,12 +236,11 @@ Example of spawning 10 potion effect particles in a 2x2x2 area with a slightly t
236236![ Colored potion effect particles] ( ./assets/particles/orange-spell-particles.webp )
237237
238238:::note
239- Only the ` ENTITY_EFFECT ` supports the alpha channel, which is used to create translucent particles.
239+ Only the ` ENTITY_EFFECT ` particle supports the alpha channel, which is used to create translucent particles.
240240:::
241241
242242:::caution
243- The ` EFFECT ` and ` INSTANT_EFFECT ` particles cannot be colored with the API and will always be white. Only thrown potions
244- can color them.
243+ While the ` FLASH ` particle supports the alpha channel, it is immediately overridden by the client.
245244:::
246245
247246### Dust particles
You can’t perform that action at this time.
0 commit comments