-
Notifications
You must be signed in to change notification settings - Fork 0
/
hexxitgear.mcreator
387 lines (387 loc) · 11.7 KB
/
hexxitgear.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
{
"mod_elements": [
{
"name": "HexxitGear",
"type": "tab",
"sortid": 2,
"compiles": true,
"locked_code": false,
"registry_name": "hexxit_gear",
"metadata": {
"files": []
}
},
{
"name": "Scale",
"type": "armor",
"sortid": 1,
"compiles": true,
"locked_code": false,
"registry_name": "scale",
"metadata": {
"files": [
"src/main/resources/assets/hexxitgear/models/item/scale_helmet.json",
"src/main/resources/assets/hexxitgear/models/item/scale_leggings.json",
"src/main/java/net/g_utopia/hexxitgear/item/ScaleItem.java",
"src/main/resources/assets/hexxitgear/models/item/scale_boots.json",
"src/main/resources/assets/hexxitgear/models/item/scale_chestplate.json"
]
}
},
{
"name": "Hexicaldiamond",
"type": "item",
"sortid": 3,
"compiles": true,
"locked_code": false,
"registry_name": "hexicaldiamond",
"metadata": {
"files": [
"src/main/resources/assets/hexxitgear/models/item/hexicaldiamond.json",
"src/main/java/net/g_utopia/hexxitgear/item/HexicaldiamondItem.java"
]
}
},
{
"name": "Hexicalessence",
"type": "item",
"sortid": 4,
"compiles": true,
"locked_code": false,
"registry_name": "hexicalessence",
"metadata": {
"files": [
"src/main/java/net/g_utopia/hexxitgear/item/HexicalessenceItem.java",
"src/main/resources/assets/hexxitgear/models/item/hexicalessence.json"
]
}
},
{
"name": "Hexbiscus",
"type": "block",
"sortid": 5,
"compiles": true,
"locked_code": false,
"registry_name": "hexbiscus",
"metadata": {
"files": [
"src/main/java/net/g_utopia/hexxitgear/world/features/ores/HexbiscusFeature.java",
"src/main/resources/data/hexxitgear/worldgen/configured_feature/hexbiscus.json",
"src/main/resources/assets/hexxitgear/models/block/hexbiscus.json",
"src/main/resources/data/hexxitgear/forge/biome_modifier/hexbiscus_biome_modifier.json",
"src/main/resources/data/hexxitgear/worldgen/placed_feature/hexbiscus.json",
"src/main/resources/assets/hexxitgear/models/item/hexbiscus.json",
"src/main/java/net/g_utopia/hexxitgear/block/HexbiscusBlock.java",
"src/main/resources/assets/hexxitgear/blockstates/hexbiscus.json"
]
}
},
{
"name": "RecipeHexicaldiamond",
"type": "recipe",
"sortid": 6,
"compiles": true,
"locked_code": false,
"registry_name": "recipe_hexicaldiamond",
"metadata": {
"files": [
"src/main/resources/data/hexxitgear/recipes/recipe_hexicaldiamond.json"
]
}
},
{
"name": "RecipeScaleHelmet",
"type": "recipe",
"sortid": 7,
"compiles": true,
"locked_code": false,
"registry_name": "recipe_scale_helmet",
"metadata": {
"files": [
"src/main/resources/data/hexxitgear/recipes/recipe_scale_helmet.json"
]
}
},
{
"name": "RecipeScaleChestplate",
"type": "recipe",
"sortid": 8,
"compiles": true,
"locked_code": false,
"registry_name": "recipe_scale_chestplate",
"metadata": {
"files": [
"src/main/resources/data/hexxitgear/recipes/recipe_scale_chestplate.json"
]
}
},
{
"name": "RecipeScaleLeggings",
"type": "recipe",
"sortid": 9,
"compiles": true,
"locked_code": false,
"registry_name": "recipe_scale_leggings",
"metadata": {
"files": [
"src/main/resources/data/hexxitgear/recipes/recipe_scale_leggings.json"
]
}
},
{
"name": "RecipeScaleBoots",
"type": "recipe",
"sortid": 10,
"compiles": true,
"locked_code": false,
"registry_name": "recipe_scale_boots",
"metadata": {
"files": [
"src/main/resources/data/hexxitgear/recipes/recipe_scale_boots.json"
]
}
},
{
"name": "ScaleEffect",
"type": "procedure",
"sortid": 11,
"compiles": true,
"locked_code": false,
"registry_name": "scale_effect",
"metadata": {
"files": [
"src/main/java/net/g_utopia/hexxitgear/procedures/ScaleEffectProcedure.java"
],
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "Thief",
"type": "armor",
"sortid": 12,
"compiles": true,
"locked_code": false,
"registry_name": "thief",
"metadata": {
"files": [
"src/main/resources/assets/hexxitgear/models/item/thief_leggings.json",
"src/main/resources/assets/hexxitgear/models/item/thief_boots.json",
"src/main/java/net/g_utopia/hexxitgear/item/ThiefItem.java",
"src/main/resources/assets/hexxitgear/models/item/thief_helmet.json",
"src/main/resources/assets/hexxitgear/models/item/thief_chestplate.json"
]
}
},
{
"name": "ThiefEffect",
"type": "procedure",
"sortid": 13,
"compiles": true,
"locked_code": false,
"registry_name": "thief_effect",
"metadata": {
"files": [
"src/main/java/net/g_utopia/hexxitgear/procedures/ThiefEffectProcedure.java"
],
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "RecipeThiefHood",
"type": "recipe",
"sortid": 14,
"compiles": true,
"locked_code": false,
"registry_name": "recipe_thief_hood",
"metadata": {
"files": [
"src/main/resources/data/hexxitgear/recipes/recipe_thief_hood.json"
]
}
},
{
"name": "RecipeThiefChestpiece",
"type": "recipe",
"sortid": 15,
"compiles": true,
"locked_code": false,
"registry_name": "recipe_thief_chestpiece",
"metadata": {
"files": [
"src/main/resources/data/hexxitgear/recipes/recipe_thief_chestpiece.json"
]
}
},
{
"name": "RecipeThiefLeggings",
"type": "recipe",
"sortid": 16,
"compiles": true,
"locked_code": false,
"registry_name": "recipe_thief_leggings",
"metadata": {
"files": [
"src/main/resources/data/hexxitgear/recipes/recipe_thief_leggings.json"
]
}
},
{
"name": "RecipeThiefBoots",
"type": "recipe",
"sortid": 17,
"compiles": true,
"locked_code": false,
"registry_name": "recipe_thief_boots",
"metadata": {
"files": [
"src/main/resources/data/hexxitgear/recipes/recipe_thief_boots.json"
]
}
},
{
"name": "Tribal",
"type": "armor",
"sortid": 18,
"compiles": true,
"locked_code": false,
"registry_name": "tribal",
"metadata": {
"files": [
"src/main/resources/assets/hexxitgear/models/item/tribal_chestplate.json",
"src/main/resources/assets/hexxitgear/models/item/tribal_leggings.json",
"src/main/resources/assets/hexxitgear/models/item/tribal_boots.json",
"src/main/java/net/g_utopia/hexxitgear/item/TribalItem.java",
"src/main/resources/assets/hexxitgear/models/item/tribal_helmet.json"
]
}
},
{
"name": "TribalEffect",
"type": "procedure",
"sortid": 19,
"compiles": true,
"locked_code": false,
"registry_name": "tribal_effect",
"metadata": {
"files": [
"src/main/java/net/g_utopia/hexxitgear/procedures/TribalEffectProcedure.java"
],
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "RecipeTribalHelmet",
"type": "recipe",
"sortid": 20,
"compiles": true,
"locked_code": false,
"registry_name": "recipe_tribal_helmet",
"metadata": {
"files": [
"src/main/resources/data/hexxitgear/recipes/recipe_tribal_helmet.json"
]
}
},
{
"name": "RecipeTribalChestpiece",
"type": "recipe",
"sortid": 21,
"compiles": true,
"locked_code": false,
"registry_name": "recipe_tribal_chestpiece",
"metadata": {
"files": [
"src/main/resources/data/hexxitgear/recipes/recipe_tribal_chestpiece.json"
]
}
},
{
"name": "RecipeTribalLeggings",
"type": "recipe",
"sortid": 22,
"compiles": true,
"locked_code": false,
"registry_name": "recipe_tribal_leggings",
"metadata": {
"files": [
"src/main/resources/data/hexxitgear/recipes/recipe_tribal_leggings.json"
]
}
},
{
"name": "RecipeTribalBoots",
"type": "recipe",
"sortid": 23,
"compiles": true,
"locked_code": false,
"registry_name": "recipe_tribal_boots",
"metadata": {
"files": [
"src/main/resources/data/hexxitgear/recipes/recipe_tribal_boots.json"
]
}
}
],
"variable_elements": [],
"sound_elements": [],
"language_map": {
"en_us": {
"item.hexxitgear.tribal_chestplate": "Tribal Chestpiece",
"item.hexxitgear.tribal_leggings": "Tribal Leggings",
"item.hexxitgear.scale_chestplate": "Scale Chestplate",
"item.hexxitgear.scale_leggings": "Scale Leggings",
"item.hexxitgear.scale_boots": "Scale Boots",
"item.hexxitgear.tribal_boots": "Tribal Boots",
"item.hexxitgear.thief_boots": "Thief Boots",
"item_group.hexxitgear.hexxit_gear": "Hexxit Gear",
"block.hexxitgear.hexbiscus": "Hexbiscus",
"item.hexxitgear.tribal_helmet": "Tribal Helmet",
"item.hexxitgear.hexicaldiamond": "Hexicaldiamond",
"item.hexxitgear.thief_chestplate": "Thief Chestpiece",
"item.hexxitgear.thief_helmet": "Thief Hood",
"item.hexxitgear.scale_helmet": "Scale Helmet",
"item.hexxitgear.thief_leggings": "Thief Leggings",
"item.hexxitgear.hexicalessence": "Hexicalessence"
}
},
"foldersRoot": {
"name": "~",
"children": []
},
"workspaceSettings": {
"modid": "hexxitgear",
"modName": "G Utopia\u0027s Hexxit Gear ",
"version": "1.0.0",
"description": "Three ancient armors of legend, lost to the world. Can you restore the pieces one by one and reclaim one of these powerful sets of armor for yourself? Hexxit Gear is a simple mod that adds interesting and unique pieces of armor to the game. Each armor is crafted by collecting an especially rare resource known as Hexical Essence. If you collect enough you will be able to enchant diamonds and sow them into the thread of your armor, restoring the legendary pieces to their former glory. Each set grants unique bonuses and has a completely unique style like no set of armor you have ever seen before in Minecraft!",
"author": "G Utopia, MCreator, sct",
"websiteURL": "https://linktr.ee/g_utopia",
"license": "GNU General Public License version 3 (GPLv3)",
"disableForgeVersionCheck": true,
"serverSideOnly": false,
"modPicture": "hexxit_gear_thumb",
"requiredMods": [],
"dependencies": [],
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.20.1",
"credits": "Created using mod maker MCreator - https://mcreator.net/about; based on the original Hexxit Gear Mod: https://github.com/sct/HexxitGear",
"modElementsPackage": "net.g_utopia.hexxitgear",
"lockBaseModFiles": false
},
"mcreatorVersion": 202300336712
}