Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 years ago
All versions
1.1.0.1
Beta
Distant Worlds: Reborn v1.1.0.1 Experimental2 years ago 12.2K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Distant Worlds: Reborn v1.1.0.1 - Experimental
List of key changes:
- Significantly improved visuals: New textures for most of the mod elements (not completed), new look and behavior of particles, texture variability for some blocks
- Added new decorative blocks: Caged Garsale Lantern, Curelite Torch, Tall Culafite Mushrooms
- Added new food: Glistering Wiltum Fruit and Glistering Wiltum Elixir
- Improved altar response to player actions and errors
- Added a timer for the lithum core that cancels the ritual after a certain time of inactivity during it
- Added variability of lithum blocks when building an altar
- Edited the maximum capacity of lithum and dalite storages
- Fixed effects after consuming food
- Fixed bugs in crafting recipes
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:z0aFiDQz:WfvHzcS8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:z0aFiDQz:WfvHzcS8"
}




