-
Notifications
You must be signed in to change notification settings - Fork 2
/
mod_info.lua
36 lines (36 loc) · 1.22 KB
/
mod_info.lua
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
33
34
35
36
name = "EcoManagerCBT"
uid = "c37fc150-ce96-11ee-EcoManagerCBT-v9"
version = 9
copyright = "Crotalus"
description = "EcoManager, helps with micromanaging the economy. CheeseBerryTweaks"
author = "Crotalus, CheeseBerry"
url = "https://github.com/ChessBerry/EcoManager"
selectable = true
enabled = true
exclusive = false
ui_only = true
requires = {
"zcbf6277-24e3-437a-b968-Common-v1" -- Common Mod Tools
}
requiresNames = {}
conflicts = {
"c37fc150-ce96-11ee-EcoManagerCBT-v5",
"c37fc150-ce96-11ee-a2f8-0800200c9a66",
"ecbf6277-24e3-597a-EcoManagerCBT-v1",
"ecbf6277-EcoManagerCBT-v1",
"ecbf6277-24e3-597a-b968-EcoManager-v12",
"ecbf6277-24e3-437a-b968-EcoManager-v11",
"ecbf6277-24e3-437a-b968-EcoManager-v10",
"ecbf6277-24e3-437a-b968-EcoManager-v9",
"ecbf6277-24e3-437a-b968-EcoManager-v8",
"ecbf6277-24e3-437a-b968-EcoManager-v7",
"ecbf6277-24e3-437a-b968-EcoManager-v6",
"ecbf6277-24e3-437a-b968-EcoManager-v5",
"ecbf6277-24e3-437a-b968-EcoManager-v4",
"ecbf6277-24e3-437a-b968-75e7e7c67db9",
"21188cdf-ec69-43bd-b756-6140a84c0197",
"5c1ac506-03d3-4734-b6c1-0746592849c3",
"5f56b6fd-de36-44f1-ba2b-e7d012025f2a"
}
before = {"zcbf6277-24e3-437a-b968-Common-v1"}
after = {}