I renamed the workspace when I started working on 2.0.0 which is why the file within the .zip and the info.json names don't match. However, I ensured we both had the same version and code within the files and that the correct function was being called, but the table results still differed.
I fixed ...
Search found 3 matches
- Fri Nov 08, 2024 11:54 pm
- Forum: 1 / 0 magic
- Topic: [2.0.11] Lua Key/Value Tables Don't Work For Some Users.
- Replies: 4
- Views: 354
- Sat Nov 02, 2024 5:51 am
- Forum: 1 / 0 magic
- Topic: [2.0.11] Lua Key/Value Tables Don't Work For Some Users.
- Replies: 4
- Views: 354
Re: [2.0.11] Lua Key/Value Tables Don't Work For Some Users.
I attached the version of the mod where the issue was discovered.
This would be how the code block I attached to the original would be used:
require("scripts.string")
---@type [string]
-- settings.startup["ignored-resources"].value is a string like this "resourceName, resourceName"
local ...
This would be how the code block I attached to the original would be used:
require("scripts.string")
---@type [string]
-- settings.startup["ignored-resources"].value is a string like this "resourceName, resourceName"
local ...
- Sat Oct 26, 2024 1:05 pm
- Forum: 1 / 0 magic
- Topic: [2.0.11] Lua Key/Value Tables Don't Work For Some Users.
- Replies: 4
- Views: 354
[2.0.11] Lua Key/Value Tables Don't Work For Some Users.
Hello, I'm the author of Unlimited Resources , recently I had a user by the name of Arcanical reach out about an error in the experimental branch. Upon investigating his issue we learned that the lua tables were not having their values assigned despite the function behaving as it should have ...