0.6.4
Compatibility
Changes
Ethereal Blasters - Changelog - INDEV 0.6.4
The "Ethereal Textures" Update!
Ethereal Blasters is now version 0.6.4! This small update returns some old textures that were lost in the previous versions of the mod by adding new gradients to the Blaster Models.
Changes to Ethereal Blasters: New Blaster Model Textures!
- All of the Tier 1 and all of the Tier 2 Blasters have recieved texture updates for thier 3D models. This is to help give the blasters more depth and a more asthetic appeal! While all of the Tier 1 Blasters maintain their Etherium Ingot Blue color, all Tier 2 Blasters have been changed to fit their new color; Arcanium Ingot Pink. This however is subject to change based on how the community either likes the new textures or not!
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:4z8PFAYi:FWGblAbP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4z8PFAYi:FWGblAbP"
}

