-
Notifications
You must be signed in to change notification settings - Fork 0
Step 3 ‐ Getting Started
SaphieNyako edited this page May 20, 2026
·
3 revisions
Modders will have to make a load option in their project(mod pack makers can ignore this part). Either by using Maven or droping the mod in the workspace folder.
└── data
└── quest_giver
├── quest_lines
│ └── your_quest_line_name
│ ├── root.json
│ ├── quest_01.json
│ ├── quest_02.json
│ └── quest_03.json
│
├── quest_line_links.json
├── quest_line_names.json
└── special_task_actions.json