Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated last year
All versions
1.5.0
Release
Foxglow 1.5.0 [FABRIC]4 years ago 615
Uploaded by
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Required content
Unavailable version
Changes
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
Optional dependencies
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:3rGhEp20:Q65jyxDw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3rGhEp20:Q65jyxDw"
}

