Differences From Artifact [168cab79da]:
- File data/compat.lua — part of check-in [58edda50fc] at 2021-10-27 13:42:02 on branch trunk — add distiller, remove old extract recipes (user: lexi, size: 2624) [annotate] [blame] [check-ins using]
To Artifact [aa29ffa40a]:
- File data/compat.lua — part of check-in [17322fc1b2] at 2021-10-27 17:10:12 on branch trunk — fix wine compat (user: lexi, size: 2624) [annotate] [blame] [check-ins using]
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 }