Tags
Creators
Details
7.10.3+1.21.1-neoforge
Compatibility
Required content
Changes
(V.7.10.3 Changes) (1.21.1 Minecraft)
Entities:
Made Rootmins not drop flower if killed while DoMobLoot gamerule is set to false.
Made hidden Rootmins be more performant to TPS when they are hidden as blocks.
Slightly improved Rootmin rendering.
Added thin dark text border to Beehemoth's friendship text to make it easier to read.
(V.7.10.2 Changes) (1.21.1 Minecraft)
Entities:
Made sure Cosmic Crystal can never have passengers and cannot be a passenger itself.
Rootmins cannot be made to ride other entities now.
Rootmins now will not be controlled by passenger when Rootmin is in block mode.
Fixed passenger offset for Rootmins.
Fix an issue where Honey Slime's move controller could be not setup correctly.
Lang:
es_ar.json updated by Texaliuz.
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:38tpSycf:Q9Zsei17"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:38tpSycf:Q9Zsei17"
}


