Jello 5.0.0 is a Major release including the separation of the Mods underline API into its own mod to allow for better mod inclusion and implmentation.
Features:
- Rework to DyeBundle with the inclusion of new way of interacting with the contents of the bundle
- Rework to how the new DyeColors are loaded by jello allowing for easier revisions to the list of colors.
- Color Deduplication: This was done due to how many colors (Roughly 500) were only off by 1-5 units away from each other in color space. I have a system inplace to properly remap these colors to the chose alternative meaning there should be no problems upgrading the world. This means that the amount of colors is around 1300 now instead of 1800.
- [NEW] Jello Cups: These exist for a while within the creative screen but were not really finished. They act like stackable potions for Vanilla Status Effects meaning that you can stack them up to 16 but the downside is that you will need eat more often than a potion. Some even slightly better duration depending on the crafting item used. Info about making them can be found using REI.
- [NEW] Dragon Health: Similar to Absorption but are permanent for the Potions duration. You need Condensed Dragons Breath to brew such a potion require both Ghast tear and 4 Dragons breath
Fixes:
- Fix bug with sorting entries within condensed creative
Jello 4.3.0 fixes some mod incompatibility, Includes better gray scaling method for Entities and some other new Features.
Bug Fixes:
- Fix for Issue with Jello ItemGroup loading to early causing a crash within Polymer
- Fix Mixin Conflict with Critical Shearing
API Changes:
- [NEW]: Dynamic Block/Item Texture Grayscaling
- Feature allows for already existing Blocks and Items contained within the Block atlas to be copied and greyscaled for use within Colored Blocks
- Major Change certain Colored Registry's
- ColorizeRegistry is now ColorizeBlackListRegistry as Colorization is Dynamic without hardcoded textures meaning it should work on other modded entities
- GrayScaleRegistry is now GrayScaleEntityRegistry with some changes to the classes function
API Note: Java docs will come within a future update
Jello 4.1.0 adds two big fixes for Item count on DyeableBlockItemVariants and resolve issues with the Main variant crafting recipe
Bug Fixes:
- Fix for Item count for DyeableBlockVariants being set to 1 due to vanilla logic issues in the base Item.Settings
- Fixes for the main Dyeing Variant Crafting Recipe:
- Fix issues with using the Wrong Dye Tag
- Fix issues with crafting logic not matching certain edge cases
API Changes:
- Change to how the override setting when registering Dyes to the DyeableVariantManager to only get the ItemGroup and Tab index if an OwoItemSettings
Finally Jello has been updated to 1.19, sorry for the late update but comes with it a lot of minor API changes, mod compatibility with REI and Condensed Creative, and lots of bug fixes.
Features:
- REI Support:
- Recipe support for recipes pertaining to the Artist Palette, Custom Dyed Blocks and there Dye item.
- Use Condensable Entries to cut down on the number of pages that jello adds.
- Condensed Entries Support:
- Clean up Jellos new Item Group tab where all the Block/Item variants are now stored.
Bug Fixes:
- Implement Mixin Plugin for Mixins used for Mod Compatibility.
- Fix Artist Palette Recipe allowing any Item to be used
- Fix Cauldron rendering without a bottom due to Mojang's Json Model culling the bottom due to water typically being Opaque
- Fix issue with sodium rendering Cauldron Water incorrectly
API Changes:
- Split DyeableBlockVariant into DyeableItemVariant now allowing for just Item Variants to be made, with
the inclusion of the new Dye Item Variant
- This update has caused a lot of changes within the API and may still be broken with some JavaDocs being incorrect.
- All Variants now contain a builder to hold the methods needed to create the variants to remove clutter of methods that will only be used on creation
- [ NEW ]: LootTableInjectionEvent allows for someone to add new loot Tables during runtime of the game.
- [ NEW ]: TranslationInjectionEvent allows for someone to add new translations during runtime of the game.
- Minor Change to the LanguageProvider for more internal use within the TranslationInjectionEvent
- Implement a Library for Algorithmic Pluralization of words.
- Minor shuffle of classes and methods within some internal classes
*Both new Events only allow for adding and not removal/replacement of the existing Data
Small update for Jello with minor features and fixes:
- Added support for Better Beds with it now internally dependent on.
- Added minor Config Option to disable Cauldron Transparency fix
- The Cauldron Dyeing MOD is now properly labeled as an incompatibility with Jello as it adds similar features causing crashes.
Bug Fixes:
- Fixed Particle tinting issues with the Shulkers, Beds and Candle cakes
- Fixed incompatibility with Better Beds
API Changes:
- Just some more in-code documentation... nothing major here