Content Patcher

Content Patcher

378k Downloads

[Lookup Anything] Missing Name for Tree Stage 4

Flofian opened this issue ยท 1 comments

commented

Stardew Valley Version 1.6.3.24087
SMAPI Version 4.0.4.0
Lookup Anything Version 1.41.4

Describe the bug
Growth stage 4 is missing the name, it should display "small tree", but it displays "(no translation:tree.stages.4)"
The language files are structured like this:

// growth stages
"tree.stages.seed": "seed",
"tree.stages.sprout": "sprout",
"tree.stages.sapling": "sapling",
"tree.stages.bush": "bush",
"tree.stages.smallTree": "small tree",
"tree.stages.tree": "tree",

All the other values are shown correctly, but somehow the internal name must have been changed from "tree.stages.smallTree" to "tree.stages.4"
I did not test other languages, but the files look the same

To Reproduce
Open the Lookup Anything on a tree thats stage 3 or stage 4

Log file
No Errors in the log file

Screenshots
Screenshot 2024-04-04 171140
Screenshot 2024-04-04 171157

commented

This was fixed in Lookup Anything 1.42.0. Thanks for reporting it!