Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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)