Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emafire003/endereyeglow
Makes the ender eye glow so you don't lose track of it!
https://github.com/emafire003/endereyeglow
Last synced: 10 days ago
JSON representation
Makes the ender eye glow so you don't lose track of it!
- Host: GitHub
- URL: https://github.com/emafire003/endereyeglow
- Owner: Emafire003
- License: cc0-1.0
- Created: 2024-08-13T14:56:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-21T13:15:11.000Z (4 months ago)
- Last Synced: 2024-11-14T13:37:37.744Z (2 months ago)
- Language: Java
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EnderEyeGlow
Whenever you throw an Eye of Ender, it will get an outline like the Glowing effect, making it easier to track, in order to not loose it.It will also add particles when the item is dropped
If you install [ColoredGlowLib](https://modrinth.com/mods/coloredglowlib) too, the outline will also have a custom color!
[![bisecthosting](https://www.bisecthosting.com/partners/custom-banners/e9bbf36a-be01-4324-b393-dae88a01be66.webp)](https://www.bisecthosting.com/LightDev)You can enabled or disable this features in the config file, which requires you to install ModMenu and YACL. You will also be able to customize the glow color.
## Vanilla alternative
You can also use a repeating command block always activated with the following command:```
execute as @e[type=minecraft:eye_of_ender] run data merge entity @s {Glowing:1}
```![EnderGlow-gif](https://github.com/user-attachments/assets/5613bf7f-cfe3-45ba-b39c-e1089e71522e)