sorcery  Diff

Differences From Artifact [168cab79da]:

To Artifact [aa29ffa40a]:


    84     84   		['farming:ethanol'] = {
    85     85   			hold = 'liquid', has = 'farming:ethanol';
    86     86   			empty = 'vessels:glass_bottle';
    87     87   		};
    88     88   	};
    89     89   	alcohols = {
    90     90   		['farming:bottle_ethanol'] = { kind = 'pure' };
    91         -		['wines:vodka'           ] = { kind = 'pure' };
           91  +		['wine:glass_vodka'      ] = { kind = 'pure' };
    92     92   	};
    93     93   	boxes = {};
    94     94   	containers = {};
    95     95   	residue = {
    96     96   		['farming:hemp_oil'] = 'vessels:glass_bottle';
    97     97   	};
    98     98   }