Open wsor4035 opened 2 years ago
reading over https://github.com/minetest-mods/maptools/blob/master/docs/NODES_ITEMS.md?plain=1#L27 it mentions maptools:light_block a node that doesnt exist in the modpack, however there are aliases for light_block and lightblock to maptools:lightblock at https://github.com/minetest-mods/maptools/blob/master/aliases.lua#L49-L50 however this node doesnt exist either. tracing the existence of this (maptools:)light(_)block aliases and documentation tracks back to https://github.com/minetest-mods/maptools/commit/3e12ce50b236c5294020a03db3c6dfebe6249df0 where these aliases and docs where added, 9 years ago, the second commit to this repo. so unless im a missing something blatantly obvious, its seems that this node has never existed and no one noticed?
maptools:light_block
light_block
lightblock
maptools:lightblock
It's possible that I implemented this in a first revision of Map Tools and removed it afterwards, but I don't remember why. (It indeed behaved as documented, so the issue isn't on a technical level.)
reading over https://github.com/minetest-mods/maptools/blob/master/docs/NODES_ITEMS.md?plain=1#L27 it mentions
maptools:light_block
a node that doesnt exist in the modpack, however there are aliases forlight_block
andlightblock
tomaptools:lightblock
at https://github.com/minetest-mods/maptools/blob/master/aliases.lua#L49-L50 however this node doesnt exist either. tracing the existence of this (maptools:)light(_)block aliases and documentation tracks back to https://github.com/minetest-mods/maptools/commit/3e12ce50b236c5294020a03db3c6dfebe6249df0 where these aliases and docs where added, 9 years ago, the second commit to this repo. so unless im a missing something blatantly obvious, its seems that this node has never existed and no one noticed?