sorcery  Diff

Differences From Artifact [676a9b76a9]:

To Artifact [fc0276bae8]:


    28     28   			newstack[1]:get_meta():from_table(meta)
    29     29   		end;
    30     30   		walkable = false;
    31     31   		selection_box = {
    32     32   			type = "fixed",
    33     33   			fixed = {-0.25, -0.5, -0.25, 0.25, 0.3, 0.25}
    34     34   		};
           35  +		on_construct = function(pos)
           36  +			minetest.get_meta(pos):set_string('infotext',label)
           37  +		end;
    35     38   		sounds = default.node_sound_glass_defaults();
    36     39   	}
    37     40   	if extra then for k,v in pairs(extra) do node[k] = v end end
    38     41   	if not node.groups then node.groups = {} end
    39     42   	node.groups.dig_immediate = 3;
    40     43   	node.groups.attached_node = 1;
    41     44   	node.groups.vessel = 1;