-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin_mod.mcreator
55 lines (55 loc) · 1.34 KB
/
admin_mod.mcreator
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"id_map": {},
"mod_elements": [
{
"name": "AdminSword",
"type": "tool",
"sortid": 1,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "admin_sword"
},
{
"name": "AdminTools",
"type": "tab",
"sortid": 1,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "admin_tools"
}
],
"variable_elements": [],
"sound_elements": [],
"language_map": {
"en_us": {
"item.admin_mod.admin_sword": "Admin Sword",
"itemGroup.tabadmin_tools": "Admin Tools"
}
},
"foldersRoot": {
"name": "~",
"children": []
},
"workspaceSettings": {
"modid": "admin_mod",
"modName": "Admin mod",
"version": "0.2.1",
"description": "Adds tools for server administrators",
"author": "Luis64_gamer, MCreator",
"websiteURL": "https://mcreator.net",
"license": "Academic Free License v3.0",
"disableForgeVersionCheck": true,
"serverSideOnly": false,
"requiredMods": [],
"dependencies": [],
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.15.2",
"credits": "Created using mod maker MCreator - https://mcreator.net/about",
"modElementsPackage": "net.mcreator.adminmod",
"lockBaseModFiles": false
},
"mcreatorVersion": 202100236710
}