Capitalisation Fixes

Capitalisation Fixes Used AI

4 devlogs
6h 26m
Created by Mish

A web UI that lets you build your own customised version of the Capitalisation Fixes - a resource pack that fixes Minecraft's grammar issues.

Timeline

Updated the resource pack to MC 1.21.6 and wrote some documentation on the process and the tools I used.

Update attachment

Migrated the publishing tool from node-fetch to native fetch(), and fixed a type error

Update attachment

I refactored parts of the build tool to be isomorphic, replaced some Node.JS libraries with browser APIs or isomorphic libraries, and I can now build a resource pack in the browser!

Next steps: Actually downloading the generated resource pack, and loading the README file and pack.png asset.

Update attachment

Made the project into a monorepo, created a web app with Preact and Vite, and made Pico CSS work with Catppuccin's colour scheme

Update attachment