18 lines
771 B
JSON
18 lines
771 B
JSON
{
|
|
"name": "PipeVisualizer",
|
|
"version": "2.1.0",
|
|
"title": "Pipe Visualizer",
|
|
"description": "Visualize the layout and contents of pipe networks. Press H to draw the selected entity's fluid systems, or press Shift + H to draw all visible fluid systems. Press Control + H to toggle between color-by-fluid and color-by-system.",
|
|
"author": "raiguard",
|
|
"contact": "https://github.com/raiguard/PipeVisualizer",
|
|
"homepage": "https://github.com/raiguard/PipeVisualizer",
|
|
"factorio_version": "1.1",
|
|
"dependencies": [ "base >= 1.1.86", "flib >= 0.13.0" ],
|
|
"package": {
|
|
"git_publish_branch": "main",
|
|
"ignore": [ "imgui.ini", "screenshots/*", "stylua.toml" ],
|
|
"scripts": { "prepublish": "factorio-crowdin-sync" },
|
|
"sync_portal_details": true
|
|
}
|
|
}
|