-
Notifications
You must be signed in to change notification settings - Fork 12
/
info.json
32 lines (32 loc) · 1.05 KB
/
info.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "EditorExtensions",
"version": "2.4.1",
"title": "Editor Extensions",
"description": "Extends the Factorio map editor with new features, testing tools, and quality of life changes. Also adds a separate editor lab that can be used to design blueprints separately from your main factory. Inspired by Creative Mode.",
"author": "raiguard",
"contact": "https://github.com/raiguard/EditorExtensions",
"homepage": "https://github.com/raiguard/EditorExtensions",
"factorio_version": "2.0",
"dependencies": [
"base >= 2.0.23",
"flib >= 0.15.0",
"? space-age >= 2.0.0",
"? CursorEnhancements",
"(?) RecipeBook",
"(?) aai-industry",
"(?) Krastorio2",
"(?) omnimatter_compression",
"(?) space-exploration",
"(?) Transport_Drones",
"(?) PickerDollies",
"(?) DeadlockStackingForAngels"
],
"package": {
"git_publish_branch": "master",
"ignore": [ "imgui.ini", "screenshots", "stylua.toml" ],
"scripts": {
"prepublish": "factorio-crowdin-sync"
},
"sync_portal_details": true
}
}