Chest Tracker

Chest Tracker

355k Downloads

1.20.1

aMazeInRunar opened this issue ยท 3 comments

commented

Hi, I've been using the legacy version of this mod since it dropped, and last year I updated my world to 1.20.1 since it had the most mods available at the time. I've recently started learning Java, just so I could compile some mods that didnt have 1.20.1. I just wanted to ask if that's possible with this mod, and if it would be difficult. I dont really know what I'm doing, but trying can't hurt.
Thanks for the mod anyway, I can't live without it =)

commented

Chest Tracker does have a legacy 1.20.1 build.

If you do want to tinker yourself; just clone the Git repo and checkout legacy.

The only issue I think you may have is that Where Is It legacy versions are hosted on GitHub packages which require auth; you can either authenticate, or clone Where Is It's legacy branch and publish to mavenLocal beforehand.

commented

Excuse me for the misunderstanding, I meant that I'm already using the legacy version of 1.20.1. I was wondering if it's possible to make a 1.20.1 version of the newer updates of Chest Tracker.

commented

Should be possible; the main things are making sure you depend on the correct versions of deps (Where Is It, Searchables, YACL) and that there were quite a few GUI-related changes (stuff like moving into a sprite system).