Common Config
Introduction
Multiplayer: Configuration files on servers override any "client-side" (player) or pack settings while you play on that server.
Client configuration files tweak settings that apply to ALL worlds created for the current mod pack.
MULTIMC Right click pack icon → Config Folder → swem → swem-common.toml
CURSEFORGE Right click pack icon → Open Folder → config → swem → swem-common.toml
FORGE (WINDOWS) [user]/AppData/Roaming/.minecraft/config/swem/swem-common.toml
FORGE (MAC) ~/Library/Application Support/minecraft/config/swem/swem-common.toml
Important
Configuration files have a specific format, and allow you to change limited values. Inputting invalid information or adjusting the file format can result in issues such as invalid configuration loading or crashing.
It is important to read the file carefully and only change supported values.
#is a comment to provide information on the feature and valid range or optionsRangemeans values must be within a set limitExample:0-100Defaultis the setting used when the file is first generated and may be noted for reference
If you suspect your config file is corrupted or invalid, delete it and reload the game to regenerate the file.
Default Configuration
This is the default configuration file, containing two adjustable settings.
# || =========== [Block o Water] =========== ||
[block_o_water]
# || Does the spigot require a Block O Water?
needBlockOWater = true
# || =========== [Shining Amethyst] =========== ||
[amethyst]
# || What is the spawn chance (%) for Shining Amethyst?
#Range: 0 ~ 100
amethystSpawnChance = 25
Adjustable Values
Enable or disable the SPIGOT requiring a BLOCK OF WATER
# || Does the spigot require a Block O Water?
needBlockOWater = true
This is a boolean value that accepts true or false. Default is true and requires a block o' water to function.
Set the chance of amethyst crystal clusters becoming SHINING AMETHYST when fully grown.
# || What is the spawn chance (%) for Shining Amethyst?
#Range: 0 ~ 100
amethystSpawnChance = 25
This is an integer value that accepts whole numbers from 0-100. Default is 25 (%).
Additional
Configurations are occasionally modified. This is usually harmless, but you may need to regenerate the file or reset any custom values.
Multiplayer: Check or reset configuration files when updating mods to ensure important settings are unaffected!
Known Issues
You can report any mod issues to our bugs forum on Discord - please check for duplicate reports first!
Changelog
View Changes
This is not a complete list of changes or features. It is a log of wiki-related version information and may be outdated.
| MC Version | Release | Notes |
1.20.1 |
1.1.1 |
Page established - Information prior to 1.1.1 is not specifically included but is likely the same. |