Line 915 of minetest_game\mods\default\nodes.lua not needed
Line 915 of the nodes.lua from the minetest_game mode is a copy of a line a few lines above and as far as I can tell does nothing new. I tested the code in a little mod I made and it doesn't seem to matter if it is there or not. The line is:
It is part of the hacky_swap_node function. If it does do something and I'm just not seeing it could someone please tell me what because all I see is a copy of line 910 with no changes to the variables in between.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
local meta0 = meta:to_table()
It is part of the hacky_swap_node function. If it does do something and I'm just not seeing it could someone please tell me what because all I see is a copy of line 910 with no changes to the variables in between.