0.14.11
Compatibility
Required content
Changes
THE TORNADO RATING UPDATE!
You can now rate tornadoes! Refer to the video below to demonstrate how rating works.
IF YOU CAN NOT SEE THE WHOLE GUI, ADJUST YOUR GUI SCALE IN VIDEO SETTINGS
ADDITIONS:
-
Added Tornado Rating system (multiplayer capable!)
-
Added Damage Surveyor item
-
You can now view the list of tornadoes & their max windspeed & width with the Damage Surveyor since you joined the world/server
-
You can now view the path a specific tornado has taken
-
You can now view the windspeed/width on a coordinate-by-coordinate basis
-
Updated block textures.. no more midland radio & enhanced EAS Block texture
CHANGES
-
Fixed logging in the console.. it should now be not as bad
-
Fixed (hopefully) a bug with rendering polygons where you could only see it from the bottom. If this still occurs, place the radar on top of the EAS Block.
-
Fixed a typo in warning messages
-
Hopefully fixed some other bugs i forgot to mention here
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:RS6MXwD5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TUoNu1nC:RS6MXwD5"
}


