1.21.3 support fabric please
RaphyTwin opened this issue ยท 7 comments
Is your feature request related to a problem? Please describe.
I wanted to use your awesome PlayerAnimator (it's great ngl) and I noticed that is not compatible with 1.21.3. So there are particularly two problems. #121 and the the getPlayerAnimLayer
is not useable with the newer version (I think the class_742 has another name now but I'm not sure.
Describe the solution you'd like
So I would highly appreciate a 1.21.3 Fabric port :). Thanks in advance!
@RaphyTwin a port is already in progress by one of the contributors
The main author of the mod isn't super active so I don't know when it will be released on the maven repository, but you can check out this fork and build it yourself in order to use it. (IT'S NOT READY YET!!!)
Please close #121 because that error is simply because the library isn't released for 1.21.3 yet
Whenever the port is ready it should end up on this maven repository first before KosmX's one:
maven {
name "dima_dencep"
url "https://repo.redlance.org/public"
}
Thanks :)
Also I talked to KosmX and she decided that she wants to make the port on her own
So forget everything I said, just wait very patiently!
Ok, good to know. Only a question (because I want to know in what time range) how long will she approximately take to port it? Thanks in advance
@RaphyTwin you can build the 1.21.3 branch for a fabric version.
MC had a lot of changes in render API, and I also replaced a lot of mixins for better ones.
The first person animation is completely broken (as of now), but it can be used to port mods depending on this, as the API is already freezed and should be working
bendy-lib compatibility is also removed, the compatibility layer will be moved into bendy-lib (for easier maintenance)
if you don't use bendy, it won't affect you