-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid colorwallmounted param2 can be generated on homedecor:glowlight_small_cube_14 #33
Comments
appears to be a issue with mesecons. not here |
The issue is due to an invalid param2 value. That could be an issue with this mod, or perhaps with unifieddyes. |
from minetest-mods/mesecons#610 (comment) paramtype2 = "colorwallmounted" param2 of 30 is a valid param2 |
30 % 8 = 6. With paramtype2 = "colorwallmounted", it must hold that param2 % 8 < 6. |
https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L734-L744 nowhere does it state |
ah, so your required to assume that colorwallmounted inherits this from wallmounted. still
|
@TurkeyMcMac should this issue stay here, or be moved to unifieddyes you think? as to create the node, i believe it would have to come from there |
I suppose it should be moved to unifieddyes. |
homedecor:glowlight_small_cube_14
crashes server.
done, changed title |
The correct place for this issue is homedecor, it's a bug with the node, not unifieddyes. |
no, the issue is with unifieddyes as it is what allows the node param2 to be changed via crafting or the airbrush |
from ogelgames: could be another tool like technics screwdriver. was not able to replicated with the regular one |
actual issue is the tool in technic, closing this |
No, it's not, it's an issue with anything that sets a bad param2. Unless this has been fixed, it should stay open. |
thank you for making my point for me |
the actual issue has an issue tracking it over on technic: mt-mods/technic#267 this is completely redundant and pointless |
Okay, mesecons was patched to fix this crash over a year ago: minetest-mods/mesecons#623 So yeah, this issue can be closed 👍 |
Stack trace:
For more details please see minetest-mods/mesecons#610
The text was updated successfully, but these errors were encountered: