Differences From Artifact [018bd8935a]:
- File data/greases.lua — part of check-in [9278734b41] at 2020-08-17 13:35:12 on branch trunk — fix bugs, finish grinder, add conduits and condensers to extract and transmit energy from leylines (user: lexi, size: 1224) [annotate] [blame] [check-ins using]
To Artifact [0a57245423]:
- File data/greases.lua — part of check-in [f7f6898cbd] at 2020-08-21 11:52:17 on branch trunk — add force field emitters, generators, rework leyline distribution algorithm, add utility function for automatically dumping out inventories when an item is dug, add draconium and tyrannium alloys (tentatively), various fixes (user: lexi, size: 1425) [annotate] [blame] [check-ins using]
59 59 color = {222,57,239}; 60 60 core = { 'sorcery:oil_mystic', 'sorcery:oil_dawn', 'sorcery:oil_mushroom' }; 61 61 mix = { 62 62 'sorcery:powder_cobalt'; 63 63 'sorcery:powder_cobalt'; 64 64 'sorcery:extract_grape'; 65 65 }; 66 + }; 67 + neutralizing = { 68 + color = {221,148,95}; 69 + core = { 'sorcery:oil_dawn', 'sorcery:oil_berry' }; 70 + mix = { 71 + 'sorcery:powder_aluminum'; 72 + 'sorcery:powder_lithium'; 73 + 'sorcery:extract_pine'; 74 + }; 66 75 }; 67 76 }