KosmX / emotes

Create your own emotes in Minecraft.
https://modrinth.com/mod/emotecraft
GNU General Public License v3.0
166 stars 94 forks source link

Minecraft 1.20.2 update #425

Open KosmX opened 1 year ago

KosmX commented 1 year ago

Minecraft 1.20.2 is out, update when?

There are only some breaking change in this update, most importantly a configuration phase. This will allow fixing some reliability issues, but it will break compatibility with ViaVersion Also, I'll either drop Forge support or migrate to NeoForge (TBA)

Emotecraft also needs an internal refactor, it'll take a while, but will make future ports easier.

No official ETA for this, but it'll take a while.

doniyor44 commented 11 months ago

approximately when will version 1 20 2 be released ?

KosmX commented 11 months ago

I'll work on updates bext week, but emotecraft might take a little longer because I have to rewrite a few parts of its networking and GUI

StKillReal commented 11 months ago

I'll work on updates bext week, but emotecraft might take a little longer because I have to rewrite a few parts of its networking and GUI

I suppose it's time to update it for 1.20.4 already :D

sternschnaube commented 10 months ago

Looking forward to the 1.20.2 release and further, take your time 😊

verixyt3 commented 10 months ago

@KosmX still no approximate release time for 1.20.2?

StKillReal commented 10 months ago

Looks like emotecraft a little bit abandoned

sternschnaube commented 10 months ago

I'll work on updates bext week, but emotecraft might take a little longer because I have to rewrite a few parts of its networking and GUI

Give it all time, we know already that it takes longer based on this answer.

Timtaran commented 9 months ago

any news or approximate ETA?

StKillReal commented 9 months ago

So, after a half of the year we still don't have any news about 1.20.2-1.20.4 emotecraft update lol

VkProfi commented 9 months ago

It's easier to port it yourself...

KosmX commented 9 months ago

https://github.com/KosmX/emotes/tree/1.20.2

StKillReal commented 9 months ago

https://github.com/KosmX/emotes/tree/1.20.2

What about 1.20.4? Seems now it's the latest version of the game and all plugins/server jars use it, but not outdated versions

Timtaran commented 9 months ago

1.20.2 tree has 1.20.4 support also when I build it itself I had issue what I can't play singleplayer (just loading stops at 100%)

KosmX commented 9 months ago

1.20.2 tree has 1.20.4 support

sorry, I should rename the branch but i don't want to
When I write this, Fabric finally works, neoforge ... f*ck forge. I'll make it work, but I don't like using the legacy code called Forge or NeoForge.

Timtaran commented 9 months ago

What about singleplayer load just stops at 100%? (Fabric)

dima-dencep commented 9 months ago

neoforge

This should explain why you can't create a common network: image

https://hackmd.io/@neoforged/rkQ8WCW_T#Analysis

I saw that you did "hacks" to neoforge, but I don't think it makes sense as long as they break compatibility with the Dinnerbone's protocol

KosmX commented 9 months ago

Forge hacks aren't network protocol workarounds (I had to do that in Forge, but NeoForge is already much better)
The hacks are against the NeoForge API. The API isn't really ready for advanced usage (like the server needs to store some info from the client)

StKillReal commented 9 months ago

What about version for fabric 1.20.4

Timtaran commented 9 months ago

What about version for fabric 1.20.4

1.20.2 branch is 1.20.4

cutestlesbian commented 8 months ago

Sorry for being a moron who knows very little about code, but every time I try to build the 1.20.2 branch I get an empty .jar with only the Manifest file inside. Any chance I could get some help or a working .jar to use?

Vinellon commented 8 months ago

Hi, I understand that the 1.20.4 version is still unfinished, but still, when using emotions on the server, the texture of the player's head breaks. (Quilt client, Purpur server). In single player mode, everything works without problems. Would like to see the fix as soon as possible) image

Vinellon commented 8 months ago

Hi, I understand that the 1.20.4 version is still unfinished, but still, when using emotions on the server, the texture of the player's head breaks. (Quilt client, Purpur server). In single player mode, everything works without problems. Would like to see the fix as soon as possible) image

Mb, it's was broken because I'm used custom head shaders...

buhhhhg commented 5 months ago

I tried building this version but it didn't work. I used Gradle 8.6 image

Commands i entered: gradlew gradlew build

Does anyone know why this happened?