All versions
0.0.3-Alpha
Alpha
0.0.3last week 58
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
RUS
Добавлены функции:
- Обновлены текстуры в клик гуи.
- Добавлено несколько анимаций в клик гуи.
- Клик гуи теперь не останавливает игру.
- Клик гуи теперь непрозрачно на 75%.
- Добавлен модуль Animation.
- Добавлен модуль CustomHand.
- Добавлен модуль BlockOutliner.
- Добавлены подсказки для модулей над клик гуи.
- Убрана заглушка в разделе Hud Settings.
- В Hud Settings добавлен модуль Armor HUD.
ENG
Functions added:
- The textures in the click GUI have been updated.
- Several animations have been added to the click GUI.
- Clicking the GUI no longer pauses the game.
- The click GUI is now 75% opaque.
- The Animation module has been added.
- The CustomHand module has been added.
- The BlockOutliner module has been added.
- Tooltips for modules have been added above the click GUI.
- The placeholder in the Hud Settings section has been removed.
- The Armor HUD module has been added to Hud Settings.
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:cK9VYrjt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vuzPyRJ9:cK9VYrjt"
}


