Tags
Creators
Details
snapshot-26w15a
Compatibility
Changes
-
The record sound has been fixed; the "Fragrance" record now plays when the player moves away from the turntable.
-
The sound of the baby Fluffy Rex has been muted for a more enjoyable experience.
-
Fluffy Rex resoundtrack
-
Sleep is now available during the Smell Period.
-
A new "amulet-relic" system has been introduced.
The following amulets have been added:
-
Fluffy Rex Amulet (Grants the power of the Fluffy Rex)
-
Magnetic Fragment (Attracts objects within a 10-block radius)
The following items have been added:
-
Silent One in Amethyst (Using which you can safely carry Silent Ones)
-
Rex Tooth (An important element for crafting the Fluffy Rex Amulet).
A drop for the Fluffy Rex - Rex Tooth - has been added.
-
A new recipe has been added to the "Manuscripts of the Ancestors."
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:Kb4FV3j9:LPCewr6X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Kb4FV3j9:LPCewr6X"
}

