Fabric Seasons

Fabric Seasons

13M Downloads

Make “...% speed” in Tooltip Translatable

cmplstofB opened this issue · 1 comments

commented

Currently, some text on the tooltip hard-coded.
(e.g. “...% speed”)

MutableText multiplierText = Text.literal(String.format("%.1f", (CropConfigs.getSeasonCropMultiplier(cropIdentifier, s) * 100)) + "% speed");

I think it would be better make them translatable.

commented

It's translatable now I guess since it's present in en_us.json.