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