Links
Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last year
All versions
1.3.3-1.21.4
Release
Pioneers Additions 1.3.3-1.21.4last year 68
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Renamed "Ghost" group to "Gray" group
- "Ghosts" didn't really fit since the whole point is that players don't go into spectator mode
- "Gray" is more inline with the other color groups
- Items rarities
- Miserable Obsidian remains COMMON (no change there)
- Holy Gold Ingot and Holy Diamond are UNCOMMON
- Lively Obsidian is RARE
- Life Token is EPIC
- These rarities come from vanilla Minecraft
- This is only really relevant to other mods that check for item rarities
- Split config options into 2 tabs "Display" and "Functionality"
- Lively Obsidian now glows similar to Crying Obsidian
Optional dependencies
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:vpJvbv5v:nUqCa65z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vpJvbv5v:nUqCa65z"
}




