Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 9 months ago
All versions
2.0
Release
Glowing-entities Version 2.0 1.18.2 and below3 years ago 262
Compatibility
Minecraft: Java Edition
1.18.x
1.17.x
Platform
Fabric
Supported environments
Client-side
Changes
Thanks to @uhb217 to the new changes in the mod!
From now, you can simply change the glowing effect , by typing the following command in the minecraft chat:
/glowing_effect <light level>
To change the glowing effect strength replace the<light level>with a number between 0 to 15.
(please be aware it will change the light level of entities,higher numbers will be replace to light level 15)
If you want to turn off the mod simplay type:
/glowing_effect -1
Tysm for using the mod!
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:2vIwBVFK:sbIxHM10"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2vIwBVFK:sbIxHM10"
}

