All versions
1.1.0
Release
Improved Crystals 1.1.02 months ago 126
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
Weather Detector:
- A new detector block like the Daylight Detector
- Crafted like a Daylight Detector but with Prismarine Crystals
- Has 4 modes Clear, Rain, Thunder & Invalid
- Clear Mode outputs a signal if the weather is clear
- Rain Mode outputs a signal if the weather is raining
- Thunder Mode outputs a signal if the weather is thundering
- Invalid Mode doesn’t output a signal and only happens when placed in a biome with no weather
- Texture of Rain & Thunder mode change based if the biome Rains, Snows or Doesn’t Rain
Moon Detector:
- A new detector block like the Daylight Detector
- Crafted like a Daylight Detector but with Amethyst Shards
- Has 7 modes representing the moon phase & an invalid mode
- If the moon toggle and the world phase are the same the power output will be 15
- If not the calculation will be the absolute value of the toggled phase - moon phase + 2
Infested Blocks:
- Added Infested Blocks for all Stone, Deepslate & Blackstone Blocks
- All infested blocks can be crafted with an infestable block + a Silverfish Egg Silverfish Egg
- A new throwable egg that spawns a Silverfish
- If a mob is hit by the egg it’ll be inflicted with the Infested effect
- If an infestable block like stone is hit with the egg it will become infested
- Has a chance of dropping when killing a Silverfish
Tinted Glass
- Tinted Glass can now be dyed in all 16 colors
Sea Glass:
- Sea Glass can now be dyed in all 16 colors
- Updated the texture of Sea Glass
- No longer lets honey or fluid drip through it
Chime Blocks:
- Added Bone Chimes which emit rattling sounds and bone hit sounds
- Chime Blocks will play there interact sound when powered by redstone or hit by a projectile
Gamerules:
- Added spawn_mobs_from_projectiles game rule which allows mobs to spawn when Eggs or Ender Pearls are thrown
- Added endermite_spawn_chance game rule which controls the chance that endermites can spawn from Ender Pearls
General Changes:
- Added Echo Rod & Calibrated Echo Rod to the Redstone Tab of the Crafting Table
- Smooth Amethyst Blocks, Echo Blocks & Prismarine Crystals Blocks have been added to the Slow Bouncy Sulfur Cube archetype
- Echo Shard now copies Sulfur Cube sounds
Technical Changes:
- Added sea_glass_blocks block tag for which blocks don’t let fluid render when placed next to it
- Added tinted_glass_blocks block tag for all tinted glass blocks
- Added infested_blocks block tag for all infested blocks
Bug Fixes:
- Fixed a bug where recipe advancements didn’t load
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:MffYVN5I:Qd3G2NhV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MffYVN5I:Qd3G2NhV"
}

