Added a link to rgb picker authored by Phillip's avatar Phillip
...@@ -11,7 +11,7 @@ have an actual function on potions. Here is an example: ...@@ -11,7 +11,7 @@ have an actual function on potions. Here is an example:
internal_itemname: internal_itemname:
Id: potion Id: potion
Options: Options:
Color: <RED>,<GREEN>,<BLUE> Color: <RED value>,<GREEN value>,<BLUE value>
PotionEffects: PotionEffects:
- <type> <duration> <level> - <type> <duration> <level>
``` ```
...@@ -25,7 +25,7 @@ The duration of the potion effect measured in ticks [1]. ...@@ -25,7 +25,7 @@ The duration of the potion effect measured in ticks [1].
The level modifier for the potion effect. 0 = Level I, 1 = Level II, Etc. The level modifier for the potion effect. 0 = Level I, 1 = Level II, Etc.
**colors** **colors**
The RGB color of the potion, i.e. **Color: 255,0,255** for a purple potion The [RGB](https://www.w3schools.com/colors/colors_rgb.asp) color of the potion, i.e. **Color: 255,0,255** for a purple potion
Potion Effects Potion Effects
-------------- --------------
... ...
......