1.1.0
Compatibility
Changes
Added:
- New Zipline system
- New Minecart coupling system
- New item called the "Furnace Boat"
- New item called the "Glider Wings" which functions as a more balanced replacement for the elytra.
- New item called the "Jumping boots", which let you double jump.
- New Armor weight system
- New custom textures for vanilla blocks
- Added a new item called "Chainmail Sheet", which is used for the coupler crafting and lets you craft chainmail armor.
Changes:
- The whole visual side of Divergence has been changed to look more similar to Beta 1.7.3, with a lot of custom settings, for example: -Biome Colors -Monochrome lighting -Old water -Beta Sky colors -Smooth lighting changes
-The regular boat has been replaced by a custom "old_boat" item, which looks like the old boat, but has better controls. -The vanilla Minecart with Furnace has been replaced by a custom one, which is more versatile. -You can no longer crawl, or go into a swimming pose. -A few vanilla blocks have been made unobtainable and uncraftable. -A lot of recipes and brewing recipes have been removed, and their corresponding items. -A few enchantments have been removed. -Bee nest have been removed and can no longer spawn by any way. -Fixed recipe book names that were too long. -You can no longer make paths with shovels. -Changed the mod's structure locate command to: /divlocate
Fixed: -Mushroom generation -Visual bugs -Issues with beds in singleplayer and LAN. -other minor bugs
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:Ow8wLMCq:lkdMZH5O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ow8wLMCq:lkdMZH5O"
}

