-
Notifications
You must be signed in to change notification settings - Fork 0
/
lithiumore.mcreator
59 lines (59 loc) · 1.47 KB
/
lithiumore.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
56
57
58
59
{
"mod_elements": [
{
"name": "LithiumOreOverworld",
"type": "block",
"sortid": 1,
"compiles": true,
"locked_code": false,
"registry_name": "lithium_ore_overworld"
},
{
"name": "LithiumOreNether",
"type": "block",
"sortid": 2,
"compiles": true,
"locked_code": false,
"registry_name": "lithium_ore_nether"
},
{
"name": "LithiumOreEnd",
"type": "block",
"sortid": 3,
"compiles": true,
"locked_code": false,
"registry_name": "lithium_ore_end"
}
],
"variable_elements": [],
"sound_elements": [],
"language_map": {
"en_us": {
"block.lithiumore.lithium_ore_overworld": "Lithium Ore Overworld",
"block.lithiumore.lithium_ore_end": "Lithium Ore End",
"block.lithiumore.lithium_ore_nether": "Lithium Ore Nether"
}
},
"foldersRoot": {
"name": "~",
"children": []
},
"workspaceSettings": {
"modid": "lithiumore",
"modName": "LithiumOre",
"version": "1.0.0",
"author": "user, MCreator",
"websiteURL": "https://mcreator.net",
"license": "Academic Free License v3.0",
"disableForgeVersionCheck": true,
"serverSideOnly": false,
"requiredMods": [],
"dependencies": [],
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.18.2",
"modElementsPackage": "net.mcreator.illhunter.lithiumore",
"lockBaseModFiles": false
},
"mcreatorVersion": 202200120510
}