diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2018-12-30 20:10:36 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2018-12-30 20:10:36 +0800 |
| commit | 3aac033fd430903a1989a48015fadc18e67a7c2f (patch) | |
| tree | cf337b4e12df85cd30d25721bab6c1ba1f4591f8 /src/main/resources | |
| parent | 0fd1d706bdcb3857ff2b943aa82059dad8f4a8e9 (diff) | |
| download | RoughlyEnoughItems-3aac033fd430903a1989a48015fadc18e67a7c2f.tar.gz RoughlyEnoughItems-3aac033fd430903a1989a48015fadc18e67a7c2f.tar.bz2 RoughlyEnoughItems-3aac033fd430903a1989a48015fadc18e67a7c2f.zip | |
Better stuff
Diffstat (limited to 'src/main/resources')
| -rwxr-xr-x | src/main/resources/assets/almostenoughitems/lang/en_us.json | 20 | ||||
| -rwxr-xr-x | src/main/resources/assets/almostenoughitems/lang/fr_fr.json | 12 | ||||
| -rw-r--r-- | src/main/resources/mixins.roughlyenoughitems.json | 3 | ||||
| -rw-r--r-- | src/main/resources/pack.mcmeta | 2 | ||||
| -rw-r--r-- | src/main/resources/riftmod.json | 2 |
5 files changed, 24 insertions, 15 deletions
diff --git a/src/main/resources/assets/almostenoughitems/lang/en_us.json b/src/main/resources/assets/almostenoughitems/lang/en_us.json index 907f453b3..137dacd4b 100755 --- a/src/main/resources/assets/almostenoughitems/lang/en_us.json +++ b/src/main/resources/assets/almostenoughitems/lang/en_us.json @@ -1,8 +1,16 @@ { - "key.aei.category":"Almost Enough Items", - "key.aei.recipe":"Show Recipe", - "key.aei.hide":"Hide/Show AEI", - "key.aei.use":"Show Uses", - "text.aei.cheat":"Cheat", - "text.aei.nocheat":"§4§mCheat" + "key.rei.category":"Roughly Enough Items", + "key.rei.recipe":"Show Recipe", + "key.rei.hide":"Hide/Show REI", + "key.rei.use":"Show Uses", + "text.rei.cheat":"Cheat", + "text.rei.nocheat":"§4§mCheat", + "text.rei.mod": "§9§o%s", + "category.rei.crafting": "Crafting", + "category.rei.smelting": "Smelting", + "category.rei.smelting.fuel": "§eFuel", + "category.rei.brewing": "Brewing", + "category.rei.brewing.input": "§eOriginal Potion", + "category.rei.brewing.reactant": "§eIngredient", + "category.rei.brewing.result": "§eResulted Potion" }
\ No newline at end of file diff --git a/src/main/resources/assets/almostenoughitems/lang/fr_fr.json b/src/main/resources/assets/almostenoughitems/lang/fr_fr.json index 23b30daec..04f79cb24 100755 --- a/src/main/resources/assets/almostenoughitems/lang/fr_fr.json +++ b/src/main/resources/assets/almostenoughitems/lang/fr_fr.json @@ -1,8 +1,8 @@ { - "key.aei.category":"Almost Enough Items", - "key.aei.recipe":"Afficher la recette", - "key.aei.hide":"Masquer/afficher AEI", - "key.aei.use":"Afficher les utilisations", - "text.aei.cheat":"Triche", - "text.aei.nocheat":"§4§mTriche" + "key.rei.category":"Roughly Enough Items", + "key.rei.recipe":"Afficher la recette", + "key.rei.hide":"Masquer/afficher REI", + "key.rei.use":"Afficher les utilisations", + "text.rei.cheat":"Triche", + "text.rei.nocheat":"§4§mTriche" } diff --git a/src/main/resources/mixins.roughlyenoughitems.json b/src/main/resources/mixins.roughlyenoughitems.json index dc65209b5..09af49d04 100644 --- a/src/main/resources/mixins.roughlyenoughitems.json +++ b/src/main/resources/mixins.roughlyenoughitems.json @@ -6,7 +6,8 @@ "package": "me.shedaniel.mixins", "refmap": "mixins.roughlyenoughitems.refmap.json", "mixins": [ - "MixinDoneLoading" + "MixinDoneLoading", + "MixinPotionBrewing" ], "client": [ "MixinGuiContainer", diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta index d8df282be..a4cdcdcac 100644 --- a/src/main/resources/pack.mcmeta +++ b/src/main/resources/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { "pack_format": 4, - "description": "Rift Mod List" + "description": "Roughly Enough Items" } }
\ No newline at end of file diff --git a/src/main/resources/riftmod.json b/src/main/resources/riftmod.json index 2b43c3ecd..2cc490162 100644 --- a/src/main/resources/riftmod.json +++ b/src/main/resources/riftmod.json @@ -1,7 +1,7 @@ { "id": "roughlyenoughitems", "name": "RoughlyEnoughItems", - "version": "1.0b-SNAPSHOT", + "version": "1.0-SNAPSHOT", "authors": [ "ZenDarva", "Danielshe" |
