RobertSkalko/Mine-And-Slash-Rework

Weird translation and seed icons

Closed this issue · 1 comments

The English translations says:
"block.mmorpg.harvest.purple": "Chaotic Seeds", "block.mmorpg.harvest.green": "Primal Seeds", "block.mmorpg.harvest.blue": "Lucid Seeds",

The code says:
static String BLUE_NAME = "Lucid"; static String PURPLE_NAME = "Chaotic"; static String GREEN_NAME = "Primal";

Their actual names in game doesn't match their translations:
Screenshot 2024-03-18 at 6 52 50 PM
Screenshot 2024-03-18 at 6 52 47 PM
Screenshot 2024-03-18 at 6 52 44 PM

Closing because these items don't exist now