All versions
1.0.1
Beta
VanillaUi+ 1.0.1last month 36
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Changes
Changelog
Version 1.0.1
English
Maintenance update for VanillaUi+.
Added
- In-game animation settings screen.
- Keybind for opening the animation settings screen.
- Configurable animation profiles for buttons, slots, hotbar, chat, tooltips, scrollbars, text, and notifications.
- More animation types and easing options for the settings constructor.
- Hover and press animations for vanilla-style buttons.
- Slot hover and slot click micro-animations.
Fixed
- Fixed black screen artifacts when pressing buttons in the main menu.
- Fixed dark rectangle artifacts during GUI opening transitions.
- Reduced visual artifacts during item movement and stack updates in container slots.
- Improved background handling so GUI animations do not redraw unstable black overlays.
Notes
- This release focuses on configuration, polish, and visual artifact fixes.
- Inventory screen opening animations are still being worked on and are not listed as a finished feature in this release.
- The mod keeps the vanilla Minecraft layout, textures, fonts, and widgets.
Русский
Техническое обновление VanillaUi+.
Добавлено
- Внутриигровой экран настройки анимаций.
- Клавиша для открытия экрана настройки анимаций.
- Настраиваемые профили анимаций для кнопок, слотов, хотбара, чата, подсказок, скроллбаров, текста и уведомлений.
- Больше типов анимаций и easing-функций в конструкторе настроек.
- Анимации наведения и нажатия для ванильных кнопок.
- Микро-анимации наведения и клика по слотам.
Исправлено
- Исправлены чёрные артефакты при нажатии кнопок в главном меню.
- Исправлены тёмные прямоугольные артефакты во время открытия GUI.
- Уменьшены визуальные артефакты при перекладывании предметов и обновлении стаков в слотах контейнеров.
- Улучшена обработка фона, чтобы GUI-анимации не дорисовывали нестабильные чёрные оверлеи.
Примечания
- Этот релиз сфокусирован на настройках, полировке и исправлении визуальных артефактов.
- Анимации открытия инвентаря ещё дорабатываются и не указаны как готовая функция в этом релизе.
- Мод сохраняет ванильные раскладки, текстуры, шрифты и виджеты Minecraft.
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:xM1AoCst:xNoXmFJB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xM1AoCst:xNoXmFJB"
}

