Tags
Creators
Details
All versions
1.1.0-beta+mc1.21
Beta
UnOredinary 1.1.0-beta+mc1.21last year 83
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Beta-1.1.0 Changelog
Updates
- New Content:
- Added Solarite Ore, along with its complete toolset and armorset.
- Crafting Luminite Torches now yields 4 torches instead of 1.
- Luminthium Armor Effects:
- Wearing the Luminthium Helmet grants the Night Vision effect.
- Wearing a full set of Luminthium Armor applies the Glowing effect to all nearby mobs.
- Durability Improvements:
- All alloy tools (e.g., Frosteel, Luminthium, etc.) now have higher durability than Diamond tools.
- Visual Updates:
- Cryostone Dust now has its own unique model, replacing the placeholder Redstone dust model.
- Localization Updates:
- Improved and updated Chinese translations for better clarity and accuracy.
Bugfixes
- Fixed the flashing sky visual glitch that occurred when wearing Luminthium Armor.
- Fixed an issue where armor set effects were incorrectly applied when not wearing a full matching set.
- Previously, effects like Night Vision would activate even if only one piece of Luminthium Armor (e.g., the helmet) was worn alongside mismatched armor pieces (e.g., Ruby Chestplate, Iron Leggings, Gold Boots).
- Now, effects are only applied when wearing a complete set of the corresponding armor.
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:ZWBxPqNR:1q2KTmId"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZWBxPqNR:1q2KTmId"
}

