Skip to content

Fix for Epic Fight incompatibility (stamina not loading)#272

Open
igork2kta wants to merge 1 commit into
ichttt:1.20.xfrom
igork2kta:1.20.x
Open

Fix for Epic Fight incompatibility (stamina not loading)#272
igork2kta wants to merge 1 commit into
ichttt:1.20.xfrom
igork2kta:1.20.x

Conversation

@igork2kta

Copy link
Copy Markdown

First Aid creates the SynchedEntityDataWrapper that replaces the SynchedEntityData. When Epic Fight searches for stamina, it doesn't find it, because it searches in the SynchedEntityDataWrapper. If you try to set it, it will give an error, because the SynchedEntityDataWrapper redirects to the SynchedEntityData, where STAMINA exists. I'm just redirecting the hasItem, to the parent.

@net-bob

net-bob commented Aug 3, 2025

Copy link
Copy Markdown

How do I, uh, download this fix? I'm not very experienced with minecraft modding sorry

@igork2kta

Copy link
Copy Markdown
Author

The author needs to approve my request and release a new version of the mod, but he's been missing for a while. You can download the source code and compile it by yourself.

@net-bob

net-bob commented Aug 3, 2025

Copy link
Copy Markdown

I've got the branch on my Github Desktop (i know, i know), branch pr/272. Is the thing I have to download in \src\main\java\ichttt\mods\firstaid and is it "FirstAid.java"?

@net-bob

net-bob commented Aug 3, 2025

Copy link
Copy Markdown

Nvm, I got it. Sorry for bothering lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants