KubeJS JEI Info Removal

Quick rating

Community listing page, reviews here may not be monitored by the author.

KubeJS JEI Info Removal

No reviews yet

Adds support for removeInformation, as that was never in base KubeJS

Mod Loaders
Minecraft

About

Description

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:

InfoRemoverEvents.removeInformation('item', event => {
    event.remove('terra_curio:black_belt')
})