Processed fuel


Convert any fuel item to the standard so you don't mess up with multiple fuel types. Also fuel processing increases value by 25% and easy to transportation!. (Screenshot of processing uranium fuel cell is fake, it don't to that, get warned)

Content
8 months ago
2.0
126

b Fixing crash on load - mod version 1.0.0

4 months ago
(updated 4 months ago)

change data-updates.lua, line 23 from

      icons = item.combine_icons(icons, item.icons, {scale = 0.5, shift = {-8, -8}}, item.icon_size)

to

      icons = util.combine_icons(icons, item.icons, {scale = 0.5, shift = {-8, -8}}, item.icon_size)

(that's item --> util)

  • Based on extremely minimal testing, this seems to work. No guarantee, no warranty :)

New response