Skip to content
Eutro edited this page Dec 22, 2020 · 5 revisions

lOwOcalization

Welcome to the lOwOcalization wiki!

lOwOcalization is a mod for transforming translations in your game in bulk. By default this is used to owoize the text, but the mod is highly configurable.

The Config

The lOwOcalization config can be found in the config/ folder relative to your Minecraft directory.

The default transformations are implemented in the config, so feel free to look at it for examples.

Forge

The file is named lowocalization.toml, in the Tom's Obvious Minimal Language format.

TRANSFORMATIONS is a list of strings that will be interpreted as transformations.

Fabric

The file is named lowocalization.lowo, in a custom format, which apparently looks passable with Python highlighting.

The file is a series of strings, that will be interpreted as transformations.

Clone this wiki locally