ginsm / forgotten-graves

Minecraft (Fabric) mod that stores items and XP in a decaying grave upon death
https://modrinth.com/mod/forgotten-graves
MIT License
7 stars 4 forks source link

[FEATURE] Port Forgotten Graves to MC v1.20.5 & v1.20.6 #97

Open ginsm opened 3 months ago

ginsm commented 3 months ago

I've already started porting to 1.20.5 but there seems to be quite a bit of work needed (and new concepts to learn, at least for me). You can track the progress here.. but there's no ETA yet as I'm not even 100% sure what I need to learn or do. 🤣

ginsm commented 3 months ago

I've been looking through the codebase and it looks like I'll need to update quite a lot of it for 1.20.5 and 1.20.6. I have a better idea than I did last week on getting it up-to-date but there's definitely no ETA. I'll try and work on it here and there and hopefully it's done sooner than later.

ginsm commented 1 month ago

Looking through the errors, here are some things that need to be done:

In addition, I'll need to make sure all the changes don't break previous versions within the multi-version codebase.