Floogen / AlternativeTextures

Framework which allows for placeable objects, buildings and entities to have texture variety in Stardew Valley.
GNU General Public License v3.0
14 stars 13 forks source link

[AT] Update to Stardew Valley v1.6 #53

Closed Floogen closed 3 months ago

Floogen commented 8 months ago

Most prefix patches should be fine barring any drastic changes to the draw logic. Transpilers may need to be rewritten.

Floogen commented 8 months ago

Need to handle new item ID assignment and building changes.

tlitookilakin commented 4 months ago

the performObjectDropInAction patch in FencePatch has a null method on startup with the most recent 1.6 alpha and AT alpha 10. It looks like the method has an additional bool parameter on the end of it now, which means AT can't find it.

Floogen commented 4 months ago

I fixed this yesterday with b831080, but I had not pushed the changes yet.

I will have the fixed deploy later today.

Thank you for letting me know!