Links
Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 8 months ago
Updated 2 days ago
All versions
1.2.0
Release
Scarcity 1.2.02 days ago 17
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Version 1.2 introduces Ex Deorum integration with the Thermal Series mods and Tinker's Construct, as well as some changes to the sunlight sensitivity system.
Ex Deorum and Thermal Series Features
- Added the Particulate Sieve, a Thermal-style machine that can process Ex Deorum sieve recipes, loaded only when Ex Deorum and Thermal are present:
- All output results are taken from Ex Deorum's data-defined sieve recipes, taking into account block type, mesh type, and any mesh enchantments.
- The machine will only process if there is at least one available slot in its output. If more drops are produced than the machine can fit, additional drops are voided, like Ex Deorum's mechanical sieve.
- A new augment, the Heavy Agitator, allows the sieve to process compressed blocks.
- Two new config options control the Particulate Sieve's energy cost.
Ex Deorum and Tinkers Construct Features
- Added a Tinker's Crushing Hammer:
- Provides the same output when breaking blocks as Ex Deorum's hammers.
- The hammer should support all relevant harvest modifiers and upgrades.
- Added the heavy hammering modifier, which allows the crushing hammer to break compressed blocks as well.
- Added a Tinker's Crook:
- Provides the same output when breaking blocks as Ex Deorum's crooks.
- The crook should support all relevant harvest modifiers and upgrades.
- Overwrote some of Ex Deorum's tag-based tool detection for Scarcity tools:
- This allows broken tools to correctly stop functioning despite still having the tag.
- This also allows the heavy hammering modifier to grant compressed hammer functionality.
- Overwrote some of Ex Deorum's mechanical hammer features:
- Tinkers tools that break while in a mechanical hammer will no longer be destroyed like vanilla tools and will correctly stay in the slot, apply the broken state to the tool, and no longer provide the speed bonus to the machine.
Sunlight Sensitivity Changes:
- Added SpecialMobs compat for sunlight sensitivity tweaks.
- Removed mob fire state syncing since it was causing some instability. Mobs like blazes that override
isOnFire()will no longer render flames properly when burning in the sun, but mob spawning will no longer run into ID clashing issues. - Fixed a crash with synced data by removing the need to sync the data at all, the sunlight sensitivity state is now read through a separate interface.
Optional dependencies
Any compatible version
Any compatible version
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:9x6gkfgk:CHpfuUsQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9x6gkfgk:CHpfuUsQ"
}

