File Details
Mantle 1.6.123 for 1.16.5
- B
- Aug 25, 2021
- 725.49 KB
- 1.2M
- 1.16.5
- Forge
File Name
Mantle-1.16.5-1.6.123.jar
Supported Versions
- 1.16.5
Curse Maven Snippet
Tag preference improvements
- Improve caching of
ItemOutputto reduce lookup time withinIRecipe - Switch a crash for tags being uncachable to a logged error
- Make registry ID a fallback for equal mod ID preference
Helpers
- Added
LogicHelperwith a couple utilities for common ternaries - Added
JsonHelper.parseColorto parse a 6 or 8 digit hexadecimal string into a integer color - Added
JsonHelper.getResourceLocationto parse a resource location from JSON - Fix
SingleItemHandlernot allowing hopper input beyond 1 item
Models
- Added
MantleItemLayerModel(registered asmantle:item_layer). Improves the vanilla item layer by adding a non-tint color option, a no tint option, and a luminosity option. Can be used by other loaders (e.g. tinkers tool model) to add tinted and luminosity elements - Ported
NBTKeyModel(registered asmantle:nbt_key) from Tinkers. Allows a model to switch between a set of textures based on a string tag in NBT, plus more variants can be registered - Added
ColoredBlockModel(registered asmantle:colored_block). Allows non-tint colors and luminosity to be set for block style models