0.16.4
Compatibility
Changes
ADDITIONS:
Added a new craftable TV, which binds to the EAS block and displays active warnings on its screen. You must shift-click the TV to an EAS block to create a connection, and then place down. There are two channels:
-
EAS channel, which will relay warnings for the local area.
-
Weather channel, which will relay a biome-colored map of the surrounding area and a live radar reflectivity painted over the map. It will also relay active warning polygons throughout the server.
EAS Tom voice added for all of these channels, which can be muted by shift-clicking the TV. You will need an internet connection to use EAS Tom.
EAS TOM MAY NOT WORK WITH SOME INTERNET CONNECTIONS, SO PLEASE DOWNLOAD 0.16.4-SERVERFIX
You can change channels by right-clicking the tv.
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:TUoNu1nC:BI7nyfTE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TUoNu1nC:BI7nyfTE"
}

