
Gelatin
A Library Mod attempting to replace Minecraft's Hard Coded DyeColor Enum
Обновлён 13 сентября 2023 г. · опубликован 3 сентября 2022 г.
Gelatin
Gelatin's is Color-Focused Library Mod useful for Mod creators who want to add new DyeColors to Minecraft without needing to do it themself. The Main Goal of Gelatin is to implement the DyeColorant Registry all around Minecraft allowing for any amount of Colors to be added by other mods without going thru hell to do it and possibly conflicting with other mods.
Minecraft isn't designed for new Colors and can cause some issues:
- If you attempt to extend the DyeColor Enum, not only Load Order can mess with Color Order but there is no syncing of the Colors with the server and client leading to desyncs.
- Adding new Colors requires needed to make new Colors of Minecraft various colorful variants like concert, wool, beds, etc.
- This also requires implementing proper recipes to handle all of this within various blocks and items leading to a massive amount of maintenance cost on each person attempting this.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.1.2+1.20.1 | Релиз | 1.20.1 | fabric | 13 сентября 2023 г. | Скачать (410 КБ) |
| 1.1.1+1.20.1 | Релиз | 1.20.1 | fabric | 29 августа 2023 г. | Скачать (411 КБ) |
| 1.1.0+1.20.1 | Релиз | 1.20, 1.20.1 | fabric | 7 августа 2023 г. | Скачать (413 КБ) |
| 1.0.3+1.20.1 | Релиз | 1.20.1 | fabric | 27 июля 2023 г. | Скачать (381 КБ) |
| 1.0.2+1.20.1 | Релиз | 1.20.1 | fabric | 24 июля 2023 г. | Скачать (379 КБ) |
| 1.0.1+1.20.1 | Релиз | 1.20.1 | fabric | 24 июля 2023 г. | Скачать (379 КБ) |
| 1.0.1+1.19.4 | Релиз | 1.19.4 | fabric | 24 июля 2023 г. | Скачать (379 КБ) |
| 1.0.1+1.19 | Релиз | 1.19.2 | fabric | 24 июля 2023 г. | Скачать (365 КБ) |
| 1.0.0+1.20.1 | Релиз | 1.20, 1.20.1 | fabric | 22 июля 2023 г. | Скачать (379 КБ) |
| 1.0.0+1.19.4 | Релиз | 1.19.4 | fabric | 22 июля 2023 г. | Скачать (379 КБ) |
| 1.0.0+1.19 | Релиз | 1.19.2 | fabric | 22 июля 2023 г. | Скачать (365 КБ) |
Ченджлог
1.1.2+1.20.1Релиз1.20.1 · 13 сентября 2023 г.
Gelatin 1.1.2 fixes compatibility mixin with diagonal windows
1.1.1+1.20.1Релиз1.20.1 · 29 августа 2023 г.
Gelatin 1.1.1 adds some minor fixes and publishing fixes
Fixes:
- Fix Valkyrien skies crash due to Keybinding event within init
- Fix Incompatibility for Diagonal Windows
- Fix maven publish issues (Now uploading to the maven)
1.1.0+1.20.1Релиз1.20, 1.20.1 · 7 августа 2023 г.
Gelatin 1.1.0 has a small change to how DyeControls within the Library are handled and some minor fixes
Features
- Player Action System [NEW]: New API used primarily to sync Key Presses to the server for use within Code that may be run on the server or the client.
- Change Dye Controls to be toggled based with a new Keybind using the Player Action System. Can be configured back to the other system based on holding crouch within the config
- Implement DyeStorage for Colored Storage Block Entity instead of hardcoded methods
Fixes
- Add missing translations
- Fix missing Gelatin Creative Tab bug with owo-lib
- Fix Sodium compat mixin due to Sodium 5.0.0 changes
1.0.3+1.20.1Релиз1.20.1 · 27 июля 2023 г.
Gelatin 1.0.3 fixes a Model issue with EBE's custom block model having no tint indexes for texture faces, leading to Shulker Item Models being white.
1.0.2+1.20.1Релиз1.20.1 · 24 июля 2023 г.
Gelatin 1.0.2 fixes polymer issue due to the requirement of initializing owoItemGroups on the server
1.0.1+1.20.1Релиз1.20.1 · 24 июля 2023 г.
Gelatin 1.0.1 fixes class loading issue and client side mixin problem
1.0.1+1.19.4Релиз1.19.4 · 24 июля 2023 г.
Gelatin 1.0.1 fixes class loading issue and client side mixin problem
1.0.1+1.19Релиз1.19.2 · 24 июля 2023 г.
Gelatin 1.0.1 fixes class loading issue and client side mixin problem
Комментарии
Загружаем…