This commit is contained in:
APEX FIGHT
2025-12-22 14:33:45 -05:00
parent 6316873115
commit 5972b37123
323 changed files with 49717 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
// priority: 0
// Visit the wiki for more info - https://kubejs.com/
console.info('Hello, World! (Loaded startup scripts)')
StartupEvents.registry('item', (e) => {
let gaia_token = e.create('token_gaia');
gaia_token.maxStackSize(32);
gaia_token.texture("vconfigs:item/gaia_token");
gaia_token.displayName("Gaia Token");
});