diff --git a/.gitattributes b/.gitattributes index 8354424..51b1109 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ -# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows -* -text -bc23-world.zip filter=lfs diff=lfs merge=lfs -text +# Disable Git line ending conversion in the pack directory +# This prevents packwiz index hashes changing when committing from Windows +pack/** -text diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index f0ae754..43c5e7a 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,10 +1,9 @@ -# Simple workflow for deploying static content to GitHub Pages -name: Deploy static content to Pages +name: Deploy packwiz pack to github pages on: # Runs on pushes targeting the default branch push: - branches: ["trunk", "server"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -29,22 +28,15 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: - - name: import trunk + - name: import main uses: actions/checkout@v3 with: - ref: trunk - path: cdn/trunk - clean: false - - name: import trunk - clean - run: rm -rf cdn/trunk/.git - - name: import server - uses: actions/checkout@v3 - with: - ref: server - path: cdn/server - clean: false - - name: import server - clean - run: rm -rf cdn/server/.git + ref: main + path: main + sparse-checkout: 'pack' + sparse-checkout-cone-mode: false + - name: import main - clean + run: rm -rf cdn/main/.git - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact @@ -54,4 +46,4 @@ jobs: path: '.' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v2 \ No newline at end of file diff --git a/.gitignore b/.gitignore index a449235..2fe5332 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,4 @@ -# Exclude exported CurseForge zip files -./*.zip +.idea/ +.DS_Store -# Exclude exported Modrinth modpacks *.mrpack - -# Exclude jetbrains IDE files -.idea - -# Exclude Mac metadata files -.DS_Store diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5fd3722 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 ModFest + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 281594c..b6ce03a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,2 @@ -# BlanketCon 23 Pack - -Be sure to check the status repo (link in discord org channels) - -Color code: -- White: untested -- Green: up-to-date and not crashing -- Yellow: not up-to-date -- Red: crashing -- Orange: blocked by another mod -- Blue: modpack or otherwise not present in pack +# blanketcon-23 +The official BlanketCon '23 modpack! diff --git a/enable_hooks.sh b/enable_hooks.sh old mode 100755 new mode 100644 diff --git a/git/hooks/pre-commit b/git/hooks/pre-commit old mode 100755 new mode 100644 index 067a8b3..59353f7 --- a/git/hooks/pre-commit +++ b/git/hooks/pre-commit @@ -3,6 +3,7 @@ . git-sh-setup echo "Refreshing Packwiz Index" +cd pack packwiz refresh git add index.toml git add pack.toml diff --git a/git/hooks/pre-merge-commit b/git/hooks/pre-merge-commit old mode 100755 new mode 100644 diff --git a/mods/controlify.pw.toml b/mods/controlify.pw.toml deleted file mode 100644 index daae5b7..0000000 --- a/mods/controlify.pw.toml +++ /dev/null @@ -1,7 +0,0 @@ -name = "controlify" -filename = "Controlify-1.6.01.20-bc23fix.jar" - -[download] -url = "https://cdn.discordapp.com/attachments/1127341468219080814/1144210746717245541/Controlify-1.6.01.20-bc23fix.jar" -hash-format = "sha256" -hash = "385b3fc6cf9e7ceacedf60d3278c6aac70c37915db36c732605d12e26c2e2194" diff --git a/.packwizignore b/pack/.packwizignore similarity index 100% rename from .packwizignore rename to pack/.packwizignore diff --git a/config/advanced_networking.json b/pack/config/advanced_networking.json similarity index 100% rename from config/advanced_networking.json rename to pack/config/advanced_networking.json diff --git a/config/apugli.json b/pack/config/apugli.json similarity index 100% rename from config/apugli.json rename to pack/config/apugli.json diff --git a/config/arcpocalypse.json b/pack/config/arcpocalypse.json similarity index 100% rename from config/arcpocalypse.json rename to pack/config/arcpocalypse.json diff --git a/config/armor-stand-editor/config.json b/pack/config/armor-stand-editor/config.json similarity index 100% rename from config/armor-stand-editor/config.json rename to pack/config/armor-stand-editor/config.json diff --git a/config/betterenchantmentboosting.json b/pack/config/betterenchantmentboosting.json similarity index 100% rename from config/betterenchantmentboosting.json rename to pack/config/betterenchantmentboosting.json diff --git a/config/controlify.json b/pack/config/controlify.json similarity index 100% rename from config/controlify.json rename to pack/config/controlify.json diff --git a/config/create-client.toml b/pack/config/create-client.toml similarity index 100% rename from config/create-client.toml rename to pack/config/create-client.toml diff --git a/config/crunchy_crunchy_advancements/config.toml b/pack/config/crunchy_crunchy_advancements/config.toml similarity index 100% rename from config/crunchy_crunchy_advancements/config.toml rename to pack/config/crunchy_crunchy_advancements/config.toml diff --git a/config/dynamicfps.toml b/pack/config/dynamicfps.toml similarity index 100% rename from config/dynamicfps.toml rename to pack/config/dynamicfps.toml diff --git a/config/emogg.json b/pack/config/emogg.json similarity index 100% rename from config/emogg.json rename to pack/config/emogg.json diff --git a/config/enchancement.json b/pack/config/enchancement.json similarity index 100% rename from config/enchancement.json rename to pack/config/enchancement.json diff --git a/config/enchantery-common.json b/pack/config/enchantery-common.json similarity index 100% rename from config/enchantery-common.json rename to pack/config/enchantery-common.json diff --git a/config/entityculling.json b/pack/config/entityculling.json similarity index 100% rename from config/entityculling.json rename to pack/config/entityculling.json diff --git a/config/event_schedule.json b/pack/config/event_schedule.json similarity index 100% rename from config/event_schedule.json rename to pack/config/event_schedule.json diff --git a/config/exordium.json b/pack/config/exordium.json similarity index 100% rename from config/exordium.json rename to pack/config/exordium.json diff --git a/config/extended_drawers.json b/pack/config/extended_drawers.json similarity index 100% rename from config/extended_drawers.json rename to pack/config/extended_drawers.json diff --git a/config/fabrication/features.ini b/pack/config/fabrication/features.ini similarity index 100% rename from config/fabrication/features.ini rename to pack/config/fabrication/features.ini diff --git a/config/fastload.properties b/pack/config/fastload.properties similarity index 100% rename from config/fastload.properties rename to pack/config/fastload.properties diff --git a/config/ferritecore.mixin.properties b/pack/config/ferritecore.mixin.properties similarity index 100% rename from config/ferritecore.mixin.properties rename to pack/config/ferritecore.mixin.properties diff --git a/config/fireblanket/entityfilters.txt b/pack/config/fireblanket/entityfilters.txt similarity index 100% rename from config/fireblanket/entityfilters.txt rename to pack/config/fireblanket/entityfilters.txt diff --git a/config/getoffmylawn.json b/pack/config/getoffmylawn.json similarity index 100% rename from config/getoffmylawn.json rename to pack/config/getoffmylawn.json diff --git a/config/immediatelyfast.json b/pack/config/immediatelyfast.json similarity index 100% rename from config/immediatelyfast.json rename to pack/config/immediatelyfast.json diff --git a/config/lithium.properties b/pack/config/lithium.properties similarity index 100% rename from config/lithium.properties rename to pack/config/lithium.properties diff --git a/config/modernfix-mixins.properties b/pack/config/modernfix-mixins.properties similarity index 100% rename from config/modernfix-mixins.properties rename to pack/config/modernfix-mixins.properties diff --git a/config/moreculling.toml b/pack/config/moreculling.toml similarity index 100% rename from config/moreculling.toml rename to pack/config/moreculling.toml diff --git a/config/origins_server.json b/pack/config/origins_server.json similarity index 100% rename from config/origins_server.json rename to pack/config/origins_server.json diff --git a/config/phonos.json b/pack/config/phonos.json similarity index 100% rename from config/phonos.json rename to pack/config/phonos.json diff --git a/config/picturesign.json b/pack/config/picturesign.json similarity index 100% rename from config/picturesign.json rename to pack/config/picturesign.json diff --git a/config/plushables.json b/pack/config/plushables.json similarity index 100% rename from config/plushables.json rename to pack/config/plushables.json diff --git a/config/polyconfig.kdl b/pack/config/polyconfig.kdl similarity index 100% rename from config/polyconfig.kdl rename to pack/config/polyconfig.kdl diff --git a/config/polydex.json b/pack/config/polydex.json similarity index 100% rename from config/polydex.json rename to pack/config/polydex.json diff --git a/config/polymer/client.json b/pack/config/polymer/client.json similarity index 100% rename from config/polymer/client.json rename to pack/config/polymer/client.json diff --git a/config/polymer/common.json b/pack/config/polymer/common.json similarity index 100% rename from config/polymer/common.json rename to pack/config/polymer/common.json diff --git a/config/polymer/resource-pack.json b/pack/config/polymer/resource-pack.json similarity index 100% rename from config/polymer/resource-pack.json rename to pack/config/polymer/resource-pack.json diff --git a/config/polymer/server.json b/pack/config/polymer/server.json similarity index 100% rename from config/polymer/server.json rename to pack/config/polymer/server.json diff --git a/config/portalcubed.json b/pack/config/portalcubed.json similarity index 100% rename from config/portalcubed.json rename to pack/config/portalcubed.json diff --git a/config/quilt-loader-overrides.json b/pack/config/quilt-loader-overrides.json similarity index 100% rename from config/quilt-loader-overrides.json rename to pack/config/quilt-loader-overrides.json diff --git a/config/railways-client.toml b/pack/config/railways-client.toml similarity index 100% rename from config/railways-client.toml rename to pack/config/railways-client.toml diff --git a/config/servercore.toml b/pack/config/servercore.toml similarity index 100% rename from config/servercore.toml rename to pack/config/servercore.toml diff --git a/config/smoothboot.json b/pack/config/smoothboot.json similarity index 100% rename from config/smoothboot.json rename to pack/config/smoothboot.json diff --git a/config/sodium-options.json b/pack/config/sodium-options.json similarity index 100% rename from config/sodium-options.json rename to pack/config/sodium-options.json diff --git a/config/styled-chat.json b/pack/config/styled-chat.json similarity index 100% rename from config/styled-chat.json rename to pack/config/styled-chat.json diff --git a/config/styled-nicknames.json b/pack/config/styled-nicknames.json similarity index 100% rename from config/styled-nicknames.json rename to pack/config/styled-nicknames.json diff --git a/config/styled-sidebars/config.json b/pack/config/styled-sidebars/config.json similarity index 100% rename from config/styled-sidebars/config.json rename to pack/config/styled-sidebars/config.json diff --git a/config/styled_chat_emoji.json b/pack/config/styled_chat_emoji.json similarity index 100% rename from config/styled_chat_emoji.json rename to pack/config/styled_chat_emoji.json diff --git a/config/styledplayerlist/config.json b/pack/config/styledplayerlist/config.json similarity index 100% rename from config/styledplayerlist/config.json rename to pack/config/styledplayerlist/config.json diff --git a/config/styledplayerlist/styles/animated.json b/pack/config/styledplayerlist/styles/animated.json similarity index 100% rename from config/styledplayerlist/styles/animated.json rename to pack/config/styledplayerlist/styles/animated.json diff --git a/config/styledplayerlist/styles/default.json b/pack/config/styledplayerlist/styles/default.json similarity index 100% rename from config/styledplayerlist/styles/default.json rename to pack/config/styledplayerlist/styles/default.json diff --git a/config/styledplayerlist/styles/default_spl.json b/pack/config/styledplayerlist/styles/default_spl.json similarity index 100% rename from config/styledplayerlist/styles/default_spl.json rename to pack/config/styledplayerlist/styles/default_spl.json diff --git a/config/threadtweak.json b/pack/config/threadtweak.json similarity index 100% rename from config/threadtweak.json rename to pack/config/threadtweak.json diff --git a/config/toomanyorigins.json b/pack/config/toomanyorigins.json similarity index 100% rename from config/toomanyorigins.json rename to pack/config/toomanyorigins.json diff --git a/config/turtlematic.toml b/pack/config/turtlematic.toml similarity index 100% rename from config/turtlematic.toml rename to pack/config/turtlematic.toml diff --git a/config/universal-graves/config.json b/pack/config/universal-graves/config.json similarity index 100% rename from config/universal-graves/config.json rename to pack/config/universal-graves/config.json diff --git a/config/vmp.properties b/pack/config/vmp.properties similarity index 100% rename from config/vmp.properties rename to pack/config/vmp.properties diff --git a/config/wiredredstone/common.json5 b/pack/config/wiredredstone/common.json5 similarity index 100% rename from config/wiredredstone/common.json5 rename to pack/config/wiredredstone/common.json5 diff --git a/config/yttr.css b/pack/config/yttr.css similarity index 100% rename from config/yttr.css rename to pack/config/yttr.css diff --git a/index.toml b/pack/index.toml similarity index 95% rename from index.toml rename to pack/index.toml index 60c753e..cb08057 100644 --- a/index.toml +++ b/pack/index.toml @@ -253,6 +253,10 @@ file = "mods/8187.pw.toml" hash = "8422e436810d33c4c1adcfec7dc9974f3d687670418682d3aea61c08b09e3ad6" metafile = true +[[files]] +file = "mods/Controlify-1.6.01.20-bc23fix.jar" +hash = "385b3fc6cf9e7ceacedf60d3278c6aac70c37915db36c732605d12e26c2e2194" + [[files]] file = "mods/advanced-networking.pw.toml" hash = "50fcbe10eac3abf0b80b9a4bab9c43cee1890e796328e807c3daa5bf0b2f3e50" @@ -463,11 +467,6 @@ file = "mods/consistencyplus.pw.toml" hash = "1163602dac7aea2e98a45827d8527d7e596d9f9d72e1aa6c8aebfef39d6d73c9" metafile = true -[[files]] -file = "mods/controlify.pw.toml" -hash = "32070a7ec1a9c95fb8bf692e33899e7dd4bcada13be79aa1aaa859bde9689e40" -metafile = true - [[files]] file = "mods/convenient-mobgriefing.pw.toml" hash = "318590afc60d90c39271890d5f958ffdd06a20f300353b98f064774ff1f9c042" @@ -1547,6 +1546,14 @@ hash = "1049d913989f6c3c1c610caa7caf1c12ff517b26729fb7385d1efabce7b0297d" file = "resources/datapacks/atlaslisbon-ended-data.zip" hash = "6a056c39b6f4a3069f31c932ea09b3cdedb2a16f0817a72b650e0740a025805a" +[[files]] +file = "resources/datapacks/bc23-shards/data/bc23/shard_type/bc23_types.json" +hash = "7829c589ea0285e86ae9822307714ec30311c956eb5833e3f7249704fac64257" + +[[files]] +file = "resources/datapacks/bc23-shards/pack.mcmeta" +hash = "42ef53755badcfc7c802dafa51d642f0bd64aeeb87be4a95d8ee74edb7bf678d" + [[files]] file = "resources/datapacks/bovinesandbuttercups_bc23/data/bovinesandbuttercups_bc23/bovinesandbuttercups/configured_cow_type/cyberpunk_mooshroom.json" hash = "0c43e889f48bde99fe7e04e74c355f3190344ebd8e59d434cdf4669dbc2b348f" @@ -1907,6 +1914,62 @@ hash = "74ce153773b8ffd0dc4414d2be095e5c032ea49b32269bb85893ab877a317851" file = "resources/resourcepacks/atlaslisbon-ended-lang.zip" hash = "dcaf7cc14b66ecce8980698cfa6d7b3cc5097d36dd0cc96cd9c57d1fff001802" +[[files]] +file = "resources/resourcepacks/bc23-shards/assets/bc23/lang/en_us.json" +hash = "78cc1d278b3910af97ec3223475bc8c3632c28e530ac1831a0f52f86d761fe35" + +[[files]] +file = "resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_backing.png" +hash = "7dbd4adb44f8d7cda51bed74f7a93e292f77f130a6850b5ee9e6807aa72de396" + +[[files]] +file = "resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_front.png" +hash = "718ce6536fa231a73e6f557dcf3e7b016e4952e6f4a393f38d9408da5d653a66" + +[[files]] +file = "resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_mini_backing.png" +hash = "f19538f56f1829591884c04b26e0d251e56636198c358687502da6fd88b441fc" + +[[files]] +file = "resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_mini_front.png" +hash = "bb70b63fadf01e9b377c06cf142b74a6fad3a249d6e0dfe4940fb60e9b3baefb" + +[[files]] +file = "resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_backing.png" +hash = "3a8a3b13ec1858fa1e8c5a2ac136c32b8e53a8c6541456a94c8006c57151940f" + +[[files]] +file = "resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_front.png" +hash = "bd64d6be0ecf86fd2587f7d0c8f12c5b8922d859d4c5f7396ff42daf701105ea" + +[[files]] +file = "resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_mini_backing.png" +hash = "f45de9ac371a2a1de59d92488478b619826eae72054e2215576519074b189318" + +[[files]] +file = "resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_mini_front.png" +hash = "50e34efaec1f221f1003d5bd888cee73606ea14fda48d98a60364cecb4134dd4" + +[[files]] +file = "resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_backing.png" +hash = "31cf806f45c93c47d1e663889551142eedc4e49808f2fa0fd35461b5d2f30598" + +[[files]] +file = "resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_front.png" +hash = "3da2c149cd7b3abc3d18415ebb2f5c2eb930c37a48c92d1a5f4b2d4c6563ed5b" + +[[files]] +file = "resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_mini_backing.png" +hash = "47badc0322c56e36ce01d0494640ddba1c453adbc62cd8a57c676063efd71d86" + +[[files]] +file = "resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_mini_front.png" +hash = "0aa145cb808d233a5ceca62e69cbe3505d4e21684e0bb8196bcade3edd55797f" + +[[files]] +file = "resources/resourcepacks/bc23-shards/pack.mcmeta" +hash = "f47dc89c8f51b810e4c478174da6e437bafff86047ff9724cd5f4b541ddf1751" + [[files]] file = "resources/resourcepacks/betterdiscs.pw.toml" hash = "8f5ca59ad9e624af1923f2388d3f53edada3d30785729fa169ed9790045dea98" diff --git a/lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/markers.toml b/pack/lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/markers.toml similarity index 100% rename from lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/markers.toml rename to pack/lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/markers.toml diff --git a/lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/region_-1_-1.lmr b/pack/lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/region_-1_-1.lmr similarity index 100% rename from lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/region_-1_-1.lmr rename to pack/lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/region_-1_-1.lmr diff --git a/lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/region_-1_0.lmr b/pack/lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/region_-1_0.lmr similarity index 100% rename from lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/region_-1_0.lmr rename to pack/lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/region_-1_0.lmr diff --git a/lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/region_0_-1.lmr b/pack/lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/region_0_-1.lmr similarity index 100% rename from lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/region_0_-1.lmr rename to pack/lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/region_0_-1.lmr diff --git a/lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/region_0_0.lmr b/pack/lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/region_0_0.lmr similarity index 100% rename from lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/region_0_0.lmr rename to pack/lambdamap/BlanketCon_23_blanketcon.chs.gg_25565/-4115623528033663786/minecraft/overworld/region_0_0.lmr diff --git a/lambdamap/config.toml b/pack/lambdamap/config.toml similarity index 100% rename from lambdamap/config.toml rename to pack/lambdamap/config.toml diff --git a/mods/8187.pw.toml b/pack/mods/8187.pw.toml similarity index 100% rename from mods/8187.pw.toml rename to pack/mods/8187.pw.toml diff --git a/pack/mods/Controlify-1.6.01.20-bc23fix.jar b/pack/mods/Controlify-1.6.01.20-bc23fix.jar new file mode 100644 index 0000000..f214837 Binary files /dev/null and b/pack/mods/Controlify-1.6.01.20-bc23fix.jar differ diff --git a/mods/advanced-networking.pw.toml b/pack/mods/advanced-networking.pw.toml similarity index 100% rename from mods/advanced-networking.pw.toml rename to pack/mods/advanced-networking.pw.toml diff --git a/mods/affectionate.pw.toml b/pack/mods/affectionate.pw.toml similarity index 100% rename from mods/affectionate.pw.toml rename to pack/mods/affectionate.pw.toml diff --git a/mods/alloy-forgery.pw.toml b/pack/mods/alloy-forgery.pw.toml similarity index 100% rename from mods/alloy-forgery.pw.toml rename to pack/mods/alloy-forgery.pw.toml diff --git a/mods/alternate-current.pw.toml b/pack/mods/alternate-current.pw.toml similarity index 100% rename from mods/alternate-current.pw.toml rename to pack/mods/alternate-current.pw.toml diff --git a/mods/amarite.pw.toml b/pack/mods/amarite.pw.toml similarity index 100% rename from mods/amarite.pw.toml rename to pack/mods/amarite.pw.toml diff --git a/mods/apoli.pw.toml b/pack/mods/apoli.pw.toml similarity index 100% rename from mods/apoli.pw.toml rename to pack/mods/apoli.pw.toml diff --git a/mods/apugli.pw.toml b/pack/mods/apugli.pw.toml similarity index 100% rename from mods/apugli.pw.toml rename to pack/mods/apugli.pw.toml diff --git a/mods/arachne.pw.toml b/pack/mods/arachne.pw.toml similarity index 100% rename from mods/arachne.pw.toml rename to pack/mods/arachne.pw.toml diff --git a/mods/arch-ex.pw.toml b/pack/mods/arch-ex.pw.toml similarity index 100% rename from mods/arch-ex.pw.toml rename to pack/mods/arch-ex.pw.toml diff --git a/mods/architectury-api.pw.toml b/pack/mods/architectury-api.pw.toml similarity index 100% rename from mods/architectury-api.pw.toml rename to pack/mods/architectury-api.pw.toml diff --git a/mods/arcpocalypse.pw.toml b/pack/mods/arcpocalypse.pw.toml similarity index 100% rename from mods/arcpocalypse.pw.toml rename to pack/mods/arcpocalypse.pw.toml diff --git a/mods/armorstandeditor.pw.toml b/pack/mods/armorstandeditor.pw.toml similarity index 100% rename from mods/armorstandeditor.pw.toml rename to pack/mods/armorstandeditor.pw.toml diff --git a/mods/async-locator.pw.toml b/pack/mods/async-locator.pw.toml similarity index 100% rename from mods/async-locator.pw.toml rename to pack/mods/async-locator.pw.toml diff --git a/mods/atlas.pw.toml b/pack/mods/atlas.pw.toml similarity index 100% rename from mods/atlas.pw.toml rename to pack/mods/atlas.pw.toml diff --git a/mods/atlaslisbon.pw.toml b/pack/mods/atlaslisbon.pw.toml similarity index 100% rename from mods/atlaslisbon.pw.toml rename to pack/mods/atlaslisbon.pw.toml diff --git a/mods/aurorasdecorations.pw.toml b/pack/mods/aurorasdecorations.pw.toml similarity index 100% rename from mods/aurorasdecorations.pw.toml rename to pack/mods/aurorasdecorations.pw.toml diff --git a/mods/automobility.pw.toml b/pack/mods/automobility.pw.toml similarity index 100% rename from mods/automobility.pw.toml rename to pack/mods/automobility.pw.toml diff --git a/mods/azurelib.pw.toml b/pack/mods/azurelib.pw.toml similarity index 100% rename from mods/azurelib.pw.toml rename to pack/mods/azurelib.pw.toml diff --git a/mods/badstdout.pw.toml b/pack/mods/badstdout.pw.toml similarity index 100% rename from mods/badstdout.pw.toml rename to pack/mods/badstdout.pw.toml diff --git a/mods/banhammer.pw.toml b/pack/mods/banhammer.pw.toml similarity index 100% rename from mods/banhammer.pw.toml rename to pack/mods/banhammer.pw.toml diff --git a/mods/bc23-enchantment-bridge.pw.toml b/pack/mods/bc23-enchantment-bridge.pw.toml similarity index 100% rename from mods/bc23-enchantment-bridge.pw.toml rename to pack/mods/bc23-enchantment-bridge.pw.toml diff --git a/mods/bed-wars.pw.toml b/pack/mods/bed-wars.pw.toml similarity index 100% rename from mods/bed-wars.pw.toml rename to pack/mods/bed-wars.pw.toml diff --git a/mods/befoul.pw.toml b/pack/mods/befoul.pw.toml similarity index 100% rename from mods/befoul.pw.toml rename to pack/mods/befoul.pw.toml diff --git a/mods/better-climbing.pw.toml b/pack/mods/better-climbing.pw.toml similarity index 100% rename from mods/better-climbing.pw.toml rename to pack/mods/better-climbing.pw.toml diff --git a/mods/better-enchantment-boosting.pw.toml b/pack/mods/better-enchantment-boosting.pw.toml similarity index 100% rename from mods/better-enchantment-boosting.pw.toml rename to pack/mods/better-enchantment-boosting.pw.toml diff --git a/mods/blahaj.pw.toml b/pack/mods/blahaj.pw.toml similarity index 100% rename from mods/blahaj.pw.toml rename to pack/mods/blahaj.pw.toml diff --git a/mods/bouncecraft3.pw.toml b/pack/mods/bouncecraft3.pw.toml similarity index 100% rename from mods/bouncecraft3.pw.toml rename to pack/mods/bouncecraft3.pw.toml diff --git a/mods/bovines-and-buttercups.pw.toml b/pack/mods/bovines-and-buttercups.pw.toml similarity index 100% rename from mods/bovines-and-buttercups.pw.toml rename to pack/mods/bovines-and-buttercups.pw.toml diff --git a/mods/brewery.pw.toml b/pack/mods/brewery.pw.toml similarity index 100% rename from mods/brewery.pw.toml rename to pack/mods/brewery.pw.toml diff --git a/mods/build-rush.pw.toml b/pack/mods/build-rush.pw.toml similarity index 100% rename from mods/build-rush.pw.toml rename to pack/mods/build-rush.pw.toml diff --git a/mods/cactusfix.pw.toml b/pack/mods/cactusfix.pw.toml similarity index 100% rename from mods/cactusfix.pw.toml rename to pack/mods/cactusfix.pw.toml diff --git a/mods/calibrated.pw.toml b/pack/mods/calibrated.pw.toml similarity index 100% rename from mods/calibrated.pw.toml rename to pack/mods/calibrated.pw.toml diff --git a/mods/cardinal-components-api.pw.toml b/pack/mods/cardinal-components-api.pw.toml similarity index 100% rename from mods/cardinal-components-api.pw.toml rename to pack/mods/cardinal-components-api.pw.toml diff --git a/mods/carpet-extra.pw.toml b/pack/mods/carpet-extra.pw.toml similarity index 100% rename from mods/carpet-extra.pw.toml rename to pack/mods/carpet-extra.pw.toml diff --git a/mods/carpet-tis-addition.pw.toml b/pack/mods/carpet-tis-addition.pw.toml similarity index 100% rename from mods/carpet-tis-addition.pw.toml rename to pack/mods/carpet-tis-addition.pw.toml diff --git a/mods/carpet.pw.toml b/pack/mods/carpet.pw.toml similarity index 100% rename from mods/carpet.pw.toml rename to pack/mods/carpet.pw.toml diff --git a/mods/cc-tweaked.pw.toml b/pack/mods/cc-tweaked.pw.toml similarity index 100% rename from mods/cc-tweaked.pw.toml rename to pack/mods/cc-tweaked.pw.toml diff --git a/mods/cccbridge.pw.toml b/pack/mods/cccbridge.pw.toml similarity index 100% rename from mods/cccbridge.pw.toml rename to pack/mods/cccbridge.pw.toml diff --git a/mods/chewstuff.pw.toml b/pack/mods/chewstuff.pw.toml similarity index 100% rename from mods/chewstuff.pw.toml rename to pack/mods/chewstuff.pw.toml diff --git a/mods/cloth-config.pw.toml b/pack/mods/cloth-config.pw.toml similarity index 100% rename from mods/cloth-config.pw.toml rename to pack/mods/cloth-config.pw.toml diff --git a/mods/clumps.pw.toml b/pack/mods/clumps.pw.toml similarity index 100% rename from mods/clumps.pw.toml rename to pack/mods/clumps.pw.toml diff --git a/mods/consistencyplus.pw.toml b/pack/mods/consistencyplus.pw.toml similarity index 100% rename from mods/consistencyplus.pw.toml rename to pack/mods/consistencyplus.pw.toml diff --git a/mods/convenient-mobgriefing.pw.toml b/pack/mods/convenient-mobgriefing.pw.toml similarity index 100% rename from mods/convenient-mobgriefing.pw.toml rename to pack/mods/convenient-mobgriefing.pw.toml diff --git a/mods/conventional-cubes.pw.toml b/pack/mods/conventional-cubes.pw.toml similarity index 100% rename from mods/conventional-cubes.pw.toml rename to pack/mods/conventional-cubes.pw.toml diff --git a/mods/create-fabric.pw.toml b/pack/mods/create-fabric.pw.toml similarity index 100% rename from mods/create-fabric.pw.toml rename to pack/mods/create-fabric.pw.toml diff --git a/mods/create-steam-n-rails.pw.toml b/pack/mods/create-steam-n-rails.pw.toml similarity index 100% rename from mods/create-steam-n-rails.pw.toml rename to pack/mods/create-steam-n-rails.pw.toml diff --git a/mods/crunchy-crunchy-advancements.pw.toml b/pack/mods/crunchy-crunchy-advancements.pw.toml similarity index 100% rename from mods/crunchy-crunchy-advancements.pw.toml rename to pack/mods/crunchy-crunchy-advancements.pw.toml diff --git a/mods/datapackportals.pw.toml b/pack/mods/datapackportals.pw.toml similarity index 100% rename from mods/datapackportals.pw.toml rename to pack/mods/datapackportals.pw.toml diff --git a/mods/dawn.pw.toml b/pack/mods/dawn.pw.toml similarity index 100% rename from mods/dawn.pw.toml rename to pack/mods/dawn.pw.toml diff --git a/mods/decomod.pw.toml b/pack/mods/decomod.pw.toml similarity index 100% rename from mods/decomod.pw.toml rename to pack/mods/decomod.pw.toml diff --git a/mods/demobox.pw.toml b/pack/mods/demobox.pw.toml similarity index 100% rename from mods/demobox.pw.toml rename to pack/mods/demobox.pw.toml diff --git a/mods/destroythemonument.pw.toml b/pack/mods/destroythemonument.pw.toml similarity index 100% rename from mods/destroythemonument.pw.toml rename to pack/mods/destroythemonument.pw.toml diff --git a/mods/disableinsecurechattoast.pw.toml b/pack/mods/disableinsecurechattoast.pw.toml similarity index 100% rename from mods/disableinsecurechattoast.pw.toml rename to pack/mods/disableinsecurechattoast.pw.toml diff --git a/mods/discarnate.pw.toml b/pack/mods/discarnate.pw.toml similarity index 100% rename from mods/discarnate.pw.toml rename to pack/mods/discarnate.pw.toml diff --git a/mods/doublejumpattribute.pw.toml b/pack/mods/doublejumpattribute.pw.toml similarity index 100% rename from mods/doublejumpattribute.pw.toml rename to pack/mods/doublejumpattribute.pw.toml diff --git a/mods/dramatic-doors.pw.toml b/pack/mods/dramatic-doors.pw.toml similarity index 100% rename from mods/dramatic-doors.pw.toml rename to pack/mods/dramatic-doors.pw.toml diff --git a/mods/drogstyle.pw.toml b/pack/mods/drogstyle.pw.toml similarity index 100% rename from mods/drogstyle.pw.toml rename to pack/mods/drogstyle.pw.toml diff --git a/mods/ducky-periphs.pw.toml b/pack/mods/ducky-periphs.pw.toml similarity index 100% rename from mods/ducky-periphs.pw.toml rename to pack/mods/ducky-periphs.pw.toml diff --git a/mods/duels.pw.toml b/pack/mods/duels.pw.toml similarity index 100% rename from mods/duels.pw.toml rename to pack/mods/duels.pw.toml diff --git a/mods/dynamic-fps.pw.toml b/pack/mods/dynamic-fps.pw.toml similarity index 100% rename from mods/dynamic-fps.pw.toml rename to pack/mods/dynamic-fps.pw.toml diff --git a/mods/ears.pw.toml b/pack/mods/ears.pw.toml similarity index 100% rename from mods/ears.pw.toml rename to pack/mods/ears.pw.toml diff --git a/mods/ecotones.pw.toml b/pack/mods/ecotones.pw.toml similarity index 100% rename from mods/ecotones.pw.toml rename to pack/mods/ecotones.pw.toml diff --git a/mods/electriceel.pw.toml b/pack/mods/electriceel.pw.toml similarity index 100% rename from mods/electriceel.pw.toml rename to pack/mods/electriceel.pw.toml diff --git a/mods/elegantarmour.pw.toml b/pack/mods/elegantarmour.pw.toml similarity index 100% rename from mods/elegantarmour.pw.toml rename to pack/mods/elegantarmour.pw.toml diff --git a/mods/elysium.pw.toml b/pack/mods/elysium.pw.toml similarity index 100% rename from mods/elysium.pw.toml rename to pack/mods/elysium.pw.toml diff --git a/mods/emi.pw.toml b/pack/mods/emi.pw.toml similarity index 100% rename from mods/emi.pw.toml rename to pack/mods/emi.pw.toml diff --git a/mods/enchancement.pw.toml b/pack/mods/enchancement.pw.toml similarity index 100% rename from mods/enchancement.pw.toml rename to pack/mods/enchancement.pw.toml diff --git a/mods/enchantery.pw.toml b/pack/mods/enchantery.pw.toml similarity index 100% rename from mods/enchantery.pw.toml rename to pack/mods/enchantery.pw.toml diff --git a/mods/ended.pw.toml b/pack/mods/ended.pw.toml similarity index 100% rename from mods/ended.pw.toml rename to pack/mods/ended.pw.toml diff --git a/mods/engination.pw.toml b/pack/mods/engination.pw.toml similarity index 100% rename from mods/engination.pw.toml rename to pack/mods/engination.pw.toml diff --git a/mods/excorrelation.pw.toml b/pack/mods/excorrelation.pw.toml similarity index 100% rename from mods/excorrelation.pw.toml rename to pack/mods/excorrelation.pw.toml diff --git a/mods/extended-drawers.pw.toml b/pack/mods/extended-drawers.pw.toml similarity index 100% rename from mods/extended-drawers.pw.toml rename to pack/mods/extended-drawers.pw.toml diff --git a/mods/fabricae-ex-nihilo.pw.toml b/pack/mods/fabricae-ex-nihilo.pw.toml similarity index 100% rename from mods/fabricae-ex-nihilo.pw.toml rename to pack/mods/fabricae-ex-nihilo.pw.toml diff --git a/mods/fabrication.pw.toml b/pack/mods/fabrication.pw.toml similarity index 100% rename from mods/fabrication.pw.toml rename to pack/mods/fabrication.pw.toml diff --git a/mods/fabrictailor.pw.toml b/pack/mods/fabrictailor.pw.toml similarity index 100% rename from mods/fabrictailor.pw.toml rename to pack/mods/fabrictailor.pw.toml diff --git a/mods/fastback.pw.toml b/pack/mods/fastback.pw.toml similarity index 100% rename from mods/fastback.pw.toml rename to pack/mods/fastback.pw.toml diff --git a/mods/fedicraft.pw.toml b/pack/mods/fedicraft.pw.toml similarity index 100% rename from mods/fedicraft.pw.toml rename to pack/mods/fedicraft.pw.toml diff --git a/mods/ferrite-core.pw.toml b/pack/mods/ferrite-core.pw.toml similarity index 100% rename from mods/ferrite-core.pw.toml rename to pack/mods/ferrite-core.pw.toml diff --git a/mods/figura.pw.toml b/pack/mods/figura.pw.toml similarity index 100% rename from mods/figura.pw.toml rename to pack/mods/figura.pw.toml diff --git a/mods/fireblanket.pw.toml b/pack/mods/fireblanket.pw.toml similarity index 100% rename from mods/fireblanket.pw.toml rename to pack/mods/fireblanket.pw.toml diff --git a/mods/flamingo.pw.toml b/pack/mods/flamingo.pw.toml similarity index 100% rename from mods/flamingo.pw.toml rename to pack/mods/flamingo.pw.toml diff --git a/mods/flywheel.pw.toml b/pack/mods/flywheel.pw.toml similarity index 100% rename from mods/flywheel.pw.toml rename to pack/mods/flywheel.pw.toml diff --git a/mods/forge-config-api-port.pw.toml b/pack/mods/forge-config-api-port.pw.toml similarity index 100% rename from mods/forge-config-api-port.pw.toml rename to pack/mods/forge-config-api-port.pw.toml diff --git a/mods/fortress.pw.toml b/pack/mods/fortress.pw.toml similarity index 100% rename from mods/fortress.pw.toml rename to pack/mods/fortress.pw.toml diff --git a/mods/foxbox.pw.toml b/pack/mods/foxbox.pw.toml similarity index 100% rename from mods/foxbox.pw.toml rename to pack/mods/foxbox.pw.toml diff --git a/mods/geckolib.pw.toml b/pack/mods/geckolib.pw.toml similarity index 100% rename from mods/geckolib.pw.toml rename to pack/mods/geckolib.pw.toml diff --git a/mods/geocluster.pw.toml b/pack/mods/geocluster.pw.toml similarity index 100% rename from mods/geocluster.pw.toml rename to pack/mods/geocluster.pw.toml diff --git a/mods/gildednetherite.pw.toml b/pack/mods/gildednetherite.pw.toml similarity index 100% rename from mods/gildednetherite.pw.toml rename to pack/mods/gildednetherite.pw.toml diff --git a/mods/glassential-fabric.pw.toml b/pack/mods/glassential-fabric.pw.toml similarity index 100% rename from mods/glassential-fabric.pw.toml rename to pack/mods/glassential-fabric.pw.toml diff --git a/mods/glowcase.pw.toml b/pack/mods/glowcase.pw.toml similarity index 100% rename from mods/glowcase.pw.toml rename to pack/mods/glowcase.pw.toml diff --git a/mods/goml-reserved.pw.toml b/pack/mods/goml-reserved.pw.toml similarity index 100% rename from mods/goml-reserved.pw.toml rename to pack/mods/goml-reserved.pw.toml diff --git a/mods/gravity-api.pw.toml b/pack/mods/gravity-api.pw.toml similarity index 100% rename from mods/gravity-api.pw.toml rename to pack/mods/gravity-api.pw.toml diff --git a/mods/green-screen.pw.toml b/pack/mods/green-screen.pw.toml similarity index 100% rename from mods/green-screen.pw.toml rename to pack/mods/green-screen.pw.toml diff --git a/mods/halfdoors.pw.toml b/pack/mods/halfdoors.pw.toml similarity index 100% rename from mods/halfdoors.pw.toml rename to pack/mods/halfdoors.pw.toml diff --git a/mods/hazard-diamond.pw.toml b/pack/mods/hazard-diamond.pw.toml similarity index 100% rename from mods/hazard-diamond.pw.toml rename to pack/mods/hazard-diamond.pw.toml diff --git a/mods/heart-of-the-machine.pw.toml b/pack/mods/heart-of-the-machine.pw.toml similarity index 100% rename from mods/heart-of-the-machine.pw.toml rename to pack/mods/heart-of-the-machine.pw.toml diff --git a/mods/hex-casting.pw.toml b/pack/mods/hex-casting.pw.toml similarity index 100% rename from mods/hex-casting.pw.toml rename to pack/mods/hex-casting.pw.toml diff --git a/mods/hexal.pw.toml b/pack/mods/hexal.pw.toml similarity index 100% rename from mods/hexal.pw.toml rename to pack/mods/hexal.pw.toml diff --git a/mods/hexbound.pw.toml b/pack/mods/hexbound.pw.toml similarity index 100% rename from mods/hexbound.pw.toml rename to pack/mods/hexbound.pw.toml diff --git a/mods/honk.pw.toml b/pack/mods/honk.pw.toml similarity index 100% rename from mods/honk.pw.toml rename to pack/mods/honk.pw.toml diff --git a/mods/icyincitement.pw.toml b/pack/mods/icyincitement.pw.toml similarity index 100% rename from mods/icyincitement.pw.toml rename to pack/mods/icyincitement.pw.toml diff --git a/mods/image2map.pw.toml b/pack/mods/image2map.pw.toml similarity index 100% rename from mods/image2map.pw.toml rename to pack/mods/image2map.pw.toml diff --git a/mods/immediatelyfast.pw.toml b/pack/mods/immediatelyfast.pw.toml similarity index 100% rename from mods/immediatelyfast.pw.toml rename to pack/mods/immediatelyfast.pw.toml diff --git a/mods/indium.pw.toml b/pack/mods/indium.pw.toml similarity index 100% rename from mods/indium.pw.toml rename to pack/mods/indium.pw.toml diff --git a/mods/jamlib.pw.toml b/pack/mods/jamlib.pw.toml similarity index 100% rename from mods/jamlib.pw.toml rename to pack/mods/jamlib.pw.toml diff --git a/mods/kettle.pw.toml b/pack/mods/kettle.pw.toml similarity index 100% rename from mods/kettle.pw.toml rename to pack/mods/kettle.pw.toml diff --git a/mods/koth.pw.toml b/pack/mods/koth.pw.toml similarity index 100% rename from mods/koth.pw.toml rename to pack/mods/koth.pw.toml diff --git a/mods/krypton.pw.toml b/pack/mods/krypton.pw.toml similarity index 100% rename from mods/krypton.pw.toml rename to pack/mods/krypton.pw.toml diff --git a/mods/lambdamap.pw.toml b/pack/mods/lambdamap.pw.toml similarity index 100% rename from mods/lambdamap.pw.toml rename to pack/mods/lambdamap.pw.toml diff --git a/mods/ledger.pw.toml b/pack/mods/ledger.pw.toml similarity index 100% rename from mods/ledger.pw.toml rename to pack/mods/ledger.pw.toml diff --git a/mods/lib39.pw.toml b/pack/mods/lib39.pw.toml similarity index 100% rename from mods/lib39.pw.toml rename to pack/mods/lib39.pw.toml diff --git a/mods/libnetworkstack.pw.toml b/pack/mods/libnetworkstack.pw.toml similarity index 100% rename from mods/libnetworkstack.pw.toml rename to pack/mods/libnetworkstack.pw.toml diff --git a/mods/lighty.pw.toml b/pack/mods/lighty.pw.toml similarity index 100% rename from mods/lighty.pw.toml rename to pack/mods/lighty.pw.toml diff --git a/mods/limbonic-legacy.pw.toml b/pack/mods/limbonic-legacy.pw.toml similarity index 100% rename from mods/limbonic-legacy.pw.toml rename to pack/mods/limbonic-legacy.pw.toml diff --git a/mods/lithium.pw.toml b/pack/mods/lithium.pw.toml similarity index 100% rename from mods/lithium.pw.toml rename to pack/mods/lithium.pw.toml diff --git a/mods/loopdeloop.pw.toml b/pack/mods/loopdeloop.pw.toml similarity index 100% rename from mods/loopdeloop.pw.toml rename to pack/mods/loopdeloop.pw.toml diff --git a/mods/lovely_snails.pw.toml b/pack/mods/lovely_snails.pw.toml similarity index 100% rename from mods/lovely_snails.pw.toml rename to pack/mods/lovely_snails.pw.toml diff --git a/mods/luckperms.pw.toml b/pack/mods/luckperms.pw.toml similarity index 100% rename from mods/luckperms.pw.toml rename to pack/mods/luckperms.pw.toml diff --git a/mods/luckyducks.pw.toml b/pack/mods/luckyducks.pw.toml similarity index 100% rename from mods/luckyducks.pw.toml rename to pack/mods/luckyducks.pw.toml diff --git a/mods/maintenancemode.pw.toml b/pack/mods/maintenancemode.pw.toml similarity index 100% rename from mods/maintenancemode.pw.toml rename to pack/mods/maintenancemode.pw.toml diff --git a/mods/map-shirts.pw.toml b/pack/mods/map-shirts.pw.toml similarity index 100% rename from mods/map-shirts.pw.toml rename to pack/mods/map-shirts.pw.toml diff --git a/mods/map-zones.pw.toml b/pack/mods/map-zones.pw.toml similarity index 100% rename from mods/map-zones.pw.toml rename to pack/mods/map-zones.pw.toml diff --git a/mods/midnightlib.pw.toml b/pack/mods/midnightlib.pw.toml similarity index 100% rename from mods/midnightlib.pw.toml rename to pack/mods/midnightlib.pw.toml diff --git a/mods/milk_plus.pw.toml b/pack/mods/milk_plus.pw.toml similarity index 100% rename from mods/milk_plus.pw.toml rename to pack/mods/milk_plus.pw.toml diff --git a/mods/missing-wilds.pw.toml b/pack/mods/missing-wilds.pw.toml similarity index 100% rename from mods/missing-wilds.pw.toml rename to pack/mods/missing-wilds.pw.toml diff --git a/mods/mixintrace.pw.toml b/pack/mods/mixintrace.pw.toml similarity index 100% rename from mods/mixintrace.pw.toml rename to pack/mods/mixintrace.pw.toml diff --git a/mods/modernfix.pw.toml b/pack/mods/modernfix.pw.toml similarity index 100% rename from mods/modernfix.pw.toml rename to pack/mods/modernfix.pw.toml diff --git a/mods/modmenu.pw.toml b/pack/mods/modmenu.pw.toml similarity index 100% rename from mods/modmenu.pw.toml rename to pack/mods/modmenu.pw.toml diff --git a/mods/moonlight.pw.toml b/pack/mods/moonlight.pw.toml similarity index 100% rename from mods/moonlight.pw.toml rename to pack/mods/moonlight.pw.toml diff --git a/mods/more-iotas.pw.toml b/pack/mods/more-iotas.pw.toml similarity index 100% rename from mods/more-iotas.pw.toml rename to pack/mods/more-iotas.pw.toml diff --git a/mods/moue-milkshakes.pw.toml b/pack/mods/moue-milkshakes.pw.toml similarity index 100% rename from mods/moue-milkshakes.pw.toml rename to pack/mods/moue-milkshakes.pw.toml diff --git a/mods/mycoturgy.pw.toml b/pack/mods/mycoturgy.pw.toml similarity index 100% rename from mods/mycoturgy.pw.toml rename to pack/mods/mycoturgy.pw.toml diff --git a/mods/mythicmetals.pw.toml b/pack/mods/mythicmetals.pw.toml similarity index 100% rename from mods/mythicmetals.pw.toml rename to pack/mods/mythicmetals.pw.toml diff --git a/mods/no-chat-reports.pw.toml b/pack/mods/no-chat-reports.pw.toml similarity index 100% rename from mods/no-chat-reports.pw.toml rename to pack/mods/no-chat-reports.pw.toml diff --git a/mods/nodeflow.pw.toml b/pack/mods/nodeflow.pw.toml similarity index 100% rename from mods/nodeflow.pw.toml rename to pack/mods/nodeflow.pw.toml diff --git a/mods/now-playing.pw.toml b/pack/mods/now-playing.pw.toml similarity index 100% rename from mods/now-playing.pw.toml rename to pack/mods/now-playing.pw.toml diff --git a/mods/nucleoid-creator-tools.pw.toml b/pack/mods/nucleoid-creator-tools.pw.toml similarity index 100% rename from mods/nucleoid-creator-tools.pw.toml rename to pack/mods/nucleoid-creator-tools.pw.toml diff --git a/mods/nucleoid-extras-blanketcon.pw.toml b/pack/mods/nucleoid-extras-blanketcon.pw.toml similarity index 100% rename from mods/nucleoid-extras-blanketcon.pw.toml rename to pack/mods/nucleoid-extras-blanketcon.pw.toml diff --git a/mods/obsidianslab.pw.toml b/pack/mods/obsidianslab.pw.toml similarity index 100% rename from mods/obsidianslab.pw.toml rename to pack/mods/obsidianslab.pw.toml diff --git a/mods/ochetgenyo.pw.toml b/pack/mods/ochetgenyo.pw.toml similarity index 100% rename from mods/ochetgenyo.pw.toml rename to pack/mods/ochetgenyo.pw.toml diff --git a/mods/origins-minus.pw.toml b/pack/mods/origins-minus.pw.toml similarity index 100% rename from mods/origins-minus.pw.toml rename to pack/mods/origins-minus.pw.toml diff --git a/mods/origins.pw.toml b/pack/mods/origins.pw.toml similarity index 100% rename from mods/origins.pw.toml rename to pack/mods/origins.pw.toml diff --git a/mods/owo-lib.pw.toml b/pack/mods/owo-lib.pw.toml similarity index 100% rename from mods/owo-lib.pw.toml rename to pack/mods/owo-lib.pw.toml diff --git a/mods/packages.pw.toml b/pack/mods/packages.pw.toml similarity index 100% rename from mods/packages.pw.toml rename to pack/mods/packages.pw.toml diff --git a/mods/patchouli.pw.toml b/pack/mods/patchouli.pw.toml similarity index 100% rename from mods/patchouli.pw.toml rename to pack/mods/patchouli.pw.toml diff --git a/mods/paucal.pw.toml b/pack/mods/paucal.pw.toml similarity index 100% rename from mods/paucal.pw.toml rename to pack/mods/paucal.pw.toml diff --git a/mods/peculiarpieces.pw.toml b/pack/mods/peculiarpieces.pw.toml similarity index 100% rename from mods/peculiarpieces.pw.toml rename to pack/mods/peculiarpieces.pw.toml diff --git a/mods/pehkui.pw.toml b/pack/mods/pehkui.pw.toml similarity index 100% rename from mods/pehkui.pw.toml rename to pack/mods/pehkui.pw.toml diff --git a/mods/peripheralium.pw.toml b/pack/mods/peripheralium.pw.toml similarity index 100% rename from mods/peripheralium.pw.toml rename to pack/mods/peripheralium.pw.toml diff --git a/mods/phonochat.pw.toml b/pack/mods/phonochat.pw.toml similarity index 100% rename from mods/phonochat.pw.toml rename to pack/mods/phonochat.pw.toml diff --git a/mods/phonos.pw.toml b/pack/mods/phonos.pw.toml similarity index 100% rename from mods/phonos.pw.toml rename to pack/mods/phonos.pw.toml diff --git a/mods/picturesign.pw.toml b/pack/mods/picturesign.pw.toml similarity index 100% rename from mods/picturesign.pw.toml rename to pack/mods/picturesign.pw.toml diff --git a/mods/piercingpaxels.pw.toml b/pack/mods/piercingpaxels.pw.toml similarity index 100% rename from mods/piercingpaxels.pw.toml rename to pack/mods/piercingpaxels.pw.toml diff --git a/mods/pineapple-mod.pw.toml b/pack/mods/pineapple-mod.pw.toml similarity index 100% rename from mods/pineapple-mod.pw.toml rename to pack/mods/pineapple-mod.pw.toml diff --git a/mods/plant-in-a-jar.pw.toml b/pack/mods/plant-in-a-jar.pw.toml similarity index 100% rename from mods/plant-in-a-jar.pw.toml rename to pack/mods/plant-in-a-jar.pw.toml diff --git a/mods/plasmid.pw.toml b/pack/mods/plasmid.pw.toml similarity index 100% rename from mods/plasmid.pw.toml rename to pack/mods/plasmid.pw.toml diff --git a/mods/plethora-peripherals.pw.toml b/pack/mods/plethora-peripherals.pw.toml similarity index 100% rename from mods/plethora-peripherals.pw.toml rename to pack/mods/plethora-peripherals.pw.toml diff --git a/mods/plushables.pw.toml b/pack/mods/plushables.pw.toml similarity index 100% rename from mods/plushables.pw.toml rename to pack/mods/plushables.pw.toml diff --git a/mods/polaroidcamera.pw.toml b/pack/mods/polaroidcamera.pw.toml similarity index 100% rename from mods/polaroidcamera.pw.toml rename to pack/mods/polaroidcamera.pw.toml diff --git a/mods/pollinators-paradise.pw.toml b/pack/mods/pollinators-paradise.pw.toml similarity index 100% rename from mods/pollinators-paradise.pw.toml rename to pack/mods/pollinators-paradise.pw.toml diff --git a/mods/polydex.pw.toml b/pack/mods/polydex.pw.toml similarity index 100% rename from mods/polydex.pw.toml rename to pack/mods/polydex.pw.toml diff --git a/mods/polyfactory.pw.toml b/pack/mods/polyfactory.pw.toml similarity index 100% rename from mods/polyfactory.pw.toml rename to pack/mods/polyfactory.pw.toml diff --git a/mods/polymer.pw.toml b/pack/mods/polymer.pw.toml similarity index 100% rename from mods/polymer.pw.toml rename to pack/mods/polymer.pw.toml diff --git a/mods/portal-cubed.pw.toml b/pack/mods/portal-cubed.pw.toml similarity index 100% rename from mods/portal-cubed.pw.toml rename to pack/mods/portal-cubed.pw.toml diff --git a/mods/potionparticlepack.pw.toml b/pack/mods/potionparticlepack.pw.toml similarity index 100% rename from mods/potionparticlepack.pw.toml rename to pack/mods/potionparticlepack.pw.toml diff --git a/mods/power-networks.pw.toml b/pack/mods/power-networks.pw.toml similarity index 100% rename from mods/power-networks.pw.toml rename to pack/mods/power-networks.pw.toml diff --git a/mods/promenade.pw.toml b/pack/mods/promenade.pw.toml similarity index 100% rename from mods/promenade.pw.toml rename to pack/mods/promenade.pw.toml diff --git a/mods/proxyfox-debug.pw.toml b/pack/mods/proxyfox-debug.pw.toml similarity index 100% rename from mods/proxyfox-debug.pw.toml rename to pack/mods/proxyfox-debug.pw.toml diff --git a/mods/pswg.pw.toml b/pack/mods/pswg.pw.toml similarity index 100% rename from mods/pswg.pw.toml rename to pack/mods/pswg.pw.toml diff --git a/mods/ptables.pw.toml b/pack/mods/ptables.pw.toml similarity index 100% rename from mods/ptables.pw.toml rename to pack/mods/ptables.pw.toml diff --git a/mods/qdresloader.pw.toml b/pack/mods/qdresloader.pw.toml similarity index 100% rename from mods/qdresloader.pw.toml rename to pack/mods/qdresloader.pw.toml diff --git a/mods/qdwarp.pw.toml b/pack/mods/qdwarp.pw.toml similarity index 100% rename from mods/qdwarp.pw.toml rename to pack/mods/qdwarp.pw.toml diff --git a/mods/qkl.pw.toml b/pack/mods/qkl.pw.toml similarity index 100% rename from mods/qkl.pw.toml rename to pack/mods/qkl.pw.toml diff --git a/mods/qsl.pw.toml b/pack/mods/qsl.pw.toml similarity index 100% rename from mods/qsl.pw.toml rename to pack/mods/qsl.pw.toml diff --git a/mods/quakecraft.pw.toml b/pack/mods/quakecraft.pw.toml similarity index 100% rename from mods/quakecraft.pw.toml rename to pack/mods/quakecraft.pw.toml diff --git a/mods/rainglow.pw.toml b/pack/mods/rainglow.pw.toml similarity index 100% rename from mods/rainglow.pw.toml rename to pack/mods/rainglow.pw.toml diff --git a/mods/registries-can-be-warm.pw.toml b/pack/mods/registries-can-be-warm.pw.toml similarity index 100% rename from mods/registries-can-be-warm.pw.toml rename to pack/mods/registries-can-be-warm.pw.toml diff --git a/mods/restart-server.pw.toml b/pack/mods/restart-server.pw.toml similarity index 100% rename from mods/restart-server.pw.toml rename to pack/mods/restart-server.pw.toml diff --git a/mods/rocketspleef.pw.toml b/pack/mods/rocketspleef.pw.toml similarity index 100% rename from mods/rocketspleef.pw.toml rename to pack/mods/rocketspleef.pw.toml diff --git a/mods/sandwichable.pw.toml b/pack/mods/sandwichable.pw.toml similarity index 100% rename from mods/sandwichable.pw.toml rename to pack/mods/sandwichable.pw.toml diff --git a/mods/scarves.pw.toml b/pack/mods/scarves.pw.toml similarity index 100% rename from mods/scarves.pw.toml rename to pack/mods/scarves.pw.toml diff --git a/mods/scattered-shards.pw.toml b/pack/mods/scattered-shards.pw.toml similarity index 100% rename from mods/scattered-shards.pw.toml rename to pack/mods/scattered-shards.pw.toml diff --git a/mods/scriptor-magicae.pw.toml b/pack/mods/scriptor-magicae.pw.toml similarity index 100% rename from mods/scriptor-magicae.pw.toml rename to pack/mods/scriptor-magicae.pw.toml diff --git a/mods/server-controls.pw.toml b/pack/mods/server-controls.pw.toml similarity index 100% rename from mods/server-controls.pw.toml rename to pack/mods/server-controls.pw.toml diff --git a/mods/servercore.pw.toml b/pack/mods/servercore.pw.toml similarity index 100% rename from mods/servercore.pw.toml rename to pack/mods/servercore.pw.toml diff --git a/mods/shadowsgate.pw.toml b/pack/mods/shadowsgate.pw.toml similarity index 100% rename from mods/shadowsgate.pw.toml rename to pack/mods/shadowsgate.pw.toml diff --git a/mods/simple-voice-chat.pw.toml b/pack/mods/simple-voice-chat.pw.toml similarity index 100% rename from mods/simple-voice-chat.pw.toml rename to pack/mods/simple-voice-chat.pw.toml diff --git a/mods/simply-starminer.pw.toml b/pack/mods/simply-starminer.pw.toml similarity index 100% rename from mods/simply-starminer.pw.toml rename to pack/mods/simply-starminer.pw.toml diff --git a/mods/skywars.pw.toml b/pack/mods/skywars.pw.toml similarity index 100% rename from mods/skywars.pw.toml rename to pack/mods/skywars.pw.toml diff --git a/mods/smartbrainlib.pw.toml b/pack/mods/smartbrainlib.pw.toml similarity index 100% rename from mods/smartbrainlib.pw.toml rename to pack/mods/smartbrainlib.pw.toml diff --git a/mods/snake.pw.toml b/pack/mods/snake.pw.toml similarity index 100% rename from mods/snake.pw.toml rename to pack/mods/snake.pw.toml diff --git a/mods/sodium.pw.toml b/pack/mods/sodium.pw.toml similarity index 100% rename from mods/sodium.pw.toml rename to pack/mods/sodium.pw.toml diff --git a/mods/softerpastels.pw.toml b/pack/mods/softerpastels.pw.toml similarity index 100% rename from mods/softerpastels.pw.toml rename to pack/mods/softerpastels.pw.toml diff --git a/mods/soulice.pw.toml b/pack/mods/soulice.pw.toml similarity index 100% rename from mods/soulice.pw.toml rename to pack/mods/soulice.pw.toml diff --git a/mods/spark.pw.toml b/pack/mods/spark.pw.toml similarity index 100% rename from mods/spark.pw.toml rename to pack/mods/spark.pw.toml diff --git a/mods/spindlemark.pw.toml b/pack/mods/spindlemark.pw.toml similarity index 100% rename from mods/spindlemark.pw.toml rename to pack/mods/spindlemark.pw.toml diff --git a/mods/spleef.pw.toml b/pack/mods/spleef.pw.toml similarity index 100% rename from mods/spleef.pw.toml rename to pack/mods/spleef.pw.toml diff --git a/mods/starlight.pw.toml b/pack/mods/starlight.pw.toml similarity index 100% rename from mods/starlight.pw.toml rename to pack/mods/starlight.pw.toml diff --git a/mods/stimuli.pw.toml b/pack/mods/stimuli.pw.toml similarity index 100% rename from mods/stimuli.pw.toml rename to pack/mods/stimuli.pw.toml diff --git a/mods/styled-chat.pw.toml b/pack/mods/styled-chat.pw.toml similarity index 100% rename from mods/styled-chat.pw.toml rename to pack/mods/styled-chat.pw.toml diff --git a/mods/styled-nicknames.pw.toml b/pack/mods/styled-nicknames.pw.toml similarity index 100% rename from mods/styled-nicknames.pw.toml rename to pack/mods/styled-nicknames.pw.toml diff --git a/mods/styled-sidebars.pw.toml b/pack/mods/styled-sidebars.pw.toml similarity index 100% rename from mods/styled-sidebars.pw.toml rename to pack/mods/styled-sidebars.pw.toml diff --git a/mods/styledplayerlist.pw.toml b/pack/mods/styledplayerlist.pw.toml similarity index 100% rename from mods/styledplayerlist.pw.toml rename to pack/mods/styledplayerlist.pw.toml diff --git a/mods/substrate.pw.toml b/pack/mods/substrate.pw.toml similarity index 100% rename from mods/substrate.pw.toml rename to pack/mods/substrate.pw.toml diff --git a/mods/succ.pw.toml b/pack/mods/succ.pw.toml similarity index 100% rename from mods/succ.pw.toml rename to pack/mods/succ.pw.toml diff --git a/mods/survival-games.pw.toml b/pack/mods/survival-games.pw.toml similarity index 100% rename from mods/survival-games.pw.toml rename to pack/mods/survival-games.pw.toml diff --git a/mods/suspicious-shapes.pw.toml b/pack/mods/suspicious-shapes.pw.toml similarity index 100% rename from mods/suspicious-shapes.pw.toml rename to pack/mods/suspicious-shapes.pw.toml diff --git a/mods/switchy-proxy.pw.toml b/pack/mods/switchy-proxy.pw.toml similarity index 100% rename from mods/switchy-proxy.pw.toml rename to pack/mods/switchy-proxy.pw.toml diff --git a/mods/switchy.pw.toml b/pack/mods/switchy.pw.toml similarity index 100% rename from mods/switchy.pw.toml rename to pack/mods/switchy.pw.toml diff --git a/mods/switchykit.pw.toml b/pack/mods/switchykit.pw.toml similarity index 100% rename from mods/switchykit.pw.toml rename to pack/mods/switchykit.pw.toml diff --git a/mods/tablesaw.pw.toml b/pack/mods/tablesaw.pw.toml similarity index 100% rename from mods/tablesaw.pw.toml rename to pack/mods/tablesaw.pw.toml diff --git a/mods/taterzens.pw.toml b/pack/mods/taterzens.pw.toml similarity index 100% rename from mods/taterzens.pw.toml rename to pack/mods/taterzens.pw.toml diff --git a/mods/teabridge.pw.toml b/pack/mods/teabridge.pw.toml similarity index 100% rename from mods/teabridge.pw.toml rename to pack/mods/teabridge.pw.toml diff --git a/mods/templates-2.pw.toml b/pack/mods/templates-2.pw.toml similarity index 100% rename from mods/templates-2.pw.toml rename to pack/mods/templates-2.pw.toml diff --git a/mods/terracotta-knights.pw.toml b/pack/mods/terracotta-knights.pw.toml similarity index 100% rename from mods/terracotta-knights.pw.toml rename to pack/mods/terracotta-knights.pw.toml diff --git a/mods/terraform-wood-api.pw.toml b/pack/mods/terraform-wood-api.pw.toml similarity index 100% rename from mods/terraform-wood-api.pw.toml rename to pack/mods/terraform-wood-api.pw.toml diff --git a/mods/terrariamod.pw.toml b/pack/mods/terrariamod.pw.toml similarity index 100% rename from mods/terrariamod.pw.toml rename to pack/mods/terrariamod.pw.toml diff --git a/mods/the-mighty-architectury.pw.toml b/pack/mods/the-mighty-architectury.pw.toml similarity index 100% rename from mods/the-mighty-architectury.pw.toml rename to pack/mods/the-mighty-architectury.pw.toml diff --git a/mods/the-printer.pw.toml b/pack/mods/the-printer.pw.toml similarity index 100% rename from mods/the-printer.pw.toml rename to pack/mods/the-printer.pw.toml diff --git a/mods/the-towers.pw.toml b/pack/mods/the-towers.pw.toml similarity index 100% rename from mods/the-towers.pw.toml rename to pack/mods/the-towers.pw.toml diff --git a/mods/threadtweak.pw.toml b/pack/mods/threadtweak.pw.toml similarity index 100% rename from mods/threadtweak.pw.toml rename to pack/mods/threadtweak.pw.toml diff --git a/mods/time-changer.pw.toml b/pack/mods/time-changer.pw.toml similarity index 100% rename from mods/time-changer.pw.toml rename to pack/mods/time-changer.pw.toml diff --git a/mods/timelock.pw.toml b/pack/mods/timelock.pw.toml similarity index 100% rename from mods/timelock.pw.toml rename to pack/mods/timelock.pw.toml diff --git a/mods/timeoutout.pw.toml b/pack/mods/timeoutout.pw.toml similarity index 100% rename from mods/timeoutout.pw.toml rename to pack/mods/timeoutout.pw.toml diff --git a/mods/tinkerers-smithing.pw.toml b/pack/mods/tinkerers-smithing.pw.toml similarity index 100% rename from mods/tinkerers-smithing.pw.toml rename to pack/mods/tinkerers-smithing.pw.toml diff --git a/mods/toomanyorigins.pw.toml b/pack/mods/toomanyorigins.pw.toml similarity index 100% rename from mods/toomanyorigins.pw.toml rename to pack/mods/toomanyorigins.pw.toml diff --git a/mods/trailier.pw.toml b/pack/mods/trailier.pw.toml similarity index 100% rename from mods/trailier.pw.toml rename to pack/mods/trailier.pw.toml diff --git a/mods/tree-hollows.pw.toml b/pack/mods/tree-hollows.pw.toml similarity index 100% rename from mods/tree-hollows.pw.toml rename to pack/mods/tree-hollows.pw.toml diff --git a/mods/trinkets.pw.toml b/pack/mods/trinkets.pw.toml similarity index 100% rename from mods/trinkets.pw.toml rename to pack/mods/trinkets.pw.toml diff --git a/mods/tropics.pw.toml b/pack/mods/tropics.pw.toml similarity index 100% rename from mods/tropics.pw.toml rename to pack/mods/tropics.pw.toml diff --git a/mods/turtlematic.pw.toml b/pack/mods/turtlematic.pw.toml similarity index 100% rename from mods/turtlematic.pw.toml rename to pack/mods/turtlematic.pw.toml diff --git a/mods/universal-graves.pw.toml b/pack/mods/universal-graves.pw.toml similarity index 100% rename from mods/universal-graves.pw.toml rename to pack/mods/universal-graves.pw.toml diff --git a/mods/universal-shops.pw.toml b/pack/mods/universal-shops.pw.toml similarity index 100% rename from mods/universal-shops.pw.toml rename to pack/mods/universal-shops.pw.toml diff --git a/mods/unlimitedperipheralworks.pw.toml b/pack/mods/unlimitedperipheralworks.pw.toml similarity index 100% rename from mods/unlimitedperipheralworks.pw.toml rename to pack/mods/unlimitedperipheralworks.pw.toml diff --git a/mods/utility-belt.pw.toml b/pack/mods/utility-belt.pw.toml similarity index 100% rename from mods/utility-belt.pw.toml rename to pack/mods/utility-belt.pw.toml diff --git a/mods/vanilla-permissions.pw.toml b/pack/mods/vanilla-permissions.pw.toml similarity index 100% rename from mods/vanilla-permissions.pw.toml rename to pack/mods/vanilla-permissions.pw.toml diff --git a/mods/visiblebarriers.pw.toml b/pack/mods/visiblebarriers.pw.toml similarity index 100% rename from mods/visiblebarriers.pw.toml rename to pack/mods/visiblebarriers.pw.toml diff --git a/mods/vmp-fabric.pw.toml b/pack/mods/vmp-fabric.pw.toml similarity index 100% rename from mods/vmp-fabric.pw.toml rename to pack/mods/vmp-fabric.pw.toml diff --git a/mods/wahoo.pw.toml b/pack/mods/wahoo.pw.toml similarity index 100% rename from mods/wahoo.pw.toml rename to pack/mods/wahoo.pw.toml diff --git a/mods/wandererscatalogue.pw.toml b/pack/mods/wandererscatalogue.pw.toml similarity index 100% rename from mods/wandererscatalogue.pw.toml rename to pack/mods/wandererscatalogue.pw.toml diff --git a/mods/wandering-wizardry.pw.toml b/pack/mods/wandering-wizardry.pw.toml similarity index 100% rename from mods/wandering-wizardry.pw.toml rename to pack/mods/wandering-wizardry.pw.toml diff --git a/mods/water-walking-fix.pw.toml b/pack/mods/water-walking-fix.pw.toml similarity index 100% rename from mods/water-walking-fix.pw.toml rename to pack/mods/water-walking-fix.pw.toml diff --git a/mods/wdmnf.pw.toml b/pack/mods/wdmnf.pw.toml similarity index 100% rename from mods/wdmnf.pw.toml rename to pack/mods/wdmnf.pw.toml diff --git a/mods/wearthat.pw.toml b/pack/mods/wearthat.pw.toml similarity index 100% rename from mods/wearthat.pw.toml rename to pack/mods/wearthat.pw.toml diff --git a/mods/wecui.pw.toml b/pack/mods/wecui.pw.toml similarity index 100% rename from mods/wecui.pw.toml rename to pack/mods/wecui.pw.toml diff --git a/mods/wiredredstone.pw.toml b/pack/mods/wiredredstone.pw.toml similarity index 100% rename from mods/wiredredstone.pw.toml rename to pack/mods/wiredredstone.pw.toml diff --git a/mods/worldborderfix.pw.toml b/pack/mods/worldborderfix.pw.toml similarity index 100% rename from mods/worldborderfix.pw.toml rename to pack/mods/worldborderfix.pw.toml diff --git a/mods/worldedit-mod-7.2.15.jar b/pack/mods/worldedit-mod-7.2.15.jar similarity index 100% rename from mods/worldedit-mod-7.2.15.jar rename to pack/mods/worldedit-mod-7.2.15.jar diff --git a/mods/worldinajar.pw.toml b/pack/mods/worldinajar.pw.toml similarity index 100% rename from mods/worldinajar.pw.toml rename to pack/mods/worldinajar.pw.toml diff --git a/mods/wyd.pw.toml b/pack/mods/wyd.pw.toml similarity index 100% rename from mods/wyd.pw.toml rename to pack/mods/wyd.pw.toml diff --git a/mods/yacl.pw.toml b/pack/mods/yacl.pw.toml similarity index 100% rename from mods/yacl.pw.toml rename to pack/mods/yacl.pw.toml diff --git a/mods/yardwork.pw.toml b/pack/mods/yardwork.pw.toml similarity index 100% rename from mods/yardwork.pw.toml rename to pack/mods/yardwork.pw.toml diff --git a/mods/yawp.pw.toml b/pack/mods/yawp.pw.toml similarity index 100% rename from mods/yawp.pw.toml rename to pack/mods/yawp.pw.toml diff --git a/mods/yttr.pw.toml b/pack/mods/yttr.pw.toml similarity index 100% rename from mods/yttr.pw.toml rename to pack/mods/yttr.pw.toml diff --git a/music/AimToHead_01_HAIL.ogg b/pack/music/AimToHead_01_HAIL.ogg similarity index 100% rename from music/AimToHead_01_HAIL.ogg rename to pack/music/AimToHead_01_HAIL.ogg diff --git a/music/AimToHead_02_KARNAL.ogg b/pack/music/AimToHead_02_KARNAL.ogg similarity index 100% rename from music/AimToHead_02_KARNAL.ogg rename to pack/music/AimToHead_02_KARNAL.ogg diff --git a/music/AimToHead_03_THROB.ogg b/pack/music/AimToHead_03_THROB.ogg similarity index 100% rename from music/AimToHead_03_THROB.ogg rename to pack/music/AimToHead_03_THROB.ogg diff --git a/music/AimToHead_04_UNLOGIC.ogg b/pack/music/AimToHead_04_UNLOGIC.ogg similarity index 100% rename from music/AimToHead_04_UNLOGIC.ogg rename to pack/music/AimToHead_04_UNLOGIC.ogg diff --git a/music/AimToHead_05_BITE.ogg b/pack/music/AimToHead_05_BITE.ogg similarity index 100% rename from music/AimToHead_05_BITE.ogg rename to pack/music/AimToHead_05_BITE.ogg diff --git a/music/AimToHead_06_MASSACRE.ogg b/pack/music/AimToHead_06_MASSACRE.ogg similarity index 100% rename from music/AimToHead_06_MASSACRE.ogg rename to pack/music/AimToHead_06_MASSACRE.ogg diff --git a/music/AimToHead_07_CHAINS.ogg b/pack/music/AimToHead_07_CHAINS.ogg similarity index 100% rename from music/AimToHead_07_CHAINS.ogg rename to pack/music/AimToHead_07_CHAINS.ogg diff --git a/music/AimToHead_08_ANGER.ogg b/pack/music/AimToHead_08_ANGER.ogg similarity index 100% rename from music/AimToHead_08_ANGER.ogg rename to pack/music/AimToHead_08_ANGER.ogg diff --git a/music/AimToHead_09_TERRIFY.ogg b/pack/music/AimToHead_09_TERRIFY.ogg similarity index 100% rename from music/AimToHead_09_TERRIFY.ogg rename to pack/music/AimToHead_09_TERRIFY.ogg diff --git a/music/AimToHead_10_FACTORY.ogg b/pack/music/AimToHead_10_FACTORY.ogg similarity index 100% rename from music/AimToHead_10_FACTORY.ogg rename to pack/music/AimToHead_10_FACTORY.ogg diff --git a/music/AimToHead_11_CRAWL.ogg b/pack/music/AimToHead_11_CRAWL.ogg similarity index 100% rename from music/AimToHead_11_CRAWL.ogg rename to pack/music/AimToHead_11_CRAWL.ogg diff --git a/music/AimToHead_12_SILVER.ogg b/pack/music/AimToHead_12_SILVER.ogg similarity index 100% rename from music/AimToHead_12_SILVER.ogg rename to pack/music/AimToHead_12_SILVER.ogg diff --git a/music/AimToHead_13_CLOCKWORK.ogg b/pack/music/AimToHead_13_CLOCKWORK.ogg similarity index 100% rename from music/AimToHead_13_CLOCKWORK.ogg rename to pack/music/AimToHead_13_CLOCKWORK.ogg diff --git a/music/AimToHead_14_GAUSS.ogg b/pack/music/AimToHead_14_GAUSS.ogg similarity index 100% rename from music/AimToHead_14_GAUSS.ogg rename to pack/music/AimToHead_14_GAUSS.ogg diff --git a/music/Aureate_DesertHeat.xm.bz2 b/pack/music/Aureate_DesertHeat.xm.bz2 similarity index 100% rename from music/Aureate_DesertHeat.xm.bz2 rename to pack/music/Aureate_DesertHeat.xm.bz2 diff --git a/music/Aureate_Torus.xm.bz2 b/pack/music/Aureate_Torus.xm.bz2 similarity index 100% rename from music/Aureate_Torus.xm.bz2 rename to pack/music/Aureate_Torus.xm.bz2 diff --git a/music/AzuCrystal_Nonanotes.ogg b/pack/music/AzuCrystal_Nonanotes.ogg similarity index 100% rename from music/AzuCrystal_Nonanotes.ogg rename to pack/music/AzuCrystal_Nonanotes.ogg diff --git a/music/Beethoven_MoonlightSonata.ogg b/pack/music/Beethoven_MoonlightSonata.ogg similarity index 100% rename from music/Beethoven_MoonlightSonata.ogg rename to pack/music/Beethoven_MoonlightSonata.ogg diff --git a/music/BobbyCole_TranceMusicForRacingGame.ogg b/pack/music/BobbyCole_TranceMusicForRacingGame.ogg similarity index 100% rename from music/BobbyCole_TranceMusicForRacingGame.ogg rename to pack/music/BobbyCole_TranceMusicForRacingGame.ogg diff --git a/music/C418_AriaMath.json b/pack/music/C418_AriaMath.json similarity index 100% rename from music/C418_AriaMath.json rename to pack/music/C418_AriaMath.json diff --git a/music/C418_Battlemode_1.ogg b/pack/music/C418_Battlemode_1.ogg similarity index 100% rename from music/C418_Battlemode_1.ogg rename to pack/music/C418_Battlemode_1.ogg diff --git a/music/C418_Battlemode_2.ogg b/pack/music/C418_Battlemode_2.ogg similarity index 100% rename from music/C418_Battlemode_2.ogg rename to pack/music/C418_Battlemode_2.ogg diff --git a/music/C418_Battlemode_3.ogg b/pack/music/C418_Battlemode_3.ogg similarity index 100% rename from music/C418_Battlemode_3.ogg rename to pack/music/C418_Battlemode_3.ogg diff --git a/music/C418_Battlemode_4.ogg b/pack/music/C418_Battlemode_4.ogg similarity index 100% rename from music/C418_Battlemode_4.ogg rename to pack/music/C418_Battlemode_4.ogg diff --git a/music/C418_Beginning2.json b/pack/music/C418_Beginning2.json similarity index 100% rename from music/C418_Beginning2.json rename to pack/music/C418_Beginning2.json diff --git a/music/C418_BiomeFest.json b/pack/music/C418_BiomeFest.json similarity index 100% rename from music/C418_BiomeFest.json rename to pack/music/C418_BiomeFest.json diff --git a/music/C418_BlindSpots.json b/pack/music/C418_BlindSpots.json similarity index 100% rename from music/C418_BlindSpots.json rename to pack/music/C418_BlindSpots.json diff --git a/music/C418_Dreiton.json b/pack/music/C418_Dreiton.json similarity index 100% rename from music/C418_Dreiton.json rename to pack/music/C418_Dreiton.json diff --git a/music/C418_FloatingTrees.json b/pack/music/C418_FloatingTrees.json similarity index 100% rename from music/C418_FloatingTrees.json rename to pack/music/C418_FloatingTrees.json diff --git a/music/C418_HauntMuskie.json b/pack/music/C418_HauntMuskie.json similarity index 100% rename from music/C418_HauntMuskie.json rename to pack/music/C418_HauntMuskie.json diff --git a/music/C418_MoogCity2.json b/pack/music/C418_MoogCity2.json similarity index 100% rename from music/C418_MoogCity2.json rename to pack/music/C418_MoogCity2.json diff --git a/music/C418_Mutation.json b/pack/music/C418_Mutation.json similarity index 100% rename from music/C418_Mutation.json rename to pack/music/C418_Mutation.json diff --git a/music/C418_Taswell.json b/pack/music/C418_Taswell.json similarity index 100% rename from music/C418_Taswell.json rename to pack/music/C418_Taswell.json diff --git a/music/Chopin_PreludeOp28No15.ogg b/pack/music/Chopin_PreludeOp28No15.ogg similarity index 100% rename from music/Chopin_PreludeOp28No15.ogg rename to pack/music/Chopin_PreludeOp28No15.ogg diff --git a/music/Faction_AnarchyMainRemix.mod.bz2 b/pack/music/Faction_AnarchyMainRemix.mod.bz2 similarity index 100% rename from music/Faction_AnarchyMainRemix.mod.bz2 rename to pack/music/Faction_AnarchyMainRemix.mod.bz2 diff --git a/music/Holst_ThePlanets_Jupiter.ogg b/pack/music/Holst_ThePlanets_Jupiter.ogg similarity index 100% rename from music/Holst_ThePlanets_Jupiter.ogg rename to pack/music/Holst_ThePlanets_Jupiter.ogg diff --git a/music/Jester_Elysium.mod.bz2 b/pack/music/Jester_Elysium.mod.bz2 similarity index 100% rename from music/Jester_Elysium.mod.bz2 rename to pack/music/Jester_Elysium.mod.bz2 diff --git a/music/MikeMorasky_MachiavellianBach.ogg b/pack/music/MikeMorasky_MachiavellianBach.ogg similarity index 100% rename from music/MikeMorasky_MachiavellianBach.ogg rename to pack/music/MikeMorasky_MachiavellianBach.ogg diff --git a/music/MikeMorasky_RobotsFTW.ogg b/pack/music/MikeMorasky_RobotsFTW.ogg similarity index 100% rename from music/MikeMorasky_RobotsFTW.ogg rename to pack/music/MikeMorasky_RobotsFTW.ogg diff --git a/music/MikeMorasky_TurretWifeSerenade.ogg b/pack/music/MikeMorasky_TurretWifeSerenade.ogg similarity index 100% rename from music/MikeMorasky_TurretWifeSerenade.ogg rename to pack/music/MikeMorasky_TurretWifeSerenade.ogg diff --git a/music/Schubert_Standchen.ogg b/pack/music/Schubert_Standchen.ogg similarity index 100% rename from music/Schubert_Standchen.ogg rename to pack/music/Schubert_Standchen.ogg diff --git a/music/SiivaGunner_Cat_InfdevMix.ogg b/pack/music/SiivaGunner_Cat_InfdevMix.ogg similarity index 100% rename from music/SiivaGunner_Cat_InfdevMix.ogg rename to pack/music/SiivaGunner_Cat_InfdevMix.ogg diff --git a/music/Tchaikovsky_SwanLakeOp20.ogg b/pack/music/Tchaikovsky_SwanLakeOp20.ogg similarity index 100% rename from music/Tchaikovsky_SwanLakeOp20.ogg rename to pack/music/Tchaikovsky_SwanLakeOp20.ogg diff --git a/music/ThatAndyGuy_DaFunkDoYouKnowBoutChip.ogg b/pack/music/ThatAndyGuy_DaFunkDoYouKnowBoutChip.ogg similarity index 100% rename from music/ThatAndyGuy_DaFunkDoYouKnowBoutChip.ogg rename to pack/music/ThatAndyGuy_DaFunkDoYouKnowBoutChip.ogg diff --git a/music/TheConetProject_ThreeNoteOddity.ogg b/pack/music/TheConetProject_ThreeNoteOddity.ogg similarity index 100% rename from music/TheConetProject_ThreeNoteOddity.ogg rename to pack/music/TheConetProject_ThreeNoteOddity.ogg diff --git a/music/Undertale_ItsShowtime.ogg b/pack/music/Undertale_ItsShowtime.ogg similarity index 100% rename from music/Undertale_ItsShowtime.ogg rename to pack/music/Undertale_ItsShowtime.ogg diff --git a/options.txt b/pack/options.txt similarity index 100% rename from options.txt rename to pack/options.txt diff --git a/pack.toml b/pack/pack.toml similarity index 78% rename from pack.toml rename to pack/pack.toml index d11cba0..9970df9 100644 --- a/pack.toml +++ b/pack/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "267df52641bd06907702371b071addb297b5e4a0108a1ce40533e422d103324a" +hash = "acf725505c6aac1fa54e4b669a46aea6fbb528aa74063d64b7feecbab97717c3" [versions] minecraft = "1.20.1" diff --git a/resourcepacks/mojang_mooblooms_bc23.zip b/pack/resourcepacks/mojang_mooblooms_bc23.zip similarity index 100% rename from resourcepacks/mojang_mooblooms_bc23.zip rename to pack/resourcepacks/mojang_mooblooms_bc23.zip diff --git a/resourcepacks/no_grass_backs_bc23.zip b/pack/resourcepacks/no_grass_backs_bc23.zip similarity index 100% rename from resourcepacks/no_grass_backs_bc23.zip rename to pack/resourcepacks/no_grass_backs_bc23.zip diff --git a/resources/datapacks/CPlusBooth.zip b/pack/resources/datapacks/CPlusBooth.zip similarity index 100% rename from resources/datapacks/CPlusBooth.zip rename to pack/resources/datapacks/CPlusBooth.zip diff --git a/resources/datapacks/atlaslisbon-ended-data.zip b/pack/resources/datapacks/atlaslisbon-ended-data.zip similarity index 100% rename from resources/datapacks/atlaslisbon-ended-data.zip rename to pack/resources/datapacks/atlaslisbon-ended-data.zip diff --git a/resources/datapacks/bc23-shards/data/bc23/shard_type/bc23_types.json b/pack/resources/datapacks/bc23-shards/data/bc23/shard_type/bc23_types.json similarity index 100% rename from resources/datapacks/bc23-shards/data/bc23/shard_type/bc23_types.json rename to pack/resources/datapacks/bc23-shards/data/bc23/shard_type/bc23_types.json diff --git a/resources/datapacks/bc23-shards/pack.mcmeta b/pack/resources/datapacks/bc23-shards/pack.mcmeta similarity index 100% rename from resources/datapacks/bc23-shards/pack.mcmeta rename to pack/resources/datapacks/bc23-shards/pack.mcmeta diff --git a/resources/datapacks/bovinesandbuttercups_bc23/data/bovinesandbuttercups_bc23/bovinesandbuttercups/configured_cow_type/cyberpunk_mooshroom.json b/pack/resources/datapacks/bovinesandbuttercups_bc23/data/bovinesandbuttercups_bc23/bovinesandbuttercups/configured_cow_type/cyberpunk_mooshroom.json similarity index 100% rename from resources/datapacks/bovinesandbuttercups_bc23/data/bovinesandbuttercups_bc23/bovinesandbuttercups/configured_cow_type/cyberpunk_mooshroom.json rename to pack/resources/datapacks/bovinesandbuttercups_bc23/data/bovinesandbuttercups_bc23/bovinesandbuttercups/configured_cow_type/cyberpunk_mooshroom.json diff --git a/resources/datapacks/bovinesandbuttercups_bc23/data/bovinesandbuttercups_bc23/bovinesandbuttercups/configured_cow_type/solarpunk_moobloom.json b/pack/resources/datapacks/bovinesandbuttercups_bc23/data/bovinesandbuttercups_bc23/bovinesandbuttercups/configured_cow_type/solarpunk_moobloom.json similarity index 100% rename from resources/datapacks/bovinesandbuttercups_bc23/data/bovinesandbuttercups_bc23/bovinesandbuttercups/configured_cow_type/solarpunk_moobloom.json rename to pack/resources/datapacks/bovinesandbuttercups_bc23/data/bovinesandbuttercups_bc23/bovinesandbuttercups/configured_cow_type/solarpunk_moobloom.json diff --git a/resources/datapacks/bovinesandbuttercups_bc23/pack.mcmeta b/pack/resources/datapacks/bovinesandbuttercups_bc23/pack.mcmeta similarity index 100% rename from resources/datapacks/bovinesandbuttercups_bc23/pack.mcmeta rename to pack/resources/datapacks/bovinesandbuttercups_bc23/pack.mcmeta diff --git a/resources/datapacks/foxbox_create_recipes.zip b/pack/resources/datapacks/foxbox_create_recipes.zip similarity index 100% rename from resources/datapacks/foxbox_create_recipes.zip rename to pack/resources/datapacks/foxbox_create_recipes.zip diff --git a/resources/datapacks/origins_bc23/data/origins/origin_layers/origin.json b/pack/resources/datapacks/origins_bc23/data/origins/origin_layers/origin.json similarity index 100% rename from resources/datapacks/origins_bc23/data/origins/origin_layers/origin.json rename to pack/resources/datapacks/origins_bc23/data/origins/origin_layers/origin.json diff --git a/resources/datapacks/origins_bc23/data/origins/origins/human.json b/pack/resources/datapacks/origins_bc23/data/origins/origins/human.json similarity index 100% rename from resources/datapacks/origins_bc23/data/origins/origins/human.json rename to pack/resources/datapacks/origins_bc23/data/origins/origins/human.json diff --git a/resources/datapacks/origins_bc23/data/origins/powers/nether_spawn.json b/pack/resources/datapacks/origins_bc23/data/origins/powers/nether_spawn.json similarity index 100% rename from resources/datapacks/origins_bc23/data/origins/powers/nether_spawn.json rename to pack/resources/datapacks/origins_bc23/data/origins/powers/nether_spawn.json diff --git a/resources/datapacks/origins_bc23/data/origins_minus/origins/avian.json b/pack/resources/datapacks/origins_bc23/data/origins_minus/origins/avian.json similarity index 100% rename from resources/datapacks/origins_bc23/data/origins_minus/origins/avian.json rename to pack/resources/datapacks/origins_bc23/data/origins_minus/origins/avian.json diff --git a/resources/datapacks/origins_bc23/data/origins_minus/origins/dryad.json b/pack/resources/datapacks/origins_bc23/data/origins_minus/origins/dryad.json similarity index 100% rename from resources/datapacks/origins_bc23/data/origins_minus/origins/dryad.json rename to pack/resources/datapacks/origins_bc23/data/origins_minus/origins/dryad.json diff --git a/resources/datapacks/origins_bc23/data/origins_minus/origins/hellspawn.json b/pack/resources/datapacks/origins_bc23/data/origins_minus/origins/hellspawn.json similarity index 100% rename from resources/datapacks/origins_bc23/data/origins_minus/origins/hellspawn.json rename to pack/resources/datapacks/origins_bc23/data/origins_minus/origins/hellspawn.json diff --git a/resources/datapacks/origins_bc23/data/origins_minus/origins/mer.json b/pack/resources/datapacks/origins_bc23/data/origins_minus/origins/mer.json similarity index 100% rename from resources/datapacks/origins_bc23/data/origins_minus/origins/mer.json rename to pack/resources/datapacks/origins_bc23/data/origins_minus/origins/mer.json diff --git a/resources/datapacks/origins_bc23/data/origins_minus/origins/sanguine.json b/pack/resources/datapacks/origins_bc23/data/origins_minus/origins/sanguine.json similarity index 100% rename from resources/datapacks/origins_bc23/data/origins_minus/origins/sanguine.json rename to pack/resources/datapacks/origins_bc23/data/origins_minus/origins/sanguine.json diff --git a/resources/datapacks/origins_bc23/data/origins_minus/origins/steadfast.json b/pack/resources/datapacks/origins_bc23/data/origins_minus/origins/steadfast.json similarity index 100% rename from resources/datapacks/origins_bc23/data/origins_minus/origins/steadfast.json rename to pack/resources/datapacks/origins_bc23/data/origins_minus/origins/steadfast.json diff --git a/resources/datapacks/origins_bc23/data/origins_minus/origins/voidthing.json b/pack/resources/datapacks/origins_bc23/data/origins_minus/origins/voidthing.json similarity index 100% rename from resources/datapacks/origins_bc23/data/origins_minus/origins/voidthing.json rename to pack/resources/datapacks/origins_bc23/data/origins_minus/origins/voidthing.json diff --git a/resources/datapacks/origins_bc23/data/origins_minus/origins/weaver.json b/pack/resources/datapacks/origins_bc23/data/origins_minus/origins/weaver.json similarity index 100% rename from resources/datapacks/origins_bc23/data/origins_minus/origins/weaver.json rename to pack/resources/datapacks/origins_bc23/data/origins_minus/origins/weaver.json diff --git a/resources/datapacks/origins_bc23/data/origins_minus/origins/wildling.json b/pack/resources/datapacks/origins_bc23/data/origins_minus/origins/wildling.json similarity index 100% rename from resources/datapacks/origins_bc23/data/origins_minus/origins/wildling.json rename to pack/resources/datapacks/origins_bc23/data/origins_minus/origins/wildling.json diff --git a/resources/datapacks/origins_bc23/data/toomanyorigins/origins/dragonborn.json b/pack/resources/datapacks/origins_bc23/data/toomanyorigins/origins/dragonborn.json similarity index 100% rename from resources/datapacks/origins_bc23/data/toomanyorigins/origins/dragonborn.json rename to pack/resources/datapacks/origins_bc23/data/toomanyorigins/origins/dragonborn.json diff --git a/resources/datapacks/origins_bc23/data/toomanyorigins/origins/hare.json b/pack/resources/datapacks/origins_bc23/data/toomanyorigins/origins/hare.json similarity index 100% rename from resources/datapacks/origins_bc23/data/toomanyorigins/origins/hare.json rename to pack/resources/datapacks/origins_bc23/data/toomanyorigins/origins/hare.json diff --git a/resources/datapacks/origins_bc23/data/toomanyorigins/origins/hisskin.json b/pack/resources/datapacks/origins_bc23/data/toomanyorigins/origins/hisskin.json similarity index 100% rename from resources/datapacks/origins_bc23/data/toomanyorigins/origins/hisskin.json rename to pack/resources/datapacks/origins_bc23/data/toomanyorigins/origins/hisskin.json diff --git a/resources/datapacks/origins_bc23/data/toomanyorigins/origins/swarm.json b/pack/resources/datapacks/origins_bc23/data/toomanyorigins/origins/swarm.json similarity index 100% rename from resources/datapacks/origins_bc23/data/toomanyorigins/origins/swarm.json rename to pack/resources/datapacks/origins_bc23/data/toomanyorigins/origins/swarm.json diff --git a/resources/datapacks/origins_bc23/data/toomanyorigins/origins/withered.json b/pack/resources/datapacks/origins_bc23/data/toomanyorigins/origins/withered.json similarity index 100% rename from resources/datapacks/origins_bc23/data/toomanyorigins/origins/withered.json rename to pack/resources/datapacks/origins_bc23/data/toomanyorigins/origins/withered.json diff --git a/resources/datapacks/origins_bc23/pack.mcmeta b/pack/resources/datapacks/origins_bc23/pack.mcmeta similarity index 100% rename from resources/datapacks/origins_bc23/pack.mcmeta rename to pack/resources/datapacks/origins_bc23/pack.mcmeta diff --git a/resources/datapacks/trinkets_datapack.zip b/pack/resources/datapacks/trinkets_datapack.zip similarity index 100% rename from resources/datapacks/trinkets_datapack.zip rename to pack/resources/datapacks/trinkets_datapack.zip diff --git a/resources/datapacks/tsmithing_bc23/data/bingbingwahoo/smithing_armor_materials/nintendium.json b/pack/resources/datapacks/tsmithing_bc23/data/bingbingwahoo/smithing_armor_materials/nintendium.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/bingbingwahoo/smithing_armor_materials/nintendium.json rename to pack/resources/datapacks/tsmithing_bc23/data/bingbingwahoo/smithing_armor_materials/nintendium.json diff --git a/resources/datapacks/tsmithing_bc23/data/chewstuff/smithing_unit_costs/hard_chew.json b/pack/resources/datapacks/tsmithing_bc23/data/chewstuff/smithing_unit_costs/hard_chew.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/chewstuff/smithing_unit_costs/hard_chew.json rename to pack/resources/datapacks/tsmithing_bc23/data/chewstuff/smithing_unit_costs/hard_chew.json diff --git a/resources/datapacks/tsmithing_bc23/data/chewstuff/smithing_unit_costs/medium_chew.json b/pack/resources/datapacks/tsmithing_bc23/data/chewstuff/smithing_unit_costs/medium_chew.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/chewstuff/smithing_unit_costs/medium_chew.json rename to pack/resources/datapacks/tsmithing_bc23/data/chewstuff/smithing_unit_costs/medium_chew.json diff --git a/resources/datapacks/tsmithing_bc23/data/chewstuff/smithing_unit_costs/soft_chew.json b/pack/resources/datapacks/tsmithing_bc23/data/chewstuff/smithing_unit_costs/soft_chew.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/chewstuff/smithing_unit_costs/soft_chew.json rename to pack/resources/datapacks/tsmithing_bc23/data/chewstuff/smithing_unit_costs/soft_chew.json diff --git a/resources/datapacks/tsmithing_bc23/data/geocluster/smithing_unit_costs/prospectors_pick.json b/pack/resources/datapacks/tsmithing_bc23/data/geocluster/smithing_unit_costs/prospectors_pick.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/geocluster/smithing_unit_costs/prospectors_pick.json rename to pack/resources/datapacks/tsmithing_bc23/data/geocluster/smithing_unit_costs/prospectors_pick.json diff --git a/resources/datapacks/tsmithing_bc23/data/gildednetherite/smithing_armor_materials/gilded_netherite_armor.json b/pack/resources/datapacks/tsmithing_bc23/data/gildednetherite/smithing_armor_materials/gilded_netherite_armor.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/gildednetherite/smithing_armor_materials/gilded_netherite_armor.json rename to pack/resources/datapacks/tsmithing_bc23/data/gildednetherite/smithing_armor_materials/gilded_netherite_armor.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/adamantite.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/adamantite.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/adamantite.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/adamantite.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/aquarium.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/aquarium.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/aquarium.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/aquarium.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/banglum.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/banglum.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/banglum.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/banglum.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/bronze.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/bronze.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/bronze.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/bronze.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/carmot.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/carmot.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/carmot.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/carmot.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/celestium.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/celestium.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/celestium.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/celestium.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/copper.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/copper.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/copper.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/copper.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/durasteel.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/durasteel.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/durasteel.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/durasteel.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/hallowed.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/hallowed.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/hallowed.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/hallowed.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/kyber.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/kyber.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/kyber.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/kyber.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/legendary_banglum.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/legendary_banglum.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/legendary_banglum.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/legendary_banglum.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/metallurgium.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/metallurgium.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/metallurgium.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/metallurgium.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/midas_gold.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/midas_gold.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/midas_gold.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/midas_gold.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/mythril.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/mythril.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/mythril.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/mythril.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/orichalcum.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/orichalcum.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/orichalcum.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/orichalcum.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/osmium.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/osmium.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/osmium.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/osmium.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/palladium.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/palladium.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/palladium.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/palladium.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/prometheum.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/prometheum.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/prometheum.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/prometheum.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/runite.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/runite.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/runite.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/runite.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/silver.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/silver.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/silver.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/silver.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/star_platinum.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/star_platinum.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/star_platinum.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/star_platinum.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/steel.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/steel.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/steel.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/steel.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/stormyx.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/stormyx.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/stormyx.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_armor_materials/stormyx.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/adamantite.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/adamantite.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/adamantite.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/adamantite.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/aegis_red.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/aegis_red.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/aegis_red.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/aegis_red.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/aegis_white.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/aegis_white.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/aegis_white.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/aegis_white.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/aquarium.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/aquarium.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/aquarium.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/aquarium.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/banglum.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/banglum.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/banglum.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/banglum.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/bronze.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/bronze.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/bronze.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/bronze.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/carmot.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/carmot.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/carmot.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/carmot.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/celestium.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/celestium.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/celestium.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/celestium.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/copper.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/copper.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/copper.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/copper.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/durasteel.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/durasteel.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/durasteel.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/durasteel.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/gilded_midas_gold.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/gilded_midas_gold.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/gilded_midas_gold.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/gilded_midas_gold.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/hallowed.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/hallowed.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/hallowed.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/hallowed.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/kyber.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/kyber.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/kyber.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/kyber.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/legendary_banglum.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/legendary_banglum.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/legendary_banglum.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/legendary_banglum.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/metallurgium.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/metallurgium.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/metallurgium.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/metallurgium.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/midas_gold.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/midas_gold.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/midas_gold.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/midas_gold.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/mythril.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/mythril.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/mythril.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/mythril.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/orichalcum.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/orichalcum.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/orichalcum.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/orichalcum.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/osmium.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/osmium.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/osmium.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/osmium.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/palladium.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/palladium.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/palladium.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/palladium.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/prometheum.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/prometheum.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/prometheum.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/prometheum.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/quadrillum.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/quadrillum.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/quadrillum.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/quadrillum.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/royal_midas_gold.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/royal_midas_gold.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/royal_midas_gold.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/royal_midas_gold.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/runite.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/runite.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/runite.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/runite.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/star_platinum.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/star_platinum.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/star_platinum.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/star_platinum.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/steel.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/steel.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/steel.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/steel.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/stormyx.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/stormyx.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/stormyx.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_tool_materials/stormyx.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_unit_costs/celestium_elytra.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_unit_costs/celestium_elytra.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_unit_costs/celestium_elytra.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_unit_costs/celestium_elytra.json diff --git a/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_unit_costs/gilded_midas_gold_sword.json b/pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_unit_costs/gilded_midas_gold_sword.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_unit_costs/gilded_midas_gold_sword.json rename to pack/resources/datapacks/tsmithing_bc23/data/mythicmetals/smithing_unit_costs/gilded_midas_gold_sword.json diff --git a/resources/datapacks/tsmithing_bc23/data/pollinators_paradise/smithing_armor_materials/apiarist.json b/pack/resources/datapacks/tsmithing_bc23/data/pollinators_paradise/smithing_armor_materials/apiarist.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/pollinators_paradise/smithing_armor_materials/apiarist.json rename to pack/resources/datapacks/tsmithing_bc23/data/pollinators_paradise/smithing_armor_materials/apiarist.json diff --git a/resources/datapacks/tsmithing_bc23/data/portalcubed/smithing_armor_materials/portal_armor.json b/pack/resources/datapacks/tsmithing_bc23/data/portalcubed/smithing_armor_materials/portal_armor.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/portalcubed/smithing_armor_materials/portal_armor.json rename to pack/resources/datapacks/tsmithing_bc23/data/portalcubed/smithing_armor_materials/portal_armor.json diff --git a/resources/datapacks/tsmithing_bc23/data/portalcubed/smithing_unit_costs/long_fall_boots.json b/pack/resources/datapacks/tsmithing_bc23/data/portalcubed/smithing_unit_costs/long_fall_boots.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/portalcubed/smithing_unit_costs/long_fall_boots.json rename to pack/resources/datapacks/tsmithing_bc23/data/portalcubed/smithing_unit_costs/long_fall_boots.json diff --git a/resources/datapacks/tsmithing_bc23/data/scooters/smithing_unit_costs/tire.json b/pack/resources/datapacks/tsmithing_bc23/data/scooters/smithing_unit_costs/tire.json similarity index 100% rename from resources/datapacks/tsmithing_bc23/data/scooters/smithing_unit_costs/tire.json rename to pack/resources/datapacks/tsmithing_bc23/data/scooters/smithing_unit_costs/tire.json diff --git a/resources/datapacks/tsmithing_bc23/pack.mcmeta b/pack/resources/datapacks/tsmithing_bc23/pack.mcmeta similarity index 100% rename from resources/datapacks/tsmithing_bc23/pack.mcmeta rename to pack/resources/datapacks/tsmithing_bc23/pack.mcmeta diff --git a/resources/resourcepacks/Unsanded-1.1.1-custom.zip b/pack/resources/resourcepacks/Unsanded-1.1.1-custom.zip similarity index 100% rename from resources/resourcepacks/Unsanded-1.1.1-custom.zip rename to pack/resources/resourcepacks/Unsanded-1.1.1-custom.zip diff --git a/resources/resourcepacks/YttrCustomSounds.zip b/pack/resources/resourcepacks/YttrCustomSounds.zip similarity index 100% rename from resources/resourcepacks/YttrCustomSounds.zip rename to pack/resources/resourcepacks/YttrCustomSounds.zip diff --git a/resources/resourcepacks/arch_ex_icon_bc23.zip b/pack/resources/resourcepacks/arch_ex_icon_bc23.zip similarity index 100% rename from resources/resourcepacks/arch_ex_icon_bc23.zip rename to pack/resources/resourcepacks/arch_ex_icon_bc23.zip diff --git a/resources/resourcepacks/atlaslisbon-ended-lang.zip b/pack/resources/resourcepacks/atlaslisbon-ended-lang.zip similarity index 100% rename from resources/resourcepacks/atlaslisbon-ended-lang.zip rename to pack/resources/resourcepacks/atlaslisbon-ended-lang.zip diff --git a/resources/resourcepacks/bc23-shards/assets/bc23/lang/en_us.json b/pack/resources/resourcepacks/bc23-shards/assets/bc23/lang/en_us.json similarity index 100% rename from resources/resourcepacks/bc23-shards/assets/bc23/lang/en_us.json rename to pack/resources/resourcepacks/bc23-shards/assets/bc23/lang/en_us.json diff --git a/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_backing.png b/pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_backing.png similarity index 100% rename from resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_backing.png rename to pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_backing.png diff --git a/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_front.png b/pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_front.png similarity index 100% rename from resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_front.png rename to pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_front.png diff --git a/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_mini_backing.png b/pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_mini_backing.png similarity index 100% rename from resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_mini_backing.png rename to pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_mini_backing.png diff --git a/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_mini_front.png b/pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_mini_front.png similarity index 100% rename from resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_mini_front.png rename to pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/challenge_mini_front.png diff --git a/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_backing.png b/pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_backing.png similarity index 100% rename from resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_backing.png rename to pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_backing.png diff --git a/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_front.png b/pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_front.png similarity index 100% rename from resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_front.png rename to pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_front.png diff --git a/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_mini_backing.png b/pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_mini_backing.png similarity index 100% rename from resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_mini_backing.png rename to pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_mini_backing.png diff --git a/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_mini_front.png b/pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_mini_front.png similarity index 100% rename from resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_mini_front.png rename to pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/secret_mini_front.png diff --git a/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_backing.png b/pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_backing.png similarity index 100% rename from resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_backing.png rename to pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_backing.png diff --git a/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_front.png b/pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_front.png similarity index 100% rename from resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_front.png rename to pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_front.png diff --git a/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_mini_backing.png b/pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_mini_backing.png similarity index 100% rename from resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_mini_backing.png rename to pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_mini_backing.png diff --git a/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_mini_front.png b/pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_mini_front.png similarity index 100% rename from resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_mini_front.png rename to pack/resources/resourcepacks/bc23-shards/assets/bc23/textures/gui/shards/visitor_mini_front.png diff --git a/resources/resourcepacks/bc23-shards/pack.mcmeta b/pack/resources/resourcepacks/bc23-shards/pack.mcmeta similarity index 100% rename from resources/resourcepacks/bc23-shards/pack.mcmeta rename to pack/resources/resourcepacks/bc23-shards/pack.mcmeta diff --git a/resources/resourcepacks/betterdiscs.pw.toml b/pack/resources/resourcepacks/betterdiscs.pw.toml similarity index 100% rename from resources/resourcepacks/betterdiscs.pw.toml rename to pack/resources/resourcepacks/betterdiscs.pw.toml diff --git a/resources/resourcepacks/bovinesandbuttercups_bc23.zip b/pack/resources/resourcepacks/bovinesandbuttercups_bc23.zip similarity index 100% rename from resources/resourcepacks/bovinesandbuttercups_bc23.zip rename to pack/resources/resourcepacks/bovinesandbuttercups_bc23.zip diff --git a/resources/resourcepacks/sc.zip b/pack/resources/resourcepacks/sc.zip similarity index 100% rename from resources/resourcepacks/sc.zip rename to pack/resources/resourcepacks/sc.zip diff --git a/resources/resourcepacks/trinkets_resourcepack.zip b/pack/resources/resourcepacks/trinkets_resourcepack.zip similarity index 100% rename from resources/resourcepacks/trinkets_resourcepack.zip rename to pack/resources/resourcepacks/trinkets_resourcepack.zip diff --git a/resources/resourcepacks/twemojis.zip b/pack/resources/resourcepacks/twemojis.zip similarity index 100% rename from resources/resourcepacks/twemojis.zip rename to pack/resources/resourcepacks/twemojis.zip diff --git a/servers.dat b/pack/servers.dat similarity index 100% rename from servers.dat rename to pack/servers.dat