1.3.2
Compatibility
Required content
Changes
Finally catching Modrinth up to Curse, super sorry about that!
v1.3.2 Tabula Rasa renamed to Blank Slate Blank Slate now has two variants: standard and Ominous. The standard Blank Slate is crafted with a Copper Block instead of a diamond and can only open regular Vaults. Blank Slate feedback enhanced with particles and sounds instead of text tooltips Create: Oxidized moved to mandatory dependency
Due to popular demand, the repalette has been removed from the mod. It will eventually return as an optional datapack.
By removing repalette, fixed critical bug that caused trial spawners to not reset (!!) Added effects to being submersed in Ominous Sludge Updated crafting recipes of Blank Slate and Ominous Blank Slate to use Tuff to match with trial chamber block palettes (however, Limestone will still be accepted to prevent breaking old builds) Changed some item names to be consistent with vanilla, at the cost of them being quite long. Added Russian translations courtesy of mpustovoi
Some crushing recipes have been added for items associated with 1.21, such as armor trims and heavy cores, since they may be obtained in excess from vault farming.
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:efPapbBB:opIWloVT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:efPapbBB:opIWloVT"
}



