Tags
Creators
Details
1.18.2-1.1.4
Compatibility
Changes
Hey everyone! I like to call this update "The community update" as every features and bug-fix has been requested and detected by the community (:
- Added Pertilyo Fragments
- Can be used to craft a Pertilyo Rod
- Added Bottled Rubia
- Right click on a Powered-up Rubro using an empty bottle to obtain one
- Works on Fossilized Rubros
- Can be tossed similarly to Bottles o’ Enchanting, targets hit are affected by Rubia
- Can be stacked up to 4
-
Added 2 new advancements
-
Earthbound mobs now drop experience
-
Tripled the duration of Rubia which source is a Madder Buck
-
Pickaxes now take 1 point of damage instead of 2 when attacking Earthens
-
Increased spawn rates of Pertilyos
-
Drastically nerfed Rubros damage output
-
Fixed an issue where incorrect particles/sounds would play when walking or falling on blocks
-
Fixed an issue where the “feed rubro” advancement was disabled
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:kCMvEtYh:vtARCQs8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kCMvEtYh:vtARCQs8"
}
