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
|
{
"schemaVersion": 1,
"id": "roughlyenoughitems",
"name": "Roughly Enough Items",
"description": "Clean and Customizable.",
"version": "${version}",
"authors": [
"shedaniel"
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items",
"sources": "https://github.com/shedaniel/RoughlyEnoughItems",
"issues": "https://github.com/shedaniel/RoughlyEnoughItems/issues"
},
"license": "MIT",
"icon": "icon.png",
"entrypoints": {
"main": [
"me.shedaniel.rei.impl.init.RoughlyEnoughItemsInitializer::onInitialize"
],
"client": [
"me.shedaniel.rei.fabric.RoughlyEnoughItemsFabric",
"me.shedaniel.rei.impl.init.RoughlyEnoughItemsInitializer::onInitializeClient"
],
"rei_common": [
"me.shedaniel.rei.plugin.common.DefaultPlugin",
"me.shedaniel.rei.plugin.common.runtime.DefaultRuntimePlugin"
],
"rei_client": [
"me.shedaniel.rei.plugin.client.DefaultClientPlugin",
"me.shedaniel.rei.plugin.client.runtime.DefaultClientRuntimePlugin",
"me.shedaniel.rei.plugin.client.runtime.HideIngredientsFromTagsPlugin"
]
},
"accessWidener": "roughlyenoughitems.accessWidener",
"mixins": [
"rei.mixins.json"
],
"breaks": {
"cloth-config2": "<6.2-"
},
"custom": {
"rei:translators": {
"English": [
{
"name": "shedaniel",
"proofreader": true
}
],
"Japanese": ["swordglowsblue", "hinataaki", "LiuTed", "wolf0023"],
"Chinese Simplified": [
"XuyuEre", "shedaniel", "SciUniv_Moring", "Takakura-Anri", "liushuyu", "lkxian17084", "MynameisTT", "detiam", "Snapshot_light", "JerryHan", "WarrenWN",
"Lograthmic", "LiuTed", "judema", "SmallMAZ", "ChengBing", "HCIO", "WeiHengYi"
],
"Chinese Traditional": [
"hugoalh", "gxy17886", {
"name": "shedaniel",
"proofreader": true
}, "961111ray", "s36845283", "sileence114"
],
"Chinese Traditional Hong Kong": [
{
"name": "shedaniel",
"proofreader": true
}, "timo301105", "Limeboy0603"
],
"French": [
"Yanis48", "Koockies", "dagdar", "samnamstyle123", "Hugman76", "AdriaAyl", "schlaft", "YanisBft", "jean.jarno", "Juknum",
"JustSky", "Myuui"
],
"German": [
"MelanX", "guntram7", "tabmeier12", "Siphalor", "M-S-72", "SirClaver", "bugginggg", "wohlhabend", "Eiim", "valoeghese", "luro02", "MrPiggo",
"firippukun", "ProManu09", "HeikoHDE", "Slav_Anime_Blin", "maunben", "Mari_023", "cctitan53", "Jummit"
],
"Estonian": [
{
"name": "MadisO",
"proofreader": true
}
],
"Portuguese": ["thiagokenis", "KewaiiGamer", "manuel.canhoto"],
"Portuguese Brazilian": [
"thiagokenis", "joaoh1", "yuriob262", "Pinkstyles", "felipemk67", "Stevolaff", "stann0x", "_ImKing", "filipesn1512", {
"name": "Maneschy",
"proofreader": true
},
"zLuket", "MathrusRibeiro0770"
],
"LOLCAT": [
{
"name": "shedaniel",
"proofreader": true
}, "RaxedMC", "lkxian17084"
],
"Upside Down English": [
{
"name": "shedaniel",
"proofreader": true
}, "magnusk28", "scarzdz"
],
"Bulgarian": ["geniiii", "Dremski"],
"Russian": [
{
"name": "alicecarroll",
"proofreader": true
},
"MrYonter", "kwmika1girl", "LimyChitou", "Great_Manalal", "s3rbug", "TheByKotik", "ebogish", "xqr.", "scarzdz", "JCat", "map788", "kyrtion", "CanslerW",
"MinerChAI", "nef1k", "Romz24", "zhesnyovskyy", "FormerlyAndying", "aiexz", "parkurnic", "axelBaher", "Martden", "CherryBloom"
],
"Polish": ["mikolajkazmierczak", "Piteriuz", "BeetMacol", "Sebuniasty", "agarman12345", "ArtSnail", "K0RR"],
"Norwegian": ["CanslerW"],
"Turkish": ["NOYB", "ege_e", "Winnerxl", "MrEnoX"],
"Ukrainian": ["bilchuk.radomyr"],
"Spanish": ["jeremysolis33", "acookienot", "The_Biome", "itzsara200707", "Ekain06", "DEStruyyec", "holakasecabra"],
"Italian": ["luciobortoletto", "b.carmelo.92"],
"Czech": ["stanik123"],
"Danish": ["ChristianLW"],
"Hebrew": ["avivyona", "OddedC"]
}
},
"depends": {
"minecraft": "~1.21-",
"architectury": ">=15.0.2"
}
}
|