SciCraft/client_pack/kubejs/client_scripts/02_jei_info.js

27 lines
No EOL
1.1 KiB
JavaScript

// SCICRAFT — The Dark Photon Protocol
// JEI info pages: where the story is and where to get the pieces.
JEIEvents.information(event => {
event.addItem('scicraft:photon_fragment', [
'The Darker carry these.',
'Slay Wardens, Mutant Monsters, or Born in Chaos mobs to recover them.',
'You can also extract one from an Echo Shard and Glowstone Dust.'
])
event.addItem('scicraft:photon_core', [
'Compress three Photon Fragments in a Create Press,',
'or smelt an Ender Pearl in the heart of the wound.'
])
event.addItem('scicraft:void_stabilizer', [
'The seal of the Flight. Crafted from Photon Cores and an Ender Eye.',
'Use it on a powered Quantum Lattice to re-seal a Door and lower the Corruption Tide.'
])
event.addItem('scicraft:quantum_lattice', [
'The emitter of the Dark Photon Protocol.',
'Powered by steel, circuits, and Photon Cores, it holds the world together.',
'Right-click it with a Void Stabilizer to push back the global Corruption Tide.'
])
event.addItem('scicraft:renegade_glass', [
'The TARDIS-blue glass of the Second Renegade Flight.',
'Decorative. Crafted around a Photon Fragment.'
])
})