starlit  Diff

Differences From Artifact [c5d4cbc341]:

To Artifact [4840721039]:


    94     94   end
    95     95   
    96     96   
    97     97   minetest.register_node('starlit_tech:crate', {
    98     98   	short_description = 'Crate';
    99     99   	description = starlit.ui.tooltip {
   100    100   		title = 'Crate';
   101         -		desc = 'A sturdy but lightweight storage crate made from solid carbon polymer.';
          101  +		desc = 'A sturdy but lightweight storage crate woven from graphene.';
   102    102   		props = { {title='Mass', affinity='info', desc='100g'} };
   103    103   	};
   104    104   	drawtype = 'nodebox';
   105    105   	node_box = {
   106    106   		type = 'fixed';
   107    107   		fixed = {
   108    108   			 .4,  .2,  .4;