diff options
Diffstat (limited to 'runtime/src/main/resources/fabric.mod.json')
| -rw-r--r-- | runtime/src/main/resources/fabric.mod.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/runtime/src/main/resources/fabric.mod.json b/runtime/src/main/resources/fabric.mod.json new file mode 100644 index 000000000..5e788046e --- /dev/null +++ b/runtime/src/main/resources/fabric.mod.json @@ -0,0 +1,55 @@ +{ + "schemaVersion": 1, + "id": "roughlyenoughitems-runtime", + "name": "REI (Runtime)", + "description": "The runtime implementation of Roughly Enough Items.", + "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": { + "client": [ + "me.shedaniel.rei.RoughlyEnoughItemsCore", + "me.shedaniel.rei.impl.ClientHelperImpl", + "me.shedaniel.rei.impl.ScreenHelper" + ], + "main": [ + "me.shedaniel.rei.RoughlyEnoughItemsNetwork" + ], + "modmenu": [ + "me.shedaniel.rei.REIModMenuEntryPoint" + ], + "rei_plugins": [ + "me.shedaniel.rei.gui.plugin.DefaultRuntimePlugin" + ] + }, + "accessWidener": "roughlyenoughitems-runtime.accessWidener", + "custom": { + "modmenu:parent": "roughlyenoughitems", + "rei:translators": { + "English": ["shedaniel"], + "Japanese": ["swordglowsblue", "hinataaki"], + "Chinese Simplified": ["XuyuEre", "shedaniel", "SciUniv_Moring", "Takakura-Anri", "liushuyu", "lkxian17084", "MynameisTT", "detiam", "Snapshot_light", "JerryHan", "WarrenWN", "Lograthmic"], + "Chinese Traditional": ["hugoalh", "gxy17886", "shedaniel", "961111ray"], + "French": ["Yanis48", "Koockies", "dagdar", "samnamstyle123"], + "German": ["MelanX", "guntram7", "tabmeier12", "Siphalor", "M-S-72", "SirClaver", "bugginggg", "wohlhabend", "Eiim", "valoeghese", "luro02"], + "Estonian": ["Madis0"], + "Portuguese": ["thiagokenis", "KewaiiGamer"], + "Portuguese Brazilian": ["thiagokenis", "joaoh1", "yuriob262", "Pinkstyles", "felipemk67", "Stevolaff", "stann0x"], + "LOLCAT": ["shedaniel", "RaxedMC", "lkxian17084"], + "Upside Down English": ["shedaniel", "magnusk28", "scarzdz"], + "Bulgarian": ["geniiii", "Dremski"], + "Russian": ["MrYonter", "kwmika1girl", "LimyChitou", "Great_Manalal", "s3rbug", "TheByKotik", "ebogish", "xqr.", "scarzdz", "JCat", "map788", "kyrtion", "CanslerW", "MinerChAI", "nef1k"], + "Polish": ["mikolajkazmierczak", "Piteriuz", "BeetMacol"], + "Norwegian": ["CanslerW"], + "Turkish": ["NOYB"] + } + } +} |
