35 lines
No EOL
1.3 KiB
Markdown
35 lines
No EOL
1.3 KiB
Markdown
# Docs Index — SCICRAFT: The Dark Photon Protocol
|
|
|
|
**NeoForge 1.21.1 (21.1.248) · packwiz v1.1.0 · version 1.0.0**
|
|
|
|
This folder holds every operational guide. Story/canon content lives in
|
|
`STORY/` (see `STORY/00-index.md`); repo overview lives in `README.md`.
|
|
|
|
## Guides
|
|
|
|
| File | What it covers |
|
|
|------|----------------|
|
|
| `setup.md` | Install & update (server + client), adding/removing mods |
|
|
| `server.md` | Server properties, JVM flags, operations, troubleshooting |
|
|
| `performance.md` | Shader tuning (4GB VRAM preset) and client perf notes |
|
|
| `mods.md` | Mod feature hotspots, pack layout, client-only list |
|
|
|
|
## Quick links
|
|
|
|
- **Story** → `STORY/00-index.md`
|
|
- **Repo overview** → `README.md`
|
|
- **Tools** → `tools/` (`gen_story.py`, `sync_kubejs.sh`, `gen_textures.py`)
|
|
|
|
## The two packs
|
|
|
|
| Path | Contents |
|
|
|------|----------|
|
|
| `./server_pack/` | Server-only modpack (135 mod files). No shaders, no client render mods. |
|
|
| `./client_pack/` | Full client pack (144 mod files). Adds Iris + Sodium (native NeoForge), Cull Leaves, LambDynamicLights, Dynamic FPS, 3D Skin Layers, Visuality, flywheel compat. |
|
|
|
|
Keep them in sync after any change:
|
|
|
|
```bash
|
|
bash tools/sync_kubejs.sh # kubejs/ → client_pack
|
|
packwiz refresh --dir server_pack && packwiz refresh --dir client_pack
|
|
``` |