-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathinfo.json
17 lines (17 loc) · 817 Bytes
/
info.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "PipeVisualizer",
"version": "2.2.2",
"title": "Pipe Visualizer",
"description": "Visualize the layout and contents of pipe networks. Press H to draw the selected entity's fluid systems. Press Shift + H to draw all visible fluid systems. Press Alt + H to automatically visualize systems on mouse-over. 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/*" ],
"scripts": { "prepublish": "factorio-crowdin-sync" },
"sync_portal_details": true
}
}