Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def step_7_prepare_core_skeleton():
def step_8_build_module_map():
Logger.step(8, "Build Module -> Source Path Mapping")
src = TMP_WORK / "datapacks/dataLib/data/datalib/function"
scan_roots = ["systems", "input", "api","player","events","systems","core/cooldown","core/lib","core/state","core/queue","player","world"]
scan_roots = ["systems", "api","player","events","systems","core/cooldown","core/lib","core/state","core/queue","player","world"]

discovered = {}
for r in scan_roots:
Expand Down