Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 2 months ago
All versions
2.3.0
Release
Unusual End 2.3.0last year 1.24M
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
- Major textures rework
- Added more variations to Endstone Sprouts
- Added an Endstone variation to Gloopy Tendrils
- Reworked terrain generation (now dependant on the Blueprint API)
- Added new flute tracks
- Added french, ukrainian and russian support
- Fixed Gloopilon being bonemealable despite already fully grown
- Made ores affected by Fortune, and buffed the drops from Citrine Clusters
- Grown Citrine Buds will now drop 1 Citrine (despite not being fully grown). Citrine Clusters will now always drop at least 2 Citrines
- Changed Gloopslate recipe to use Raw Purpur instead of End Stone
- Added Ars Nouveau "Budding Conversion" Citrine compat
- Added a Create Crushing compat for Shiny Spireas (15% chance to give a shiny crystal)
- Fixed the issue preventing DNL labyrinth from spawning
- Fixed some gloopy plants not being placeable on specific gloopy blocks variants
- Fixed Pearlescent Alloy block not giving 9 ingots back
- Fixed Gloopstone Tile missing recipe
- Fixed some generation issues
- Other minor QoL and Bugfixs
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:WKsNOKFh:L29hf3QF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WKsNOKFh:L29hf3QF"
}

