Tags
Creators
Details
1.1.1
Compatibility
Required content
Changes
-Fixed volcanic core being mineable with silk touch
-Fixed atlatitan riding period being infinite
-Fixed extinction spear not rendering with rubidium
-Fixed radgills having the stats of nucleepers
-Fixed atlatitan not able to breed
-Fixed mussels spreading too quickly
-Fixed guano block clipping exploit
-Fixed amber monoliths spawning dinosaurs at the surface
-Fixed hologram projector lower part not scaling with mobs
-Fixed pewen and thornwood logs not being smeltable
-Fixed cave maps not working on servers if used by players other than the administrator
-Fixed flashing fog with mods like undergarden and fog looks modern now
-Fixed underzealots being neutral
-Fixed sulfur blocks not dropping anything
-Fixed crash with immediatelyfast
-Fixed no config existing for neodymium clinging
-Fixed lingering potions not being in creative tabs
-Fixed underground cabin maps lacking an x
-Fixed cave maps infinitely loading
-Fixed tremorzilla not following players correctly
-Fixed tremorzilla getting stuck falling in waterfalls
-Fixed ferrouslime not increasing health when merging
-Fixed amber monolith texture being translucent in the wrong areas
-Fixed amber monolith lacking a bottom texture
-Fixed server crash from atlatitan crush with rats
-Fixed missing tags for stairs and slabs
-Fixed extinction spear grottoceratops heads not dissapearing when switching held items
-Updated russian translations
-Updated japanese translations
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:U6GY0xp0:SLvvjh2O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U6GY0xp0:SLvvjh2O"
}


