StoneLabs / working-graves

They are graves. They work. Fabricmc mod.
5 stars 3 forks source link

Upgrade to MC 1.20.4; Release 1.6.1 #17

Closed Yuutsuna closed 5 months ago

Yuutsuna commented 6 months ago

I updated the mod to be able to use it on my private server. Basically i changed the version following the information on the fabric page. Then I fixed what was broken. First I had to switch from using player.getEntityName() to player.getGameProfile().getName() because the method seems to have been removed. Lastly I had to use Text.Serialization.fromJson instead of Text.Serializer.fromJson because the former was missing I quickly tested the changes and it seems to work.

StoneLabs commented 5 months ago

@Yuutsuna you've been credited in the mod author list fyi