Tags
Creators
Details
1.1.1.0+mod
Compatibility
Changes
This is a very rough build! many features are WIP or are unfinished!
!!REQUIRED!! Download resourcepack HERE --> Drive Download V1.1.1.0
(File is 400mb, too big for modrinth)
Fixed totem being given too early
Added ritual systems
- rituals are a way of getting advanced and rare items in cryptid
- players must build the specified altar and use the new anthame item to complete it
- ritual explanations can be found in new rare ruined house structures and maps
- rituals include upgrading the totem to v2, spawning a cleansing spell, and reviving dead players
Complete rework of the event system
- events are much more balanced and use an internal loot table system to spawn them more efficiently
Axe item
- does a damage sweep in an area, replenishes health if it hits an enemy
Reduced RP size from 700mb -> 400mb
DCT compression and VHS shaders are more efficient (thanks to kaetherical!)
Several new rare events, including dream
T2 totem, protects using a spherical sigil. suspended above the ground by wooden poles to remain pure
Calcified frags now clear an area around them
Fixed several huge lag bugs involving the friend
New tumor entity, spawns in deep caves
Added several new paintings, thanks to Hersical and Mr_Papi for their amazing artwork and contributions to cryptid!
Added several new ambience tracks and sounds.
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:fgon4GGl:SlLZ9hv4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fgon4GGl:SlLZ9hv4"
}

