All versions
1.0.5
Release
Gray’s Veins 1.0.52 months ago 4,289
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Gray’s Veins 1.0.5
Patch release for cleaner Glow/Outline behavior and Modrinth App metadata consistency.
Fixed
- Fixed a misleading settings state where Glow could be enabled while Outline was disabled.
- Glow now keeps Outline enabled because the current emissive texture assets include the same framed ore pixels used by the outline layer.
- Existing configs with Glow enabled and Outline disabled are automatically corrected when loaded or saved.
- Restored the Modrinth App-facing metadata style from the working 1.0.3 release.
- Added safer bundled-resource lookup so Gray’s Veins can still find its texture assets while keeping the app-recognized metadata format.
Changed
- When Glow is turned on, Outline is automatically turned on.
- While Glow is on, the Outline toggle is shown as locked on.
- Outlines can still be used without Glow.
Notes
- No gameplay changes.
- Recommended over 1.0.4.
- After updating, click Apply Textures again.
- Make sure Gray’s Veins Generated is enabled in Resource Packs.
- Make sure Continuity is installed and Continuity’s resource packs are enabled.
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:YG5TBfI8:tJGWA8Nv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YG5TBfI8:tJGWA8Nv"
}


