Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated 2 days ago
All versions
1.9.6
Release
Spectrum 1.9.611 months ago 4,871
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
Improvements
- The Black Hole Chest in the Redstone preservation structure now comes with Blackslag as a filter, hinting at that new block and who built them
- Amaranth can now be planted on Slush & Shale Clay
- The Cinderhearth can now manage 2 T3 Accellerators. Consumes insane amounts of Ink, though, since the cost scale exponentially
- Reworked the Present's internals, improving cross-mod compat. Putting more than 5 different items into it doesn't crash the game anymore
- The Knowledge Gem can now progress XP granted as levels
- Inexorable now prevents slowdown effects caused by blocks, like berry bushes
- Made the DD darkening a bit less obnoxious
- Made it easier to distinguish non-colored paintbrushes from ones colored white
- ...and quite a bit of internal improvements
- Nightdew vines can now be autofarmed using the Block Breaker
- Pastel Nodes don't require a specific tool anymore and now stack up to 64
- Greatly improved the algoritm Quitoxic Reed used to search for consumable blocks nearby
- Azurite Blocks now emit Azure aura in addition to just ores
- The Radiance Staff is now also able to toggle the light level of temporary lights, like the ones spawned by the Radiance Pin
- Having Deadly Poison now renders the player's hearts green. Compat with other mods modifying the players hearts improved
- The Fusion Shrine's world effects now trigger after the recipe was crafted. This way effects that use commands are able to access the result
- When the owner of a Block Breaker is online, it now simulates an exact break by that player. Let's see what this breaks :P
- Set the stack size of the Artisan's Atlas to 64. While they usually don't stack, this makes them take up less space in Bundles
- Floatblocks now deal more damage and are 4x+ times more effective at crushing items
- Added Nether Skip
- Nerfed the modular explosives killzone-modifier
Bug Fixes
- Fixed Stratine and Paltaeria Floatblock gravities being switched
- Fixed the Workstaff's AoE mining not working
- The Omni Accelerator now correctly uses up show Potions when hitting a non-player mob. Thank you, Witches and Wandering Traders
- Kindlings now remember that they were clipped on world reload
- Added a the Pastel Particles setting not being translated in Mod Menu
- The recipes for Gin and Suspicious Brew were overlapping. Gin now uses Amaranth Grains instead
- Fixed a recursion issue with Titration Barrels (Thank you, Pizzer!)
- Fixed the top texture of Blackslag Gold Ore
- Fixed the Glass Peach Cider tooltip
- Fixed Stardust Blocks not being stackable
- Fixed the Enchanter not being able to enchant items (Thank you, Mosklia!)
- Fixed the 'ripping' death message in non-english locales
- Fixed several guidebook images using outdated textures
- Fixed a multiplayer disconnect when opening the Compacting Chest's GUI
- Fixed items with split damage
Mod Compat
- Waystones: Updated the Sharestone recipes
- Modonomicon:
Collectionbook pages now support components - When another mod grants the player the creative flying ability they won't be influenced by gravity blocks anymore (Thank you, Auroali!)
- Wearing a Spectrum glove now disables the offhand glove, if there is a mod that would use it
- Create: Fixed a visual log error if create wasn't present
- Create: Fixed enchantment upgrade recipes
- Create: Cinderflour recipe is now actually craftable (the damage cap was higher than most anvils could achieve before)
- Malum: Fixed enchantment upgrade recipes
- Aether: Fixed startup crash
- Farmer's Delight: Added c:tools/knive tag
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:3rc31Hgo:ZNti2L9b"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3rc31Hgo:ZNti2L9b"
}

