TehNut / Xtones

An "official" clone of Ztones
MIT License
2 stars 13 forks source link

[1.10.2] Lack of "type number" in WAILA/TOP and ordering off. #2

Closed DeadSix27 closed 7 years ago

DeadSix27 commented 7 years ago

This was done by translations prior to 1.10.2.

....
tile.zythBlock. (0).name=Zyth ⓪
tile.zythBlock. (1).name=Zyth ①
tile.zythBlock. (2).name=Zyth ②
....

Which made the name and number appear on the tool tips (very helpful).

Also the ordering currently is off as it starts counting from 1 and not 0. The original ztones started of 0.

image

TehNut commented 7 years ago

Copying over from PR: The off by one was intentional as most users don't have a development background and find starting at 0 odd

I will add the number to the Waila tooltip though.