Tags
Creators
Details
snapshot-26w14a
Compatibility
Changes
New item: Ancestor Manuscripts
The recipe system from the Sniffer Period mod has been reworked. New recipes will now only unlock if the player uses the "Ancestor Manuscripts." Otherwise, all recipes from the mod will be locked if they are not used.
-
This book can be found:
-
In the Stronghold Library,
-
In the Jungle Pyramid,
-
In the Cold Ocean - Warm Ocean Ruins,
-
In the Desert Well,
-
In the Suspicious Sand in the Desert Pyramid,
-
Can also be traded from the Master-level Archaeologist.
Vanilla creatures have been added to mod biomes:
In the Fern Grove: Wolves, Creepers, Spiders.
-
In the Fern Grove Outskirts: Wolves, Creepers, Spiders.
-
Furry Rex Forest: Creepers, spiders.
-
Indigonium Valley: Creepers, spiders.
-
Watery Fern Grove: Frogs, creepers, spiders.
New biome: Watery Fern Grove.
Renamed:
Radioactive Valley - Indigonium Valley.
Retexture:
- Growth Hormone,
- Indigonium Druse.
Added spear throwing sound,
Rivers have been added.
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:XzZ0Ksyy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Kb4FV3j9:XzZ0Ksyy"
}

