Tiny client and server pack for daxe's community modrinth.com/project/daxe

Export mod pack as `daxecraft`

+28 -8
+2 -2
.github/workflows/build.yml
··· 29 29 - name: Build Modrinth pack 30 30 run: | 31 31 mkdir build 32 - packwiz modrinth export --output build/daxecord-${{ steps.version.outputs.VERSION }}.mrpack 32 + packwiz modrinth export --output build/daxecraft-${{ steps.version.outputs.VERSION }}.mrpack 33 33 34 34 - name: Upload Modrinth pack 35 35 uses: actions/upload-artifact@v4 36 36 with: 37 37 name: Modrinth Pack 38 - path: build/daxecord-*.mrpack 38 + path: build/daxecraft-*.mrpack 39 39 compression-level: 0
+24 -4
index.toml
··· 18 18 19 19 [[files]] 20 20 file = "config/autowhitelist.json5" 21 - hash = "66eff7ea3fc09f9bc9de1963436b3191a4b217bfde1225eb6cba24c99098d47b" 21 + hash = "608100f4eea199139be78c24e2a82a96d4189b2d0b604d535b9f1cdbf3ea6425" 22 22 23 23 [[files]] 24 24 file = "config/chunky/config.json" ··· 46 46 47 47 [[files]] 48 48 file = "config/pl3xmap/config.yml" 49 - hash = "4f495a0d031cbb291c484ef2505500e9297afcfe15eb4f6c9cb094c657b0de49" 49 + hash = "670dddac6ec52e26df90561b13d90cc7a7cc00fd1d440375eb80b52a3c56ca37" 50 50 51 51 [[files]] 52 52 file = "config/polymer/server.json" ··· 103 103 metafile = true 104 104 105 105 [[files]] 106 + file = "mods/always-shield.pw.toml" 107 + hash = "2de30c231010ae3d96b1b22530cc4f5f2239265686cf3a5aa364927d78a68149" 108 + metafile = true 109 + 110 + [[files]] 106 111 file = "mods/audioplayer.pw.toml" 107 112 hash = "e0977ddb68d1052103b190855db0f56a85499351fcd1f43df42c4ff37021b01c" 108 113 metafile = true ··· 139 144 140 145 [[files]] 141 146 file = "mods/custom-player-models.pw.toml" 142 - hash = "15a93334b9ed28ce4f4704801a48357814ca4aa6d546784c2e891de88d374f58" 147 + hash = "d413e9c034e4ba11a6e30e7b285622dde9841d4a1cc9a81085951de6f2914b46" 143 148 metafile = true 144 149 145 150 [[files]] ··· 178 183 metafile = true 179 184 180 185 [[files]] 186 + file = "mods/im-fast.pw.toml" 187 + hash = "af09ef250b1baffa2f83e6774b959829857e4ac4e56be1e26ee01b3e7539052d" 188 + metafile = true 189 + 190 + [[files]] 181 191 file = "mods/immediatelyfast.pw.toml" 182 192 hash = "402069ebe33a1f19e6e5c0c0235267b832ba44617f15ddbdc677faf2a2607e38" 183 193 metafile = true ··· 229 239 230 240 [[files]] 231 241 file = "mods/luckperms/luckperms-h2-v2.mv.db" 232 - hash = "d89e1b82ff2f9c8d1baa7ef438767f1a186d9d39b8d4c4c4ce977d60c89aa781" 242 + hash = "d4be714133e1a34bbd9767ee6a47842521cd78610cd175031edf759a01564702" 233 243 234 244 [[files]] 235 245 file = "mods/minimotd.pw.toml" ··· 257 267 metafile = true 258 268 259 269 [[files]] 270 + file = "mods/pl3xmarkers.pw.toml" 271 + hash = "1bd332237352b27803ddb63b4e4d9c1a4811bbeca242b9b9e0590e95514dc539" 272 + metafile = true 273 + 274 + [[files]] 260 275 file = "mods/placeholder-api.pw.toml" 261 276 hash = "f6b5347902783cc3b1fd4e47635fbafa6470a901d723b7577e0606362a079155" 262 277 metafile = true ··· 334 349 [[files]] 335 350 file = "mods/worldgen-patches.pw.toml" 336 351 hash = "fa16e33791bb4520cb32d13eb9cf8ead96d8ad5913585d9e44594c7e049c3c28" 352 + metafile = true 353 + 354 + [[files]] 355 + file = "mods/zvid.pw.toml" 356 + hash = "1c1946d163f7e6191b3a0f839b7c738e2636e08526357859587c649011cd880b" 337 357 metafile = true 338 358 339 359 [[files]]
+2 -2
pack.toml
··· 1 - name = "daxecord" 1 + name = "daxecraft" 2 2 author = "encode42" 3 3 version = "1.1.0" 4 4 pack-format = "packwiz:1.1.0" ··· 6 6 [index] 7 7 file = "index.toml" 8 8 hash-format = "sha256" 9 - hash = "63ea5681a0cc6db8709592dee5832eeaece4be897de76fe7964164efb4b01ead" 9 + hash = "b971780cea3e5542a1ccf87e077b0f15384195462b76a344b5b3906470848158" 10 10 11 11 [versions] 12 12 fabric = "0.18.4"