


MoreGates mod originally created by LordHayze. Localization support, configurable recipes, disableable pieces.
Some pieces are disabled by default as it duplicates the vanilla parts. Clear Disabled pieces config value if your build already has them.
You can change category and tool which is used to build. You can't change category and tool for single piece.
It isn't done in a handy way. But it works.
Recipes are set in Custom recipes config and it's comma separated list of formatted string looking like "{prefabName}:{itemName}:{amount}:{itemName}:{amount}". Default value is given for example. h_drawbridge02:Wood:55:Bronze:8:Chain:4 means piece h_drawbridge02 takes 55 Wood, 8 Bronze ingots and 4 Chains to build.
Localizations can be provide through loading side by side with the plugin. The folder structure which will be queried will be Translations/{LanguageName}/{anyname}.json, and can be placed in any sub directory within the plugin. An example of a path which will be read for localization at run time may be: BepInEx/plugins/MoreGatesExtended/Translations/English/backpack.json.
All .json files within such a directory will be iterated through and localizations added for each of those languages.
You can find a list of language names here.
Donation link: Patreon
Public Mod Discord: https://discord.gg/a4XZeRjdu2
extract MoreGatesExtended.dll folder to your BepInEx\Plugins\ folder.
The best way to handle configs is Configuration Manager.