|
| 1 | +# Configuration file |
| 2 | + |
| 3 | +general { |
| 4 | + |
| 5 | + ########################################################################################################## |
| 6 | + # mixins |
| 7 | + #--------------------------------------------------------------------------------------------------------# |
| 8 | + # Enable/Disable Tweaks |
| 9 | + ########################################################################################################## |
| 10 | + |
| 11 | + mixins { |
| 12 | + # Localizes the MILD/COOL/WARM hardcoded texts when applying an Ozzy liner to a piece of armor. |
| 13 | + B:"(ArmorUnder) Ozzy Liner text Mixin"=false |
| 14 | + |
| 15 | + # Localize message sent from the server when the Battle Tower Golem is defeated. |
| 16 | + B:"(BattleTowers) Golem Defeated Message Mixin"=false |
| 17 | + |
| 18 | + # Localizes the "hits remaining" hardcoded text |
| 19 | + # added to a weapon's tooltip when it has been imbued with a potion in a cauldron. |
| 20 | + B:"(BetterSurvival) Potion-Imbued Weapons Tooltip Mixin"=false |
| 21 | + |
| 22 | + # Enables Client - "(BountifulBaubles) Remove Modifier from Name" config option. |
| 23 | + B:"(BountifulBaubles) No Modifier at Name Mixin"=false |
| 24 | + |
| 25 | + # Localizes Special Cakes Hardcoded Names. |
| 26 | + B:"(Charm) Localized Cake Name Mixin"=false |
| 27 | + |
| 28 | + # Localizes the Composter JEI Recipe Integration GUI. |
| 29 | + B:"(Charm) Localized Composter JEI Mixin"=false |
| 30 | + |
| 31 | + # Localizes the Grave Scroll description. |
| 32 | + B:"(CorpseComplex) Grave Scroll Description Mixin"=false |
| 33 | + |
| 34 | + # If you hate those weird "Â" symbols in the Staff tooltip as much as me, enable this Mixin. |
| 35 | + B:"(DyamicTrees) Staff Mixin"=false |
| 36 | + |
| 37 | + # Localizes few texts in the Mod List screen. |
| 38 | + B:"(FML) Localized Mod List GUI Mixin"=false |
| 39 | + |
| 40 | + # Enables support for Language keys in all Forgotten Items' items descriptions. |
| 41 | + B:"(ForgottenItems) Tooltips Mixin"=false |
| 42 | + |
| 43 | + # The messages received from the server will be translated on client side to match their locale. |
| 44 | + B:"(Lycanites) Client-side Translated Messages Mixin"=false |
| 45 | + |
| 46 | + # Enables Client - "(Minecraft) Translate Boss Custom Names" config option. |
| 47 | + B:"(Minecraft) Boss Custom Names Mixin"=false |
| 48 | + |
| 49 | + # Enables Localized Lore "LocLore" NBT tag support for items. |
| 50 | + B:"(Minecraft) Localized Lore Mixin"=false |
| 51 | + |
| 52 | + # Enables Localized Title "locTitle" and Author "locAuthor" NBT tags support for Written Books. |
| 53 | + B:"(Minecraft) Localized Written Book Mixin"=false |
| 54 | + |
| 55 | + # Enables Client - "(Minecraft) Translate Mob Custom Names" config option. |
| 56 | + B:"(Minecraft) Mob Custom Names Mixin"=false |
| 57 | + |
| 58 | + # Enables Client - "(Neat) Translate Names In Health Bar" config option. |
| 59 | + B:"(Neat) Health Bar Mixin"=false |
| 60 | + |
| 61 | + # Modifies the lang keys of Rough Tweaks items, so they don't collide with FirstAid. |
| 62 | + # Also, Enables the Client config: |
| 63 | + # - "(RoughTweaks) Show Heal Amount". |
| 64 | + B:"(RoughTweaks) Localized Names and Better Tooltip Mixin"=false |
| 65 | + |
| 66 | + # Localizes the "Current Adaptation:" and "reduction:" hardcoded texts at armor tooltip. |
| 67 | + B:"(SRParasites) Armor Tooltips Mixin"=false |
| 68 | + |
| 69 | + # Localizes the "Fertile Seasons:", and seasons hardcoded texts at crop tooltip. |
| 70 | + # Also adds support to Rustic's Tomato Seeds and Chili seeds. |
| 71 | + B:"(SereneSeasons) Localized Crop Fertility Tooltip Mixin"=false |
| 72 | + |
| 73 | + # Enables support for Language keys in Set and Bonus names (config file). |
| 74 | + B:"(SetBonus) Tooltip Mixin"=false |
| 75 | + |
| 76 | + # Enables support for Language Keys in Entity's CustomName tag. |
| 77 | + B:"(WAILA) Entity Name Mixin"=false |
| 78 | + } |
| 79 | + |
| 80 | + ########################################################################################################## |
| 81 | + # client |
| 82 | + #--------------------------------------------------------------------------------------------------------# |
| 83 | + # Client-Side Options |
| 84 | + ########################################################################################################## |
| 85 | + |
| 86 | + client { |
| 87 | + # Prevents a Bauble's Modifier from displaying at its Name |
| 88 | + B:"(BountifulBaubles) Remove Modifier from Bauble Name"=false |
| 89 | + |
| 90 | + # Applies Mixins - "(Minecraft) Boss Custom Names Mixin". This mixin needs to be enabled. |
| 91 | + B:"(Minecraft) Translate Boss Custom Names"=false |
| 92 | + |
| 93 | + # Applies Mixins - "(Minecraft) Mob Custom Names Mixin". This mixin needs to be enabled. |
| 94 | + B:"(Minecraft) Translate Mob Custom Names"=false |
| 95 | + |
| 96 | + # Applies Mixins - "(Neat) Health Bar Mixin". This mixin needs to be enabled. |
| 97 | + B:"(Neat) Translate Names In Health Bar"=false |
| 98 | + |
| 99 | + # Removes the need of Shift on RoughTweaks Items Tooltip to show the Heal Amount. |
| 100 | + # - "(RoughTweaks) Localized Names and Better Tooltip Mixin" needs to be enabled. |
| 101 | + B:"(RoughTweaks) Show Heal Amount"=false |
| 102 | + |
| 103 | + # In SRP armor tooltip, translate resisted damage sources names. |
| 104 | + # Entity names are taken from the registry. |
| 105 | + # Non-entity names are taken from this mod's lang file. |
| 106 | + # §cDisable this if it impacts performance. |
| 107 | + B:"(SRParasites) Translate Resisted Damage Sources"=false |
| 108 | + } |
| 109 | + |
| 110 | +} |
| 111 | + |
| 112 | + |
0 commit comments