This is a template setup for your datapack to be able to be created
Go to file
2026-05-04 14:55:41 -05:00
original file name changes, manifest additions, and updated language file 2026-05-04 14:55:41 -05:00
.gitignore Finished example working datapack 2026-03-29 17:06:30 -03:00
LICENSE Initial commit 2026-03-29 15:58:46 -03:00
README.md Finished example working datapack 2026-03-29 17:06:30 -03:00

Galaxy Strike Online Official Example Datapack

- File Structure

Manditory

- datapackId
    - assets
        - languages
            - *.json
        - textures
            - *.json
   - data
        - dungeons
                - *.json
        - enemies
            - hostiles
                - *.json
            - rooms
                - *.json
        - items
            - *.json
        - recipes
            - *.json
        - skills
            - *.json
        - manifest.json

Optional

- datapackId
    - assets
        - languages
            - *.json
        - textures
            -  folderforsorting(Optional)
                - *.json
   - data
        - dungeons
            -  folderforsorting(Optional)
                - *.json
        - enemies
            - hostiles
                -  folderforsorting(Optional)
                    - *.json
            - rooms
                -  folderforsorting(Optional)
                    - *.json
        - items
            -  folderforsorting(Optional)
                - *.json
        - recipes
            -  folderforsorting(Optional)
                - *.json
        - skills
            -  folderforsorting(Optional)
                - *.json