SampaioTS / CarryChest-SV1.6

Adding compatibility with Stardew Valley 1.6 to the Carry Chest mod
2 stars 1 forks source link

big chest & big stone chest support #2

Closed dcoun closed 6 months ago

dcoun commented 6 months ago

Thank you for your works

Please provide support for a big chest or big stone chest in the Framework/ChestHelper.cs file as follows:

- && (obj.ParentSheetIndex is 130 or 232) // chest or stone chest
+ && (obj.ParentSheetIndex is 130 or 232 or 304 or 328) // chest or stone chest

Additionally, here is the item code comment as follows:

// - 130: Chest
// - 232: Stone Chest
// - 304: Big Chest
// - 328: Big Stone Chest
// - 256: Junimo Chest
// - 216: Mini-Fridge
SampaioTS commented 6 months ago

Should be added in the new release, thanks for code