3.1
Compatibility
Changes
Version 3.1
-
Added new "Dissapear Animations".
Now Face Entities can play three new small animations before dissapear (VANISH, MOCKING SHAKE & SCREAMER LUNGE).
-
Added new "Dissapear Animations" and "Sound Interval" Configs.
Now you can enable/dissable "Dissapear Animations" and modify the intervals between Ambient Sounds.
-
Increased config interval limits.
The interval limits have been increased so you can configure the spawn times and make them extremely rare.
-
Reorganized Server Config Screen.
The Server Config Screen has been reorganized to make it more friendly.
-
Adds config-description lookup.
Now every button/field in the Server Config Screen has a description of what they change.
-
Improved Retry System and placements for Faces Spawn.
Spawn times are now more reliable.
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:LWhRxaou:7ciRnPZP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LWhRxaou:7ciRnPZP"
}

