[READ-ONLY] Mirror of https://github.com/thoda-dev/DU-Industry-HUD. A simple HUD for monitoring and managing industry in Dual Universe
dual-universe lua
0

Configure Feed

Select the types of activity you want to include in your feed.

Create onContentUpdate.lua

Thomas (Feb 21, 2023, 7:27 PM +0100) 1b475cee 52054c12

+4
+4
Master Program/source/slot1/onContentUpdate.lua
··· 1 + local content = schematicContainer.getContent() 2 + for _,s in pairs(content) do 3 + schematicStorage["s" .. s.id] = s.quantity 4 + end