starlit  Diff

Differences From Artifact [06631e46d8]:

To Artifact [7c2e295411]:


   139    139   	};
   140    140   -- 	crystal = {
   141    141   -- 		op = fQuant;
   142    142   -- 	};
   143    143   	item = {
   144    144   		name = {"item", "items"};
   145    145   		string = function(x, n)
   146         -			local i = minetest.registered_items[x]
          146  +			local i = core.registered_items[x]
   147    147   			return tostring(n) .. 'x ' .. i.short_description
   148    148   		end;
   149    149   		image = function(x, n)
   150    150   			return ItemStack(x):get_definition().inventory_image
   151    151   		end;
   152    152   		inventory = function(x, n, stack)
   153    153   			x = ItemStack(x)