Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 2 months ago
All versions
1.5.0-neoforge
Release
1.5.0 (NeoForge) for Minecraft 1.21.12 months ago 1,194
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
1.5.0
- Block tags can now expand in Spawn Details to show exaclty which blocks fall under this category.
- Did a readability pass on spawn conditions.
- Sky lighting now shows a clear range of light levels the pokemon can spawn in.
- Several boolean based spawn conditions now show a cleaner TRUE or FALSE.
- Y-Level based spawn conditions describe abstract regions as Sky, Surface, Underground, etc. while also showing the Y-value conmparison.
- Time of Day conditions describe a time range as well, i.e. DAWN, DUSK, NIGHT, Etc.
- Positive and Negative Multipliers are color coded as green or red respectively.
- Fixed a performance issue in NeoForge where holding the item would tank FPS.
Thank you for 2k Downloads :D
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:UunWy8en:IFO0HSsU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UunWy8en:IFO0HSsU"
}


