Skip to content
Drackion edited this page May 15, 2023 · 52 revisions

GTCEU Kubejs Scripts

Startup Scripts

Element Creation

GTCEuStartupEvents.registry('gtceu:element', event => {
event.create(27, 177, -1, null, 'test_element', 'test', false);
})

Clone this wiki locally