-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyugmod.mcreator
148 lines (148 loc) · 3.58 KB
/
yugmod.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
{
"id_map": {},
"mod_elements": [
{
"name": "Yugino",
"type": "block",
"sortid": 1,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "yugino"
},
{
"name": "YugMod",
"type": "tab",
"sortid": 2,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "yug_mod"
},
{
"name": "Yugportalblock",
"type": "block",
"sortid": 3,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "yugportalblock"
},
{
"name": "Yug",
"type": "livingentity",
"sortid": 2,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "yug"
},
{
"name": "Yuginolandbiome1",
"type": "biome",
"sortid": 2,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "yuginolandbiome_1"
},
{
"name": "Yugprodimension",
"type": "dimension",
"sortid": 4,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "yugprodimension",
"metadata": {
"ep": true
}
},
{
"name": "Yugigniterecipie",
"type": "recipe",
"sortid": 5,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "yugigniterecipie"
},
{
"name": "Yugbiomespawn",
"type": "biome",
"sortid": 6,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "yugbiomespawn"
}
],
"variable_elements": [],
"sound_elements": [
{
"name": "yugentitylivingsound",
"files": [
"grabacion-_15_",
"grabacion-_16_"
],
"category": "voice",
"subtitle": ""
},
{
"name": "yugnomemates",
"files": [
"grabacion-_17_"
],
"category": "voice",
"subtitle": ""
}
],
"language_map": {
"en_us": {
"item.yugmod.yug_spawn_egg": "Yug Spawn Egg",
"subtitles.yugentitylivingsound": "",
"block.yugmod.yugportalblock": "Yugportalblock",
"subtitles.yugnomemates": "",
"biome.yugmod.yuginolandbiome_1": "Yuginolandbiome 1",
"biome.yugmod.yugbiomespawn": "Yugbiomespawn",
"item.yugmod.yugprodimension": "Yugprodimension Portal Igniter",
"itemGroup.tabyug_mod": "Yug Mod",
"entity.yugmod.yug": "Yug",
"block.yugmod.yugino": "Yuginite"
},
"es_cl": {
"item.yugmod.yug_spawn_egg": "Generador de Yug",
"subtitles.yugentitylivingsound": "",
"block.yugmod.yugportalblock": "Bloque de portal de yug",
"subtitles.yugnomemates": "",
"biome.yugmod.yuginolandbiome_1": "Yuginolandbiome 1",
"biome.yugmod.yugbiomespawn": "Yugbiomespawn",
"item.yugmod.yugprodimension": "Dimension Yug Iniciador de portal",
"itemGroup.tabyug_mod": "Yug Mod",
"entity.yugmod.yug": "Yug",
"block.yugmod.yugino": "Yuginite"
}
},
"foldersRoot": {
"name": "~",
"children": []
},
"workspaceSettings": {
"modid": "yugmod",
"modName": "Yugmod",
"version": "1.0.0",
"author": "euper_2u5, 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.yugmod",
"lockBaseModFiles": false
},
"mcreatorVersion": 202100236710
}