LapisLib

A simple library mod for TJT01's mods.

File Details

v1.19.2-1.1.0

  • R
  • Oct 14, 2024
  • 163.56 KB
  • 36
  • 1.19.2
  • Forge

File Name

lapislib-1.19.2-1.1.0.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Added

  • Ported to 1.19.2 🐸
  • Added OptionalItem#getDisabledHoverText and OptionalBlock#getDisabledHoverText, which return Components instead of Strings
  • Added global loot modifier types lapislib:replace_item, lapislib:remove_item, and lapislib:add_entry
  • Added loot condition lapislib:block_tag
  • Added configuration gui api
  • Added IngredientStack to support recipes which require stacked items
  • Added IntContainerData
  • Added fluid ingredients for use in custom recipes.
  • Added SimpleItemStackHandler
  • Possibly other things i might've missed