Artorio
Artorio copied to clipboard
Artorio - convert image to factorio blueprint format
Hi, Would you consider a fork of your app that supports the mod 'Color Coding Plus'? (https://mods.factorio.com/mod/color-coding-plus) This mod adds many colors to each material. I think it would simplify...
I'm not sure exactly what causes it, but sometimes when I click on a color to modify it, the entire program will crash. I've currently been forced to use notepad...
// colored concrete (from More Placeable Tiles) (3-bit img) new ItemData("blue-refined-concrete", Color.FromRgb(0,0,255), ItemTypeEnum.Floor), new ItemData("black-refined-concrete", Color.FromRgb(0,0,0), ItemTypeEnum.Floor), new ItemData("cyan-refined-concrete", Color.FromRgb(0,255,255), ItemTypeEnum.Floor), new ItemData("green-refined-concrete", Color.FromRgb(0,255,0), ItemTypeEnum.Floor), new ItemData("purple-refined-concrete", Color.FromRgb(255,0,255), ItemTypeEnum.Floor), new...