Skip to main content

Client Config

The SWEM Client Config can be opened with any text document editor (like Notepad), and can be found atin the following places:

  • For Forge:
    • On Windows: [user]/AppData/Roaming/.minecraft/config/swem-client.toml,
    • it
    • On canMac: be~/Library/Application openedSupport/minecraft/config/swem-client.toml
    • in
    any
  • text
  • For editor.MultiMC: Click on your instance > "Config Folder" on the right sidebar > swem-client.toml
  • For CurseForge: Click on your modpack > three dots next to the play button > "Open Folder" > "config" folder > swem-client.toml

    Here is the full DEFAULT Config:

Full Default Config

["Wings transparency"]
    #Set how visible the horse wings should be! 0 = off, 1 = 50%, 2 = 100%
    #Range: 0 ~ 2
    WingsTransparency = 2

If you notice changes you don't like but don't know how to undo the changes you made to the Config, shut down the server and replace the config with this default one and the config will be reset.


Remember that the primary rule for configs: Do not change ANY text that is not clearly written as a change like true/false, numbers, and lists. These changeable things will be clearly defined and look like test questions.

---

["Wings transparency"]
    #Set how visible the horse wings should be! 0 = off, 1 = 50%, 2 = 100%
    #Range: 0 ~ 2
    WingsTransparency = 2

This says: How visible the Amethyst Horse Armor wings should be by default.
It must be 0, 1, or 2 (0 = off, 1 = 50%, 2 = 100%). Default is 2.
You can always press . (period key) to toggle this in-game to your preference.

---