Skip to content

Commit 3fcebf6

Browse files
authored
Update README.md
1 parent 67b36b3 commit 3fcebf6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# skript-particle
22
Skript addon for creating complex particle effects with minimal hassle.
33

4-
**Requires Skript 2.7+, Java 17, Paper 1.17.1+**
4+
**Requires Skript 2.10+, Java 17, Paper 1.19.4+**
55

66
Download at the [releases page.](https://github.com/sovdeeth/skript-particle/releases)
77

@@ -58,6 +58,7 @@ command /magic:
5858
- 2D Regular and Irregular Polygons and Prisms
5959
- Regular polyhedra
6060
- Rectangles and cuboids
61+
- Bezier Curves
6162
- Drawing:
6263
- Three styles: outline, surface, and filled. Some shapes only support one or two of these styles.
6364
- Rotation to any orientation.
@@ -74,17 +75,17 @@ command /magic:
7475
- Particles:
7576
- Expression for custom particles
7677
- Section for custom particles
78+
- Animation
79+
- Ability to stretch out drawing a shape over a timespan
7780

7881
## Planned Features:
7982
- Shapes:
80-
- Bezier Curves
8183
- Custom shapes defined by a function
8284
- "Common but difficult to code" shapes like hearts, stars, and more
8385
- Drawing:
8486
- Combining shapes into a custom shape to be drawn as a single shape.
8587
- Gradient colour fields, with custom colour nodes.
8688
- Animation:
87-
- Ability to stretch out drawing a shape over a timespan
8889
- Set up a pre-made animation in a custom structure, play back with one draw call
8990

9091
![2022-08-28_00 10 57](https://user-images.githubusercontent.com/10354869/187062233-5f51ba7b-60f4-44f8-bf6b-862a4e2381fd.png)

0 commit comments

Comments
 (0)