Mantle

Shared code for Forge mods

File Details

Mantle 1.6.147 for 1.16.5

  • B
  • Dec 6, 2021
  • 759.51 KB
  • 2.1M
  • 1.16.5
  • Forge

File Name

Mantle-1.16.5-1.6.147.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:mantle-74924:3551291")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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 of BookTransformer 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)