Skip to content

Commit

Permalink
📝 Added gif for blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
SkytAsul committed Jul 9, 2023
1 parent 3193080 commit f51afc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ No ProtocolLib, no dependency, compatible from Minecraft 1.17 to 1.20!

![Glowing entities animation](demo.gif)

![Glowing blocks animation](demo-blocks.gif)

## How to install?
### 1st method: copying the class
Copy the [GlowingEntities.java class](src/main/java/fr/skytasul/glowingentities/GlowingEntities.java) to your project
Expand Down
Binary file added demo-blocks.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/main/java/fr/skytasul/glowingentities/GlowingBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public void enable() {
/**
* Disables the API.
* <p>
* Methods such as {@link #setGlowing(int, String, Player, ChatColor, byte)} and
* {@link #unsetGlowing(int, Player)} will no longer be usable.
* Methods such as {@link #setGlowing(Location, Player, ChatColor)} and
* {@link #unsetGlowing(Location, Player)} will no longer be usable.
*
* @see #enable()
*/
Expand Down

0 comments on commit f51afc0

Please sign in to comment.