All versions
2.3-neo-1.21.1
Release
Unusual End 2.3-neo2 months ago 11.2K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- Fixed warped chest opening cause game to crash with Sodium installed
- Fixed endstone golem spawning cause game to crash with Sodium installed
- Fixed incorrect horse armor texture being used
- Fixed gloopy urns drop themselves instead of loot items
- Fixed shiny charge broken description
- Fixed Flying Ships disc fragment broken description
- Fixed format of json files of Unusual End advancements
- Fixed Pearlescent Infuser's GUI to work like in v2.3.1 for 1.20.1
- Fixed broken recipes using neoforge: namespace instead of c:
- Fixed broken tags using neoforge: namespace instead of c:
- Fixed spear effects when riding an entity
- Fixed crystal catalyst storing the block type you right-click it on
- Fixed warping waystone work
- Fixed chorus flutes change of tracks
- Ported mod generation to use Blueprint
- Ported baby variants of Bluk, Glub and Bolok from v2.3.1 for 1.20.1
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:aY6qjJ3S"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WKsNOKFh:aY6qjJ3S"
}


