The mod simply allows you to remove an information tab on items incase a mod adds them and you do not want that.
Example:
InfoRemoverEvents.removeInformation('item', event => {
event.remove('terra_curio:black_belt')
})
The mod simply allows you to remove an information tab on items incase a mod adds them and you do not want that.
Example: