Download KubeJS REI Runtime — Minecraft Mods — ModStock

KubeJS REI Runtime

Active

Downloads

2

Last update

2 years ago

Versions

1.19.2
Client and server
Forge
Libraries

KubeJS REI Runtime lets you show/hide items in REI dynamically, it provides these methods by default:

// in client_scripts

REIRuntime.showItem(item); // shows an item in REI
REIRuntime.showItems([item, item, ...]); // shows items in REI
REIRuntime.hideItem(item); // hides an item in REI
REIRuntime.hideItems([item, item, ...]); // hides items in REI