Skip to content

Commit

Permalink
hopefully load datapacks correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Jul 14, 2024
1 parent 3c55bf8 commit a5e48ea
Show file tree
Hide file tree
Showing 25 changed files with 1 addition and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ jobs:
run: |
echo "$(jsonxf -s '{"main_menu":{"bottom_left":[{"text":"${{ steps.get_pack_name.outputs.value }} ${{ steps.set_pack_version.outputs.value }}","clickEvent":{"action":"open_url","value":"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}}]}}')" > config/isxander-main-menu-credits.json
- name: Export datapack
run: |
(cd custom/datapacks/cobble-creations-tweaks && zip -r ../../../cobble-creations-tweaks .)
mv cobble-creations-tweaks.zip openloader/data/
- name: Refresh and build .mrpack
run: packwiz refresh && packwiz mr export

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ jobs:
run: |
echo "$(jsonxf -s '{"main_menu":{"bottom_left":[{"text":"${{ steps.get_pack_name.outputs.value }} v${{ github.event.inputs.version }}","clickEvent":{"action":"open_url","value":"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}}]}}')" > config/isxander-main-menu-credits.json
- name: Export datapack
run: |
(cd custom/datapacks/cobble-creations-tweaks && zip -r ../../../cobble-creations-tweaks .)
mv cobble-creations-tweaks.zip openloader/data/
- name: Refresh and build .mrpack
run: packwiz refresh && packwiz mr export

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ fabric = "0.15.11"
minecraft = "1.20.1"

[options]
datapack-folder = "openloader/data"
datapack-folder = "config/openloader/data"

0 comments on commit a5e48ea

Please sign in to comment.