-
Notifications
You must be signed in to change notification settings - Fork 0
Home
LexiCodes edited this page Mar 14, 2026
·
2 revisions
StarScript is a Fabric mod for building story-driven gameplay in Minecraft using JSON files and a Java builder API.
- Current focus: JSON authoring + Builder API workflows.
- Target versions: Minecraft 1.21.11, Java 21+, Fabric Loader + Fabric API.
- Installation and Quick Start
- Authoring Stories in JSON
- Builder API (Java)
- Commands, Save Slots, and Debugging
- Advanced Systems and Integration
- Branching stories with dialogue, choices, triggers, and actions.
- Save slots per story with persistent player state.
- Cinematic effects (fade, overlays, screenshake) and GUI customization.
- Optional no-GUI node flows for trigger-driven/system storytelling.
- Advanced systems (boss phases, relic abilities/passives, discovery-driven progression).
- Data-first: write story JSON under data packs.
- Code-first: generate stories with the builder API and export/ship JSON.
For release details and migration notes, see the repository changelog.