FTB-Modpack-Issues icon indicating copy to clipboard operation
FTB-Modpack-Issues copied to clipboard

message.rift.charge

Open i9xgit opened this issue 10 months ago • 2 comments

Modpack

FTB OceanBlock 2

Modpack version

1.3.1

Launcher

Server

Has the pack been modified

No

Log Files

No response

Describe the bug

as of 1.3.1 everyone is getting "message.rift.charge" on their screens seen other users mention it via the discord server too

Steps to reproduce

update to 1.3.1 login to single player/server rift.charge.meter

Expected behaviour

nothing to be there ig

Screenshots

Image

Additional information

No response

i9xgit avatar Feb 25 '25 23:02 i9xgit

Here's a temporary fix until an update can be pushed: kubejs/startup_scripts/global_functions.js Replace Line 226 with:

player.getServer().runCommandSilent(`/title ${player.username} actionbar {"text":"Rift Charge: [${bar}] ${percentage}%"}`);

linktlh avatar Feb 26 '25 00:02 linktlh

The correct fix for this issue only requires finding the en_us.json file located in the minecraft\kubejs\assets\ftb\lang path, and removing the comma , at the end of the line containing "warning.airdrop.incoming": "Airdrop Incoming::%2$s Blocks %1$s", .

StarskyXIII avatar Feb 26 '25 01:02 StarskyXIII

"warning.airdrop.incoming": "Airdrop Incoming::%2$s Blocks %1$s",

that didnt seem to fix it, unless doing /reload doesnt sort it

i9xgit avatar Feb 26 '25 15:02 i9xgit

This should be fixed in version 1.3.2 of the modpack

Gaz492 avatar Feb 27 '25 08:02 Gaz492