All versions
0.0.2-Alpha
Alpha
0.0.2last week 5
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Changes
RUS
Добавлены функции:
- Добавлена новая частица.
- Добавлен выбор другой частицы в модулях: Particle, HitParticle, Trails.
- Добавлен модуль FogColor.
- Увеличены лимиты на количество частиц в модуле Particle до 500.000.
- Увеличены лимиты на радиус спавна частиц в модуле Particle до 100.
- Увеличены лимиты на количество частиц в модуле HitParticle до 300.
- Исправлен баг с несохранением темы в конфиге.
- Переписан модуль FullBright, теперь точно работает.
- Добавлен модуль SkyColor.
ENG
Functions added:
- A new particle has been added.
- The option to select a different particle has been added to the Particle, HitParticle, and Trails modules.
- The FogColor module has been added.
- The limit on the number of particles in the Particle module has been increased to 500,000.
- Increased the limits on the particle spawn radius in the Particle module to 100.
- Increased the limits on the number of particles in the HitParticle module to 300.
- Fixed a bug where the theme was not saved in the config.
- Rewrote the FullBright module; it now works correctly.
- Added the SkyColor module.
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:vuzPyRJ9:iJzyUajH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vuzPyRJ9:iJzyUajH"
}

