Skip to main content

Common Config

   UP TO DATE FOR LITE RELEASE VERSION 1.21.1-1.1.0 AND ABOVE         UNDER CONSTRUCTION - INFORMATION MAY BE INCOMPLETE    

Information is up to date for the latest supported release. For legacy information and bug fixes, read the changelogs.

Introduction

 Multiplayer: Configuration files on servers override any "client-side" (player) or pack settings while you play on that server.connected.

Client configuration files tweak settings that apply to ALL worlds created for the current mod pack.

MULTIMC
MULTIMC  Right click pack icon → Config Folderswemswem-common.toml
CURSEFORGE CURSEFORGE  Right click pack icon → Open Folderconfig → swemswem-common.toml
 FORGE (WINDOWS) Open file explorer → [user]/AppData/Roaming/.minecraft/config/swem/swem-common.toml
 FORGE (MAC) Open finder → ~/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 options
  • Range means values must be within a set limit Example: 0-100
  • Default is the setting used when the file is first generated and may be noted for reference

If you suspect youra config file is corrupted or invalid, delete it and reload the gameMinecraft to regenerate thea default 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 spigot requiring a block BLOCKo' OF WATER water.

	# || Does the spigot require a Block O Water?
	needBlockOWater = true

This isaccepts a boolean valuevalues that acceptsof true or false. Default is true and- requiresspigots require a block o' water to function. 


Set the chance of amethyst crystal clusters becoming shining SHINING AMETHYST 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 aremay occasionallybe modified.modified, added or removed in future development. This is usually harmless, but you may needrequire you to regenerate the file or reset any custom values.

Multiplayer: Check or reset configuration files wheneach updatingtime you update 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.