Textures, models, and language files for the visual trickery that makes Modern Beta possible!
We use a script to package all the resource packs and produce SHA1 hashes for the resource pack delivery service. If you prefer not to use the script, it essentially just zips the contents of each pack folder, which you can do manually.
- Install Bun if you don't have it already.
- Open a terminal to the project root. (The directory that contains this
README.mdfile)- When you work in this repository for the first time, you must install the script dependencies. (
bun install --cwd scripts)
- When you work in this repository for the first time, you must install the script dependencies. (
- Run the build script to package all the packs. (
bun run ./scripts/build.ts)- The script will output all files to the
outdirectory in the project root.
- The script will output all files to the