ModError: Failed to load and run script from C:\Users\jerri\Documents\Minetest\minetest-5.7.0-win64\bin\..\mods\morestones\init.lua:
...st\minetest-5.7.0-win64\bin\..\mods\morestones\init.lua:457: '}' expected (to close '{' at line 450) near 'ymin'
Check debug.txt for details.
I ask some people on discord on how the issue can be resolved and they responded with this
Yes, the code is incorrect. Either:
* you're missing a closing }, or
* you have some other syntax error (a different extra or missing symbol somewhere) that's confusing the parser
It's between 450 and 457, probably.
If this is your own mod, you should try syntax highlighting and auto-indenting options to make it easier to keep track of structure to avoid this kind of mistake (though tbh I've found those of limited help).
No problem! Much love at such!
Here is the error
I ask some people on discord on how the issue can be resolved and they responded with this
Hope this helps :3!