Sketchy502 / SDV-Summary

An application to display a summary of the player from a Stardew Valley save file.
206 stars 21 forks source link

Tea Sapling rendered one tile further south than appropriate #62

Open recursion-ninja opened 3 years ago

recursion-ninja commented 3 years ago

The new Tea Sapling crop in 1.4 is rendered one tile south of their actual location.

You can see an example in this farm: https://upload.farm/1Kzoae

The rendering error can be seen on the east side of the farm, there are 9 Tea Saplings positioned above each of the 4 Junimo Huts, surrounding the Deluxe Scarecrows.

Consider the following legend:

The actual placement is like so:

 T T C T T
 T T T T T
 _ H H H _
 _ H H H _
 _ _ _ _ _

But the rendering appears like this:

     C 
 T T   T T
 T H H H T
 _ H H H _
 _ _ _ _ _