All versions
1.2.1.2
Release
InVlate 1.2.1.26 months ago 34
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes

- Added 2 new achievements
- Now the musical block standing on the block of stars makes the sounds of a bell.
- Added a block of extinct stars
- One of the most ancient textures has been changed - the texture of the copper armor model
- The sounds of the diamond and polished diamond blocks have been changed
- Added meteor armor sounds
- The sounds of the niged armor have been changed
- The textures of silk and amethyst silk bibs have been changed
- Unnecessary information has been removed in the names of silk armor
- Now the achievement "Boss dish" is given for the malachite scrambled eggs in the workbench
- Now the achievement "Boss Dish" is not hidden and 640 experience is given for it.
- Accelerated infection by malachite stone and deep shale
- Now the achievement of "We are no longer friends" is a challenge (previously: goal)
- The texture of the purple tree sapling has been changed
- Now seedlings and sticks are falling normally from the leaves of malachite, olive, and purple trees.
- The GroAlexPixel ingot is no longer hidden
- Textures of gold, platinum, crystal, dark oak, holy dark oak, stone, cobalt, amethyst, malachite, marble (cobalt), restone, heart (strength), nether, pale purple (strength), indigo, crimson, niged, meteorite and tungsten helmets have been changed
- The texture of the student's axe has been changed
- Added animation to the Aspect of the End (finally, after so many attempts in almost every version)
- Added animations to wind instruments and armor
- The texture of the wind armor has been updated, more suitable for textures
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:6hdVPNUH:aGV0Epsf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6hdVPNUH:aGV0Epsf"
}

