FORGE VERSION Yay a new update after MONTHS! Yes I know, sorry I was busy on other stuff. Anyway here's the list of changes:
- Now supports FORGE! (It kinda was a pain, yay!...)
- Added support for other items to be glow foods, aka a way to make any food, even from other mods something that when eaten can make the players glow!
- Add the /foxglow command and subcommands!
- To add an item as a glow food item use /foxglow addGlowFood <item>
- To remove an item, /foxglow removeGlowFood <item>
- This can be also done from directly from other mods code, using FoxGlow.addGlowFood(Item item)
- Updated to the latest ColoredGlowLib version, so that is now a soft-dependency, meaning that you can go ahed and install this mod without it, although some stuff (the colored glow effect for example) won't work, so I'd suggest keeping that around!
- Since forge, is forge, no "proper" gamerules, meaning you will need to use /foxglow config set <gamerule> <value>
FABRIC VERSION Yay a new update after MONTHS! Yes I know, sorry I was busy on other stuff. Anyway here's the list of changes:
- Now supports forge! Check out the other 1.50 [FORGE] version for that!
- Added support for other items to be glow foods, aka a way to make any food, even from other mods something that when eaten can make the players glow!
- Add the /foxglow command and subcommands!
- To add an item as a glow food item use /foxglow addGlowFood <item>
- To remove an item, /foxglow removeGlowFood <item>
- This can be also done from directly from other mods code, using FoxGlow.addGlowFood(Item item)
- Updated to the latest ColoredGlowLib version, so that is now a soft-dependency, meaning that you can go ahed and install this mod without it, although some stuff (the colored glow effect for example) won't work, so I'd suggest keeping that around!
- Properly updated to 1.19.2
Updated ColoredGlowLib again, and also from now i will provide a jar with that library included and one, where it isn't. It's probably better to use the non-included version of the mod. Oh and also the version number now respects SemVer. (aka is not 1.2.4_mod-[1.18.x-1.17x]mc but 1.2.4 internally)