Working towards a stable Mantle release after this point.
Changelog: https://github.com/SlimeKnights/Mantle/releases/tag/v1.10.36
Changelog can be found at https://github.com/SlimeKnights/Mantle/releases/tag/v1.10.24
First public build of Mantle for 1.19.2.
For a full changelog, see https://github.com/SlimeKnights/Mantle/releases/tag/v1.10.23
This Mantle build contains both bug fixes and some features for the next 1.18.2 Tinkers' Construct update. It should not cause any breaking of Tinkers' Construct nor its addons, if anything breaks please report it.
Content
- Added a command to clear book cache without doing a full resource pack reload, should make writing and translating books more efficient.
- Fix long words causing issues in generated indexes in books.
- Fixed issue showing retexturable recipes in JEI caused by JEI changing their API in the middle of a major version.
Datapacks
- Added item predicates: work similarly to ingredients but only care about items, not item stacks, for use in modifiers
- Added damage predicates: match a damage source, used in many modifiers
- Added several new block and living entity predicate types. Block predicates notably got an any predicate.
- Added helpers for reading a blockstate from JSON and writing a blockstate to JSON.
- Changed fluid transfer logic to process JSON overrides before forge fluid API. In nearly every case an item will not be both (most notably we include no JSON matching fluid API using items), but this allows modpacks to override buggy behavior and will run a bit more efficiently.
- Inverted predicates are now written more compactly in JSON. The old format should continue to work, post a bug report if any JSON stops working after this update.
Technical
- Added additional common loaders for generic loader registries, including enum, nested, registry entry, registry set, resource location, and string. Some of these were previously in Tinkers' Construct
- Fix fluid tooltip cache not clearing on tag reload
- Fix a crash when dumb mods return null particle textures
Fix slots in various containers allowing you to ignore stack size
- Synchronize deferred registers in wrappers, will help with Tinkers' module setup
- Add support in colored block model to UV lock on a per element basis
- Move retextured block name tooltip to before the main tooltip, as its basically part of the name
Full Changelog: https://github.com/SlimeKnights/Mantle/compare/v1.9.31...v1.9.43
Final release of Mantle for 1.7.10. Originally uploaded to CurseForge on October 27, 2015.
See https://www.curseforge.com/minecraft/mc-mods/mantle/files/2264244 for more info.
This is the final Mantle release for 1.12.2, originally uploaded to CurseForge on May 19, 2019.
See https://github.com/SlimeKnights/Mantle/releases/tag/1.3.3.55 for more info.
This is the latest 1.16.5 release of Mantle, originally uploaded to GitHub and CurseForge on January 31, 2022.
See https://github.com/SlimeKnights/Mantle/releases/tag/v1.6.157 for more info and the full changelog.
- Added recipe helper interfaces to make recipe datagen easier
- Added a few more generic serializer types
- Added generic predicate logic from tinkers
- Improve the native implementation of retexturable blocks
- Fix a syncing error with retexturable blocks
- Fix invalid default on luminosity
- Fix bug in LogicHelper's array method causing it to still have array out of bounds errors