Don't Starve

Don't Starve

[API] Inventory Images
Showing 1-10 of 10 entries
Update: 14 Aug, 2022 @ 6:04pm

  • Fixed a crash with non-global KnownModIndex.

Update: 3 Aug, 2022 @ 12:31pm

  • Fixed a crash with tonumber function call.

Update: 3 Aug, 2022 @ 11:24am

  • Fixed an issue that would cause mods that use the API at the same not to work correctly.
  • Medium refactoring.

Update: 30 Jul, 2022 @ 10:11pm

  • Mods that don't use this API will no longer have their icons invisible.
  • The inventoryItemAtlasLookup is now in the global env.

Update: 26 Jul, 2022 @ 12:54pm

  • Removed the tutorial from modmain.lua
    It's all at GitHub Repository's README.md now.

Update: 26 Jul, 2022 @ 10:16am

  • Add version check.
  • Setting an inventoryitem.atlasname will no longer mess up the image when the mini sign is drawn. Setting this field is unnecessary.
  • Add the function to the mod env.

Update: 25 Jul, 2022 @ 11:47pm

  • Fixed some errors.

Update: 25 Jul, 2022 @ 11:24pm

  • Fixed a crash with non-global assert.

Update: 25 Jul, 2022 @ 7:44pm

  • API Release.

Update: 25 Jul, 2022 @ 3:46pm

  • Some pre-release tests.