starlit  Diff

Differences From Artifact [a9d406a1cb]:

To Artifact [d43bf4970e]:


    57     57   	_starlit = woodProps{};
    58     58   })
    59     59   
    60     60   
    61     61   starlit.item.food.link('starlit_eco:lambent_pine_berry', {
    62     62   	name = 'Lambent Pine Berry';
    63     63   	desc = 'Though packed with human-compatible nutrients, these berries are almost painfully sour when eaten raw.';
    64         -	tex = lib.image('starlit-eco-plant-berry-bunch.png'):shift{hue=180,sat=-30,lum=30}:render();
           64  +	tex = lib.image('starlit-eco-plant-berry-bunch.png'):shift{hue=180,sat=-.3,lum=3}:render();
    65     65   	impact = starlit.type.impact {
    66     66   		nutrition = 150;
    67     67   		taste = -2 * 60;
    68     68   	};
    69     69   	mass = 2;
    70     70   })
    71     71   
    72     72   starlit.item.seed.link('starlit_eco:lambent_pine_seed', {
    73     73   	name = 'Lambent Pine Seed';
    74         -	tex = lib.image('starlit-eco-plant-seeds.png'):shift{hue=150, sat=-50, lum=80}:render();
           74  +	tex = lib.image('starlit-eco-plant-seeds.png'):shift{hue=150, sat=-.5, lum=.8}:render();
    75     75   	grow = {kind = 'tree', id = 'starlit_eco:lambent_pine'};
    76     76   })
    77     77   
    78     78   minetest.register_node('starlit_eco:lambent_pine_bulb', {
    79     79   	description = 'Lambent Pine Bulb';
    80     80   	drawtype = 'nodebox';
    81     81   	connects_to = {'starlit_eco:lambent_pine_needles'};