Time Nick Message 03:01 LazyJ I've been trying to place fire on all nodes *except* those that have the group "melts". So far no luck getting this to work. Here is a pastebin of the snippet: 03:02 LazyJ http://pastebin.com/Kf3XiZeZ 03:03 LazyJ If you are wondering about "donut", that's just an odd word that I can search for to find my code experiments. 03:06 LazyJ In human talk, I'm trying to tell MT that if the thing being pointed at is not dirt_with_snow, and this thing doesn't have a group called "melts", and there is nothing but air above it, go ahead and let the flame be set on top of it. 03:07 LazyJ So what's the trick to getting this code magic to work? 03:13 LazyJ Additional info: In minetest_game there are very few nodes with a melt group but when these nodes are used with More Blocks circular saw, they create many, many nodes. 03:13 LazyJ That is why I'm trying to use the "groups" so as to lasso all those circular saw derivatives together.