Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
Create Configured
Additional configuration options & improvements for Create & addons
☑️ Changing config options
All features are enabled by default on dedicated servers. Some options are always disabled in Singleplayer. You will want to check you have only the options you want enabled in the server config. You must restart the server for any changes to the config to take effect.Configuration options
-
🚂💥 Train collisions - Disable collisions between trains. Massively improves performance on modded servers.
-
🚰 Cache unfillable items - Introduces a cache for items that can't be used in Spout filling recipes. Provides better performance at scale especially if Create is combined with other mods like AE2.
Train disassembly lock
You can now prevent other players or groups from disassembling a train.
-
🔧 Unique to each train - A disassembly lock is unique to each train and can be set whilst a train is at a station
-
🧑🤝🧑 OPAC support - Supports Open Parties & Claims. Includes a lock setting which only allows members of the same party to disassemble your train.
-
⚠️ Staff bypasss option - Staff members with
/opand groups with permission nodecreate_configured.bypass_train_disassemblycan bypass any lock. -
🛡️ SnR & Computercraft integration (ongoing) - Protection against common bypass methods.
Config File
The config file is located in /config/create_configured-server.toml
# Whether to enable collisions between trains. Improves server performance. (Ignored in Singleplayer)
trainCollisions = false
# Introduces a cache for items that cannot be used in filling recipes.
cacheUnfillableItems = true
# Allows players to lock train disassembly for individual trains. (Ignored in Singleplayer)
lockTrainDisassembly = true


