Tags
Creators
Details
1.2A.1-fabric
Compatibility
Required content
Changes
Technical changes to transformations
Hoes break assimilated sculk and assimilated sculk activators faster
Axes break sprawling tentacles faster
Shovels break tunnels faster
Reduced assimilated sculk tentacle render distance (128 -> 64) and made it configurable
Alien Thing transformation particles don't spawn while it's frozen
Assimilated sculk collision and hitboxes now match their vanilla counterparts
Revealed assimilated sculk vein texture
Assimilated sculk gradually redisguises (should also reduce lag caused by tentacles as more of them will be inactive)
Stepping on assimilated sculk special blocks alerts them
Assimilated sculk reveals faster but has a shorter range (the whole biome revealing at once was cool but could lead to a billion tentacles destroying framerate)
Maximum of 1 assimilated sculk tentacle active within a 48x48x48 area to reduce lag
Brambles now break instantly
Alien thing assimilated sculk tentacle placement config option
Starship crash explosion is larger and sets blocks on fire
Most blocks are now silk touchable
Breeding assimilated animals produces assimilated child
Blood crawlers ignore mobs that have already began assimilation
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:euFF2Eux:QwZ6qhX1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:euFF2Eux:QwZ6qhX1"
}



