Tags
Creators
Details
Licensed ARR
Published 6 months ago
Updated 2 months ago
All versions
1.4
Beta
RubyDungPlus 1.42 months ago 25
Uploaded by
Compatibility
Minecraft: Java Edition
rd-132328
Platform
Risugami's ModLoader
Supported environments
Singleplayer only
Changes
- This build made the window titles consistant
- Removed Press R to teleport to random location
- Location of the player now saves !
- WARNING , this version changes how saving works, if your game crashes while loading please check the console.
- Added World Border.
- Blocks Added :
- Thin Glass
- Rock Wall
- Doors
- Mossy Rock (only generates naturally)
- Changed How hitboxes are handled.
- Changed How Water renders and its hitbox.
- Added new interaction triggers , intOnPlace and intOnBreak.
- Changed how Render Distance works , Its now more efficient and better , it also now can be enabled in settings on any world !
- Added Setting to regulate the Render Distance , please check the mod description to understand how that works.
- Added Structure made out of Mossy Rock.
- Changed how slabs work, yet again:
- You can now place slabs that are in the top part of the block.
- Removed the original doubleSlab and replaced it with a Slab with BlockData of 2.
- Made so old doubleslabs are converted into new ones during loading.
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:FKCAP9Zi:wfXl5t4y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FKCAP9Zi:wfXl5t4y"
}

