123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "schemaVersion": 1,
- "id": "roughlyenoughitems",
- "name": "Roughly Enough Items",
- "description": "To allow players to view items and recipes.",
- "version": "${version}",
- "authors": [
- "shedaniel"
- ],
- "contact": {
- "homepage": "https://minecraft.curseforge.com/projects/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.plugin.DefaultPlugin",
- "me.shedaniel.rei.plugin.DefaultAutoCraftingPlugin"
- ],
- "rei_containers": [
- "me.shedaniel.rei.plugin.DefaultServerContainerPlugin"
- ]
- },
- "depends": {
- "fabricloader": ">=0.4.0",
- "cloth": "*",
- "cloth-config2": ">=1.1.1"
- },
- "mixins": [
- "mixin.roughlyenoughitems.json",
- "listeners.roughlyenoughitems.json"
- ],
- "custom": {
- "rei:translators": {
- "English": "shedaniel",
- "Japanese": ["swordglowsblue", "hinataaki"],
- "Simplified Chinese": ["XuyuEre", "shedaniel", "SciUniv_Moring", "Takakura-Anri"],
- "Traditional Chinese": ["hugoalh", "gxy17886", "shedaniel"],
- "French": ["Yanis48", "Koockies"],
- "German": ["MelanX", "guntram7"],
- "Estonian": ["Madis0"],
- "Portuguese": ["thiagokenis"],
- "LOLCAT": ["shedaniel", "RaxedMC"],
- "Upside Down English": ["shedaniel"],
- "Brazilian Portuguese": ["thiagokenis", "joaoh1"],
- "Bulgarian": ["geniiii"],
- "Russian": ["MrYonter", "kwmika1girl", "LimyChitou", "Great_Manalal", "s3rbug", "TheByKotik", "ebogish"]
- }
- }
- }
|