FoxGlow

Quick rating

FoxGlow

No reviews yet

When foxes and players eat glow berries they should glow, shouldn't they? Maybe even multicolor glow!

No Theme
No Genre
QoL & Tweaks
Mod Addon
Mod Loaders
Forge
Fabric
Quilt
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Optional

About

Project Details

Type
Mod
License
MIT License
Latest Version
FoxGlow 1.8.0 [FABRIC]
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

foxglow_with_foxes_optimized

fabric fabric-api forge

This mod makes foxes and players glow when they eat Glow Berries, or other items that should make the player glow! Simple right? This should be in vanilla, anyway you can have it this way now!

foxglow

nodecraft The best way to enjoy this mod is with other people on a server, so you can use the code EMALIGHTDEV on Nodecraft for discount!

Configuration

Fabric

You can adjust the duration of the glow effect using the gamerule foxGlowDuration. It takes one parameter which is the duration in seconds. (Without decimals)

/gamerule foxGlowDuration <duration>

For example, 2 seconds would be /gamerule foxGlowDuration 2

You can toggle the effect for players using doPlayersGlow. The value true will enable the effect, false will disable it. It is active by default.

/gamerule doPlayersGlow <true/false>

For example, to disable the effect /gamerule doPlayersGlow false

Similar to this one, there also are the customColorGlow which determines weather or not they glow effect should have a custom color, and customColorGlow which determines weather the custom colored above should be random or not. (both of which require ColoredGlowLib to work)

To add an item to the list of items that can make foxes/player glow when eaten you will need to use the commmand:

/foxglow addGlowFood <item>

Where <item> is the namespace of something, for example to make Golden Apples a "glowfood" you will do this: /foxglow addGlowFood minecraft:golden_apple The cool thing is that it support other mod's items as well!!!, so if you have a mod that adds a Glow Berry juice or something, you can add it like that!

On this note, if you are a developer, you can use the FoxGlow.addGlowFood(Item item) method to add your mod's items by default. (Javadocs are present in the code)

The remove the items, you can use /foxglow removeGlowFood <item>, same thing for devs: FoxGlow.removeGlowFood(Item item)

Forge

It's the same as on fabric but you have to use the /foxglow set <gamerule> <value> and /foxglow get <gamerule> for the gamerules, because working with gamerules with forge is kind of a mess, at least for now.

For example, to set the foxglowDuration rule to 100, you will need to do this:

/foxglow set foxglowDuration 100

(The adding items to the list of items that can make foxes/player glow when eaten is exactly the same so scroll above)

Also, as side note there also are some localizations of the gamerules in the World Creation screen.

Setup

Just drop it inside your mods folder alongside Fabric API. If you want to custom glow colors, install ColoredGlowLib Also this mod can be installed only on the server if you wish, you don't necesserly need it on the client.

fox1

License

This mod is available under the MIT License.

Support me

This really is a stupidly simple mod, but still, if you would like to offer me a coffee, here you go.

ko-fi

Thanks to JustFoxx, Dqu1J for translations

For modpack devs: You are permitted to use this mod without directly asking, but please credit me somewhere, it would help! (Also, i'm kind of a curios person so maybe send me a message when you include it into your modpack and i'd like to check it out)

undefined

foxglow_with_foxes_optimized

fabric forge quilt kofi-singular-alt try-cgl

This mod makes foxes and players glow when they eat Glow Berries, or other items that should make the player glow! Simple right? This should be in vanilla, anyway you can have it this way now!

foxglow

nodecraft The best way to enjoy this mod is with other people on a server, so you can use the code EMALIGHTDEV on Nodecraft for discount!

Configuration

Fabric

You can adjust the duration of the glow effect using the gamerule foxGlowDuration. It takes one parameter which is the duration in seconds. (Without decimals)

/gamerule foxGlowDuration <duration>

For example, 2 seconds would be /gamerule foxGlowDuration 2

You can toggle the effect for players using doPlayersGlow. The value true will enable the effect, false will disable it. It is active by default.

/gamerule doPlayersGlow <true/false>

For example, to disable the effect /gamerule doPlayersGlow false

Similar to this one, there also are the customColorGlow which determines weather or not they glow effect should have a custom color, and customColorGlow which determines weather the custom colored above should be random or not. (both of which require ColoredGlowLib to work)

To add an item to the list of items that can make foxes/player glow when eaten you will need to use the commmand:

/foxglow addGlowFood <item>

Where is the namespace of something, for example to make Golden Apples a "glowfood" you will do this: /foxglow addGlowFood minecraft:golden_apple The cool thing is that it support other mod's items as well!!!, so if you have a mod that adds a Glow Berry juice or something, you can add it like that!

On this note, if you are a developer, you can use the FoxGlow.addGlowFood(Item item) method to add your mod's items by default. (Javadocs are present in the code)

The remove the items, you can use /foxglow removeGlowFood <item>, same thing for devs: FoxGlow.removeGlowFood(Item item)

Forge

It's the same as on fabric but you have to use the /foxglow set <gamerule> <value> and /foxglow get <gamerule> for the gamerules, because working with gamerules with forge is kind of a mess, at least for now.

For example, to set the foxglowDuration rule to 100, you will need to do this:

/foxglow set foxglowDuration 100

(The adding items to the list of items that can make foxes/player glow when eaten is exactly the same so scroll above)

Also, as side note there also are some localizations of the gamerules in the World Creation screen.

Setup

Just drop it inside your mods folder alongside Fabric API. If you want to custom glow colors, install ColoredGlowLib Also this mod can be installed only on the server if you wish, you don't necesserly need it on the client.

fox1

License

This mod is available under the MIT License.

Support me

This really is a stupidly simple mod, but still, if you would like to offer me a coffee, here you go.

ko-fi

Thanks to JustFoxx, Dqu1J for translations

For modpack devs: You are permitted to use this mod without directly asking, but please credit me somewhere, it would help! (Also, i'm kind of a curios person so maybe send me a message when you include it into your modpack and i'd like to check it out)

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~94,000
Total Downloads
CurseForge
~83,000
Modrinth
~11,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works