forked from ChessBerry/EcoManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod_info.lua
32 lines (32 loc) · 1018 Bytes
/
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
name = "EcoManagerCBT"
uid = "ecbf6277-EcoManagerCBT-v1"
version = 1
copyright = "Crotalus"
description = "EcoManager, helps with micromanaging the economy. CheeseBerryTweaks v1"
author = "Crotalus, CheeseBerry"
url = ""
selectable = true
enabled = true
exclusive = false
ui_only = true
requires = {
"zcbf6277-24e3-437a-b968-Common-v1"
}
requiresNames = {}
conflicts = {
"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 = {}