Filename
Mantle-1.16.5-1.6.147.jar
Uploaded by
KnightMiner
Uploaded
Dec 5, 2021
Game Version
1.16.5
+9
Size
759.51 KB
Downloads
817,455
MD5
972d78b9510b9ee77d86811e4b4af876
Supported Modloader Versions
Forge
Supported Java Versions
Java 15
Java 14
Java 13
Java 12
Java 11
Java 10
Java 9
Java 8
Supported Minecraft 1.16 Versions
1.16.5
Changelog
Warning: this update will break older released builds of Tinkers' Construct as some API was moved from Tinkers to Mantle. Make sure to update Tinkers Construct as well.
Datapacks
- Added fluid container ingredient: matches a fluid container with exactly the right amount of fluid
Utils
- Add option to cooldown tracker to enable separate from the tag. Will likely replace the tag in 1.17.
- Update tag preference list with the new Thermal Series mod ID
- Added merging behavior to
ConsumerWrapperBuilder
, so conditions are merged between wrapped wrappers - Deferred register automatically sets the luminosity for a fluid using the block light
Books - JSON
- Allow books to override the cover and page textures for the UI
- Added padding page type, a blank page that only shows when its on the left/right (useful to force later pages to be together)
- Added option for books to have large page titles and center page titles
- Added index pages - automatically generates an index for the current section
- Make the
image with text below
page easier to use - Allow book indexes to optionally be 4 columns, adds +3 entries
Books - Java
- Add more text helpers to the base page content
- Added
SectionTransformer
: implementation ofBookTransformer
targeting a specific section by name - Fix tooltips overflowing the page
- Fix tooltips on the left page rendering under the right page
- Fix crash on error page when there is no exception (for errors such as unknown page type)