/item-collection-tracker-fabric

[WIP] A minecraft mod that lets players maintain a checklist of all the obtainable items in the game.

Primary LanguageJavaCreative Commons Zero v1.0 UniversalCC0-1.0

This is a minecraft mod built for 1.18.2.

This mod uses Fabric.

The idea of this mod is to allow the player to maintain a checklist of all the items in the game.

The checklist state will be stored in local storage, and the player can give a name for each checklist.

Optionally, if the required API keys are provided, I'm planning to clone the state into a google sheet.

Everything will be running on the client only.


Since I'm developing this on WSL, I can use this command to move the built JAR over to my mods folder.

cp ./build/libs/item-collection-tracker-1.0.0.jar /mnt/c/Users/VRAC4/AppData/Roaming/.minecraft/mods/item-collection-tracker-1.0.0.jar