promotional bannermobile promotional banner

Inventory Actions

Data-driven interactions between blocks and items within the inventory

File Details

inventoryactions-1.19.3-3.0.0.jar

  • B
  • Jan 24, 2023
  • 249.29 KB
  • 196
  • 1.19.3
  • Forge

File Name

inventoryactions-1.19.3-3.0.0.jar

Supported Versions

  • 1.19.3

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:inventory-actions-676122:4361988")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

- Made the builtin item maps registry public (for other modders)

- New item source registration system (also public)

- Created public API package

 

- TOOL loot context param can no longer be an item provider (only an

item source)

- DamageItemFunction no longer damages the item if the player is in

creative mode

- Dye_bed example action no longer works with white dye

 

- Various fixes and improvements