Skip to content

Commit 4e26911

Browse files
committed
convert: Refactor AoCModpackSubprocessor into separate files.
1 parent 72440be commit 4e26911

File tree

5 files changed

+446
-323
lines changed

5 files changed

+446
-323
lines changed

openage/convert/processor/conversion/aoc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ add_subdirectory(civ)
2323
add_subdirectory(effect)
2424
add_subdirectory(media)
2525
add_subdirectory(modifier)
26+
add_subdirectory(modpack)
2627
add_subdirectory(resistance)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
add_py_modules(
2+
__init__.py
3+
import_tree.py
4+
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2025-2025 the openage authors. See copying.md for legal info.
2+
3+
"""
4+
Organize export data (nyan objects, media, scripts, etc.) into modpacks.
5+
"""

0 commit comments

Comments
 (0)