Tags
Creators
Details
Licensed MIT
Published 6 years ago
All versions
b1.0.3
Beta
Beta 1.0.35 years ago 413
Uploaded by
Compatibility
Minecraft: Java Edition
1.16.4–1.16.5
Platform
Fabric
Supported environments
Client and server
Changes
- Servers should be fully functional
- Removed Geckolib in favor of normal java-based armor models
- Holystone now drops a cobbled variant that can be used to make tools and in recipes that use cobblestone, instead of regular holystone
- World gen has been completely revamped:
- 2 new biomes, the Wisteria Woods and Highlands Thicket, as well as changes to the existing 2 biomes
- Clouds are rounder and less uniform
- Crystal trees generate on little islands occasionally, and can grow white apples over time
- Ore generation has been changed
- 5 flower types generate in several biomes
- Golden oak trees generate with more square foliage
- Wisteria trees are much larger
- Holystone boulders generate in some biomes
- Noise settings have been changed to make the islands a bit more round and shapely
- Gravitite properly levitate blocks, but perform their intended right click action first, if applicable (will strip a log before floating it)
- Moas have a basic implementation, expect bugs and unfinished features
- Item groups were merged to take up fewer creative tabs
- Some blocks that did not break at proper speeds with tools now work properly (quicksoil and aether dirt/grass notably)
- Many textures have been reworked
- Several crashes related to missing assets and server issues have been resolved
- And probably more...
You can report bugs here: Issues
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:IKpsG0nF:7KEesXTq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IKpsG0nF:7KEesXTq"
}

