
Elegantia
GUI library for Minecraft and more
23K загрузок8 подписчиковLGPL-3.0-or-laterfabricquilt
Обновлён 21 августа 2024 г. · опубликован 5 февраля 2024 г.
Elegantia
It is used in Araraki Leo mods. Contains tools:
- GUI and graphics (widgets, drawers, drawables)
- for textures
- for resource packs
- quick configuration
- modrinth update checker
- math interfaces
- world utils
- other utils
Getting started
Insert in build.gradle
repositories {
maven {
url = "https://api.modrinth.com/maven"
}
}
dependencies {
modImplementation "maven.modrinth:elegantia:0.0.1+fabric-1.21"
}
Insert in build.gradle.kts
repositories {
maven("https://api.modrinth.com/maven")
}
dependencies {
modImplementation("maven.modrinth", "elegantia", "0.0.1+fabric-1.21")
}
Page badges
You can place badges on your project page to improve the perception of the posted information, as well as to improve the appearance of the page:
<a href="https://modrinth.com/mod/elegantia">
<img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/requires_elegantia.svg?raw=true" height="64" alt="Requires elegantia"/>
</a>
<a href="https://modrinth.com/mod/fabric-api">
<img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/requires_fabric_api.svg?raw=true" height="64" alt="Requires fabric API"/>
</a>
<a href="https://modrinth.com/mod/rei">
<img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/supports_rei.svg?raw=true" height="64" alt="Supports REI"/>
</a>
<a href="https://modrinth.com/mod/modmenu">
<img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/supports_mod_menu.svg?raw=true" height="64" alt="Supports Mod Menu"/>
</a>
<a href="Insert your discord invite here">
<img src="https://github.com/aratakileo/elegantia/blob/main/shared/badges/chat_with_us_on_discord.svg?raw=true" height="64" alt="Chat with us on Discord"/>
</a>
for modrinth page replace .svg to .png
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.0.1+fabric-1.21 | Релиз | 1.21, 1.21.1 | fabric | 21 августа 2024 г. | .jar (263 КБ) |
| 0.0.1-beta+fabric-1.20.4 | Бета | 1.20.2, 1.20.3, 1.20.4 | fabric, quilt | 27 февраля 2024 г. | .jar (155 КБ) |
| 0.0.1-beta+fabric-1.20.1 | Бета | 1.20, 1.20.1 | fabric, quilt | 27 февраля 2024 г. | .jar (154 КБ) |
| 0.0.1-alpha+fabric-1.20.4 | Альфа | 1.20.2, 1.20.3, 1.20.4 | fabric, quilt | 12 февраля 2024 г. | .jar (107 КБ) |
| 0.0.1-alpha+fabric-1.20.1 | Альфа | 1.20, 1.20.1 | fabric, quilt | 12 февраля 2024 г. | .jar (112 КБ) |
Ченджлог
0.0.1+fabric-1.21Релиз1.21, 1.21.1 · 21 августа 2024 г.
- complete refactoring of the project code and structure:
- refactor
AbstractScreen.java - refactor widgets
- refactor drawables
- refactor
WidgetBuilder.java - refactor math interfaces and related
- refactor
ModInfo.javaand related - refactor
ModrinthUpdateChecker.javaand related
- refactor
- new drawables:
TextureDrawable.javaElasticTextureDrawable.javaTexturedProgressDrawable.java
- custom GuiGraphics interface
ElGuiGraphics.java - new drawers:
CircleDrawer.javaTextureDrawer.java
- new
AbstractContainerScreen.java - new Size2i interfaces
- new utils:
InitOnGet.javaRandom.javaRegistriesUtil.java
- new minecraft world interfaces:
AbstractContainerBlockEntity.javaContainerAutoData.javaSimpleContainerMenu.javaMultyOutputRecipe.javaRecipes.javaFuelRegistry.javaItemRandomRange.javaElegantedSlot.javaSlotController.javaFluidSlotController.java
0.0.1-beta+fabric-1.20.4Бета1.20.2, 1.20.3, 1.20.4 · 27 февраля 2024 г.
What's Changed
- Fix game crash when Sinytra Connector is installed by @aratakileo in #2 (#1)
- The interface for adding built-in resource packs by @aratakileo in #3
- Game resource reload listener (by analogy to fabric's
ResourceManagerHelper.get(...).registerReloadListener(...)) - Drawable interfaces for GUI (by analogy to Android's drawables)
- RectDrawer class instead of rect render methods of GuiGraphicsUtil (+ advanced gradient rendering settings)
- Extension of the information provided by the ModInfo interface
- Fix game crash that occurs when ModrinthUpdateChecker did not find the specified project on modrinth
- Added more docs to the controversial parts of the code
0.0.1-beta+fabric-1.20.1Бета1.20, 1.20.1 · 27 февраля 2024 г.
What's Changed
- Fix game crash when Sinytra Connector is installed by @aratakileo in #2 (#1)
- The interface for adding built-in resource packs by @aratakileo in #3
- Game resource reload listener (by analogy to fabric's
ResourceManagerHelper.get(...).registerReloadListener(...)) - Drawable interfaces for GUI (by analogy to Android's drawables)
- RectDrawer class instead of rect render methods of GuiGraphicsUtil (+ advanced gradient rendering settings)
- Extension of the information provided by the ModInfo interface
- Fix game crash that occurs when ModrinthUpdateChecker did not find the specified project on modrinth
- Added more docs to the controversial parts of the code
0.0.1-alpha+fabric-1.20.4Альфа1.20.2, 1.20.3, 1.20.4 · 12 февраля 2024 г.
The first publication
0.0.1-alpha+fabric-1.20.1Альфа1.20, 1.20.1 · 12 февраля 2024 г.
The first publication
Полная история изменений — на Modrinth.
Комментарии
Загружаем…
