-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathartificial_lightning.mcreator
95 lines (95 loc) · 2.37 KB
/
artificial_lightning.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"id_map": {},
"mod_elements": [
{
"name": "LightninggeneratorRedstoneOn",
"type": "procedure",
"sortid": 1,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "lightninggenerator_redstone_on",
"metadata": {
"dependencies": [
{
"name": "x",
"type": "number"
},
{
"name": "y",
"type": "number"
},
{
"name": "z",
"type": "number"
},
{
"name": "world",
"type": "world"
}
]
}
},
{
"name": "Lightninggenerator",
"type": "block",
"sortid": 1,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "lightninggenerator"
},
{
"name": "Lightninggenerator1",
"type": "recipe",
"sortid": 2,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "lightninggenerator_1"
}
],
"variable_elements": [],
"sound_elements": [],
"language_map": {
"ru_ru": {
"tile.lightninggenerator.name": "Молниегенератор"
},
"zh_tw": {
"tile.lightninggenerator.name": "雷電發生器"
},
"en_us": {
"tile.lightninggenerator.name": "Lightning Generator"
},
"zh_cn": {
"tile.lightninggenerator.name": "闪电生成器"
},
"ja_jp": {
"tile.lightninggenerator.name": "雷発生器"
}
},
"foldersRoot": {
"name": "~",
"children": []
},
"workspaceSettings": {
"modid": "artificial_lightning",
"modName": "Artificial Lightning",
"version": "0.2.0",
"description": "The heavens are dead, and the yellow sky stands tall. At the age of Jia Zi, the world is in good fortune. The King Of Thunder!~",
"author": "BunnimimiTotem",
"websiteURL": "https://github.com/Ojng-Studios/ArtificialLightningMod",
"license": "GNU General Public License version 2 (GPLv2)",
"disableForgeVersionCheck": true,
"serverSideOnly": false,
"requiredMods": [],
"dependencies": [],
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.12.2",
"credits": "MCreator, Ojng Studios",
"modElementsPackage": "io.github.busituteng.artificiallightning",
"lockBaseModFiles": false
},
"mcreatorVersion": 202100118117
}