-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfoobarmod.mcreator
124 lines (124 loc) · 2.92 KB
/
foobarmod.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"id_map": {},
"mod_elements": [
{
"name": "Magicgrass",
"type": "block",
"sortid": 6,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "magicgrass"
},
{
"name": "IlujBlock",
"type": "block",
"sortid": 7,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "iluj_block"
},
{
"name": "SternchenBlock",
"type": "block",
"sortid": 8,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "sternchen_block"
},
{
"name": "FooBar",
"type": "tab",
"sortid": 9,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "foo_bar"
},
{
"name": "WarAxe",
"type": "tool",
"sortid": 10,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "war_axe"
},
{
"name": "WarAxeRecipe",
"type": "recipe",
"sortid": 11,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "war_axe_recipe"
},
{
"name": "SmellyProgress",
"type": "achievement",
"sortid": 16,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "smelly_progress"
},
{
"name": "Garlicer",
"type": "livingentity",
"sortid": 17,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "garlicer"
},
{
"name": "WarAxe2",
"type": "tool",
"sortid": 18,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "war_axe_2"
}
],
"variable_elements": [],
"sound_elements": [],
"language_map": {
"en_us": {
"block.foobarmod.magicgrass": "Magicgrass",
"advancements.smelly_progress.descr": "Smelly progress",
"itemGroup.tabfoo_bar": "Foo Bar",
"item.foobarmod.war_axe": "War Axe",
"entity.foobarmod.garlicer": "Garlicer",
"block.foobarmod.iluj_block": "Iluj Block",
"advancements.smelly_progress.title": "Smelly Progress",
"block.foobarmod.sternchen_block": "Sternchen Block",
"item.foobarmod.garlicer_spawn_egg": "Garlicer Spawn Egg",
"item.foobarmod.war_axe_2": "War Axe 2"
}
},
"foldersRoot": {
"name": "~",
"children": []
},
"workspaceSettings": {
"modid": "foobarmod",
"modName": "foobarmod",
"version": "1.0.0",
"author": "cwege, MCreator",
"websiteURL": "https://mcreator.net",
"license": "Academic Free License v3.0",
"disableForgeVersionCheck": true,
"serverSideOnly": false,
"requiredMods": [],
"dependencies": [],
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.16.5",
"modElementsPackage": "net.mcreator.foobarmod",
"lockBaseModFiles": false
},
"mcreatorVersion": 202100236710
}