Tags
Creators
Details
1.3
Compatibility
Changes
Version numbers no longer have a front 1. because it was useless
This is technically just 1.1.3
Added custom sounds for Behemoths, made snoring volume configurable
Fixed the Begin cutscene incorrectly using the End credits text
Polyppies' inventory improvements:
- Is no longer centered, preventing issues with other menus
- Shift Clicking discs now works properly
- Fixed being able to put any item in the disc slot
- Fixed incorrect render order for the notes
Compat
Fixed the dragon egg's model override being too invasive and breaking Rediscovered's red dragon egg texture
Fixed Challenge Vexes being broken with Dungeons and Taverns installed
Fixed Yung's Better End Island teleporting the player one block inside of the platform
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:JGfljjtd:BCciObVW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JGfljjtd:BCciObVW"
}

