message.rift.charge
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
Additional information
No response
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}%"}`);
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", .
"warning.airdrop.incoming": "Airdrop Incoming::%2$s Blocks %1$s",
that didnt seem to fix it, unless doing /reload doesnt sort it
This should be fixed in version 1.3.2 of the modpack