chylex / Minecraft-Window-Title

Minecraft mod that lets you customize window title and icon.
https://www.curseforge.com/minecraft/mc-mods/custom-window-title
The Unlicense
8 stars 2 forks source link

Hi. This is not issue. #2

Closed MDReal32 closed 4 years ago

MDReal32 commented 4 years ago

This is a offer. We can add custom variables to Name... From registry or from another mod. Custom variables.

chylex commented 4 years ago

What do you mean?

MDReal32 commented 4 years ago

In another mod i set for example (im not minecraft dev for that i can be error) registry.minecraftwindowtitle.newRegistry("newvariable", "newvalue") And then i in config file writes title = "New Variable {newvariable}" And title is changes to 'New Variable newvalue'

chylex commented 4 years ago

You can already do that via TitleTokens.registerToken

MDReal32 commented 4 years ago

Thanks.