Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
Fixe JavaDoc issue and added JavaDoc link to README
  • Loading branch information
ByteZ1337 committed Jun 12, 2019
1 parent 11c53d7 commit 1c1674d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ParticleLib
A spigot library to support all particles from 1.8 to 1.14

JavaDoc: http://xenondevs.xyz/particledoc/

## How to use this library

It's really simple. You just have to choose the particle you want to display and then use the display method.
Expand Down
1 change: 0 additions & 1 deletion src/main/java/xyz/xenondevs/particle/ParticleEffect.java
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ public enum ParticleEffect {
* <li> The velocity of this particle can be set. The amount has to be 0</li>
* <li> This particle needs a block texture in order to work.</li></ul></li>
* </ul>
* </ul>
*/
BLOCK_DUST(version -> version < 8 ? "NONE" : (version < 13 ? "BLOCK_DUST" : "falling_dust"), DIRECTIONAL, REQUIRES_BLOCK),
/**
Expand Down

0 comments on commit 1c1674d

Please sign in to comment.