Replay Mod (Fabric & Forge)

Replay Mod (Fabric & Forge)

787k Downloads

Replay Options Text display is slightly messed up [work around solution found]

NicKnack819 opened this issue ยท 14 comments

commented

The text options aren't displaying properly
2020-02-01_15 43 34
2020-02-01_15 57 55
2020-02-01_15 58 03

A Solution was found

That fixed it
use the one below for future reference to anyone who reads this
https://www.curseforge.com/minecraft/mc-mods/fabric-api/download/2810785

commented

What version of Fabric API do you have installed?

commented

What version of Fabric API do you have installed?

The most recent one for 1.14.4:

fabric-api-0.4.2+build.246-1.14.jar

commented

What does that mean @Johni0702 ?
Edit: Sorry for ping btw

commented

What does what mean?
No need to apologize for the ping, I'm subscribed to all issues in this repo anyway, so pings merely add clarity as to whom you're talking to.

Wrt the issue, could you try an older fabric-api version (0.3.x)? The ReplayMod hooks into a specific internal thing of fabric-api and that thing changing would explain the broken text.

commented

i switched my fabric api to fabric-api-0.3.3+build.234-1.14 and the text has been fixed for me

commented

That fixed it
use the one below for future reference to anyone who reads this
https://www.curseforge.com/minecraft/mc-mods/fabric-api/download/2810785

commented

do I comment and close now @Johni0702 ?

commented

@NicKnack819 We'll keep it it open until it works with the new version as well.

commented

Ok @Johni0702 . Is the a format I should add to show the current solution?

commented
commented

You can edit it to the end of the top post but given how short this discussion was, I expect anyone which finds this issue in search of a workaround to also be able to skim over 5 replies to find it.

commented

An easy fix was to just copy the language data from the mod into the en_us.json of actual minecraft, then make a resource pack for it to just overwrite it, it allows you to use the latest version of fabric api while still getting the language. Put it into your resource packs folder and apply it.
ReplayLangFix.zip

commented

An easy fix was to just copy the language data from the mod into the en_us.json of actual minecraft, then make a resource pack for it to just overwrite it, it allows you to use the latest version of fabric api while still getting the language. Put it into your resource packs folder and apply it.
ReplayLangFix.zip

@drewc5131
Could you try to put that in layman's terms please?

commented

An easy fix was to just copy the language data from the mod into the en_us.json of actual minecraft, then make a resource pack for it to just overwrite it, it allows you to use the latest version of fabric api while still getting the language. Put it into your resource packs folder and apply it.
ReplayLangFix.zip

@drewc5131
Could you try to put that in layman's terms please?

new minecraft uses new language format
mod does not use new format

you can easily see what ive done if u just look at the en_US.json file and scroll to the bottom