Skip to content

Serverside Localisation

jtljac edited this page Sep 24, 2023 · 1 revision

Minecraft's default localisation system works on the client side, sending translation components with the translation key to the client to translate. For server side mods this makes it impossible to localise.

Dat Modding API provides a class, // TODO link DatLocalisation, which provides a server side localisation.

// Using // Loading localisation // Getting localisation

Clone this wiki locally