Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated 2 days ago
All versions
1.8.4
Release
Spectrum 1.8.4-aria-for-painters2 years ago 12.4K
Compatibility
Minecraft: Java Edition
1.20.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
Spectrum 1.8.4 - Aria for Painters
Improvements
- Blood Orchid Petals now also uncloak when entering the Underground Manor, since they can be found there
- Incurable effects are still a mess, but they are a bit less of a mess now
- Gala Wood now works in furnaces (Robotgiggle)
- Better recipe hint for Soothing Bouquet (Robotgiggle)
- Enchanter xp calculations have been rebalanced (Robotgiggle)
- Improved the wording in various guidebook entries, advancements & more
- Added missing translation strings for various entity types
- Memories and Buckets of Eraser no longer stack
- Added dedicated subtitles for the Enchanter finishing a craft and all the Spectrum Redstone blocks
- Added a guidebook page about how to match nbt using Pastel Nodes
- purple star candy is now rarer, but the chance scales with the owner's luck
- made potions in Omni Accelerator easier to aim with. Increased speed of all projectiles
- Nature's Staff logic is now handled fully server side
- Improved contrast of the hint icons in the DD guidebook category
- Revamped the Intro, Dreamflayer & Quitoxic Reeds guidebook entries
- Added lots more piglin-loved items
- Planed slabs, stairs & walls can now be stonecut directly from polished
- The Pedestal guidebook entry clarifies that you need to upgrade the pedestal AND build the structure
- Omni Accelerator behavior for Anvils (they only do damage when hitting an entity from above, like in vanilla)
- Doomblooms & Nephrite blossoms are now less annoying to grow using Bonemeal
Bug Fixes
- Fixed the Amaranth -> Packed Mud recipe (Azzy)
- Fixed some DD plants not being collectible using Silk Touch (Robotgiggle)
- Fixed
spawner_blacklistedentity tag not being checked for spawners with no nbt - Fixed the Life Drain potion recipe unlock
- Added some missing leaves to the leaves block & item tags
- Fixed cloaked Storm Stones sometimes having an outline
- Fixed wrong pixels in gemstone block textures
- Fixed Enchanted Book fishing loot
- Fixed Primordial Fire sounds continuing to play if the player died
- Fixed Slate Noxwood Fence being uncraftable (Jkibbels)
- Fixed a rare rendering crash with Black Hole Chests
- Fixed Gilded Book being usable in the Enchanting Table, but getting no enchants
- Fixed block picking on jadeite / Nephrite blocks always only yielding bulbs
- Fixed Kindlings not playing their walking animation
Mod Copat
- Vanity Slots: Compat for the Bedrock Armor capes (Unilock)
- Botania: Petal blocks can now be color picked (Robotgiggle)
- Neepmeat: Fixed guidebook entry text
- Mouse Wheelie: Added a workaround for a crash because of MW accessing items before it should
Optional dependencies
Any compatible version
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:ECg8gG4u"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3rc31Hgo:ECg8gG4u"
}

