Tags
Creators
Details
Licensed CC-BY-4.0
Published last year
Updated 2 weeks ago
All versions
0.4.0-1.21.1
Release
Pyrellium 0.4.0-1.21.12 weeks ago 52
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
This update alters world generation, be sure to back up your world when updating
- Overhauled the generation of quartz caverns
- Added rough quartz, quartz buds, and budding quartz
- Added quartz cracks
- Changed surface rules to include rough quartz and apply to ceiling
- Made spikes generate in larger sizes and on the ceiling too
- Added the Geodin mob
- Geodins come in three variants, amethyst, opal, and quartz, and grow a crystal of their respective material
- Crystals can be harvested at any growth stage by right clicking with a pickaxe, where it will drop the loot for the growth stage (taking enchants into account)
- When trapped for a bit, geodins will turn into sleeping geodins, a block form that does many of the same things
- Sleeping geodins turn back into the mob when broken, retaining things like name, and also becoming persistent
- Geodins naturally spawn in crystal forest and quartz caverns
- Changed the loot table of quartz crystal to match the biome overhaul
- Improved tags for the mod
- Moved the biome placement configuration out of the config file, in favour of having it controlled by datapack
- Significantly reduced world gen lag in monolith plains
For the people that were using different biome placement trough config, check out https://github.com/Theawsomelamp/pyrellium/wiki/Config-&-Datapack#biome-placement
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:uZWcuZ4t:F8ZsO8uj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uZWcuZ4t:F8ZsO8uj"
}

