Files
OFModpack/kubejs/server_scripts/mods/Hyperbox/hyperbox.js
T
2026-06-14 01:24:29 +02:00

7 lines
222 B
JavaScript

if (Platform.isLoaded("hyperbox")) {
BlockEvents.rightClicked("hyperbox:hyperbox",event => {
event.server.tell(Text.red('Hyperboxes will be removed on version 6.0+, please move to Compact Machines'))
})
}