CJBok / SDV-Mods

MIT License
121 stars 139 forks source link

Replace slingshot ID check with type field check #189

Closed daleao closed 1 year ago

daleao commented 1 year ago

The current implementation checks for slingshots by the ID's of vanilla slingshots, which fails to consider that mods may add custom slingshots. Meanwhile the slingshot weapon type is sitting unused inside "Data/weapons".

Pathoschild commented 1 year ago

The original ItemRepository was updated in Pathoschild/SMAPI#889, so I'll update this mod when that's released. Thanks for the help!