promotional bannermobile promotional banner

Iceberg [Neo/Forge]

A modding library that contains new events, helpers, and utilities to make modder's lives easier.

File Details

Iceberg-1.19.2-forge-1.1.2.jar

  • R
  • Dec 29, 2022
  • 106.56 KB
  • 4.9K
  • 1.19.2+2
  • Forge

File Name

Iceberg-1.19.2-forge-1.1.2.jar

Supported Versions

  • 1.19.2
  • 1.19.1
  • 1.19

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

1.1.2

  • Fixed a bug with custom item renderer causing items rendered with alpha to be upside down and with incorrect lighting.

 

1.1.1

  • Fixed a bug where explicitly-placed tooltips sometimes had incorrectly positioned titles.

 

1.1.0

  • New item selector functionality is now available.

            - Added wildcard selector (*), which matches all items.

            - Selectors can now be negated by prepending them with a tilde (~).

            - Multiple selectors can now be specified in a single string, separated by a plus sign (+).  This will cause these selectors to be applied with an AND operation.

            - See full documentation: Item Selectors Documentation

    • Fixed a bug that caused tooltip titles that spanned multiple lines to not be centered properly.
    • More developer utilities have been added:

            - Iceberg's custom item renderer can now render item "detail" models directly into GUIs.  This model is the worn/held model for equipment (armor/tools) and horse armor, and the entity model for minecarts and boats.  For other items, it is the standard item model.

            - Added vertex collector class, which can be used anywhere buffer sources are used to collect vertex information.

            - Added checked buffer source class, which is a wrapper around buffer sources that can determine if any valid rendering occurred.