Custom Window Title

Custom Window Title

2M Downloads

Hi. This is not issue.

MDReal32 opened this issue · 4 comments

commented

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

commented

What do you mean?

commented

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'

commented

You can already do that via TitleTokens.registerToken

commented

Thanks.