1.1.0
Compatibility
Required content
Changes
⚡ Blaze and Glaze - The Shocking Update (v1.1.0)
Prepare to get zapped — electricity meets utility in this electrifying update!
✨ New Features
-
⚔️ Lightning Khopesh A powerful weapon that strikes enemies with bolts of lightning on hit. Charge into battle with style ⚡
-
🛡️ Volta Shield A placeable block that projects a force field around itself. Redstone-powered and extremely defensive.
-
🧤 Magnetic Glove A high-tech glove capable of manipulating metal and maybe... more. Perfect for utility-based combat or puzzles.
-
🖼️ Custom Painting A brand-new decorative painting to spice up your base.
🧱 QoL Blocks
- Added several quality-of-life blocks to improve building and functionality.
⚗️ Alloying Recipes
- New alloying recipes for previously uncraftable vanilla items. Now you can create unique materials using combinations of existing items (check JEI for details).
🛠️ General Fixes & Improvements
- Minor tweaks and internal optimizations
- Preparations for upcoming features 👀
Let us know what you think on Modrinth or Discord!
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:ELgcSWgk:qpoPhLb5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ELgcSWgk:qpoPhLb5"
}

