65 lines
No EOL
3.3 KiB
Markdown
65 lines
No EOL
3.3 KiB
Markdown
# Items & Blocks
|
|
|
|
Every name, tooltip line, and JEI page for the Protocol's items. Keep the
|
|
tooltips in the same order they should render (top of list = first line).
|
|
|
|
## Photon Core
|
|
|
|
The raw fifth-force crystal. Lattice fuel. Held items let you feel the seals.
|
|
|
|
## Photon Fragment
|
|
|
|
Shattered cores recovered from the Darker's remains. Three can be pressed
|
|
into a Core.
|
|
|
|
## Void Stabilizer
|
|
|
|
The renegades' tool for closing wounds — the "door's key". Right-click a
|
|
powered Quantum Lattice with it to re-seal a Door and push back the tide.
|
|
|
|
## Quantum Lattice
|
|
|
|
The Protocol's emitter. Must stay powered. It holds the world together.
|
|
|
|
## Renegade Glass
|
|
|
|
The TARDIS-blue glass of the Second Renegade Flight. Purely decorative;
|
|
some say it hums near Doors.
|
|
|
|
```lang
|
|
{
|
|
"item.scicraft.photon_core": "Photon Core",
|
|
"item.scicraft.photon_fragment": "Photon Fragment",
|
|
"item.scicraft.void_stabilizer": "Void Stabilizer",
|
|
"block.scicraft.quantum_lattice": "Quantum Lattice",
|
|
"block.scicraft.renegade_glass": "Renegade Glass",
|
|
|
|
"tooltip.scicraft.photon_core.1": "Dark photons — the binding force of the Door.",
|
|
"tooltip.scicraft.photon_core.2": "A sliver of the fifth force the Flight harnessed.",
|
|
"tooltip.scicraft.photon_core.3": "Hold it and feel the seals.",
|
|
"tooltip.scicraft.photon_fragment.1": "A splinter of light stolen from the collapse.",
|
|
"tooltip.scicraft.photon_fragment.2": "Recovered from the Darker's remains.",
|
|
"tooltip.scicraft.photon_fragment.3": "Three of these may be pressed into a Core.",
|
|
"tooltip.scicraft.void_stabilizer.1": "Per Spatium — the renegades' seal for the wound in the world.",
|
|
"tooltip.scicraft.void_stabilizer.2": "Right-click a powered Quantum Lattice to re-seal a Door.",
|
|
"tooltip.scicraft.void_stabilizer.3": "It will never break. The work will.",
|
|
"tooltip.scicraft.quantum_lattice.1": "The Protocol's emitter. It must stay powered.",
|
|
"tooltip.scicraft.quantum_lattice.2": "Feed it steel, circuits, and Photon Cores.",
|
|
"tooltip.scicraft.quantum_lattice.3": "Right-click with a Void Stabilizer to push back the tide.",
|
|
"tooltip.scicraft.renegade_glass.1": "The TARDIS-blue glass of the Second Renegade Flight.",
|
|
"tooltip.scicraft.renegade_glass.2": "Decorative. Some say it hums near Doors.",
|
|
|
|
"jei.scicraft.photon_fragment.1": "The Darker carry these.",
|
|
"jei.scicraft.photon_fragment.2": "Slay Wardens, Mutant Monsters, or Born in Chaos mobs to recover them.",
|
|
"jei.scicraft.photon_fragment.3": "You can also extract one from an Echo Shard and Glowstone Dust.",
|
|
"jei.scicraft.photon_core.1": "Compress three Photon Fragments in a Create Press,",
|
|
"jei.scicraft.photon_core.2": "or smelt an Ender Pearl in the heart of the wound.",
|
|
"jei.scicraft.void_stabilizer.1": "The seal of the Flight. Crafted from Photon Cores and an Ender Eye.",
|
|
"jei.scicraft.void_stabilizer.2": "Use it on a powered Quantum Lattice to re-seal a Door and lower the Corruption Tide.",
|
|
"jei.scicraft.quantum_lattice.1": "The emitter of the Dark Photon Protocol.",
|
|
"jei.scicraft.quantum_lattice.2": "Powered by steel, circuits, and Photon Cores, it holds the world together.",
|
|
"jei.scicraft.quantum_lattice.3": "Right-click it with a Void Stabilizer to push back the global Corruption Tide.",
|
|
"jei.scicraft.renegade_glass.1": "The TARDIS-blue glass of the Second Renegade Flight.",
|
|
"jei.scicraft.renegade_glass.2": "Decorative. Crafted around a Photon Fragment."
|
|
}
|
|
``` |