1.1.0
Compatibility
Changes
-the alien cocoons can now rarely be in the core of a sky rock meteorite
-added the ability to the aliens to also cling to players, if they sit on your head you can either get them off by taking damage from any source except the aliens, or just running the command for removing aliens
-added a new advancement for having an alien on your head
-fixed the falling speed of the stardust block in multiplayer
-fixed the fog color transition of the 2 meteorite-events not always transitioning from the correct fog color
(1.19.2 version might still have some bugs but it should still work)
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:GmEUIIJJ:dln7V3ou"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GmEUIIJJ:dln7V3ou"
}

