Carry On Mod — Configuration
Configuration
Carry On features an extensive configuration system, allowing server owners and modpack creators to fine-tune the experience. The config files are typically found in config/carryon-common.toml or within the world's serverconfig folder.
Key Config Options
| Option | Default | Description |
|---|---|---|
forbiddenTiles |
[] |
A blacklist of block IDs that cannot be picked up. |
forbiddenEntities |
[] |
A blacklist of entity IDs that cannot be picked up. |
pickupHostileMobs |
false |
If true, allows hostile mobs to be carried in Survival. |
slownessMultiplier |
1.0 |
Adjusts how much carrying slows the player. |
heavyEntities |
true |
Whether larger mobs should cause more slowness. |
pickupAllBlocks |
false |
If true, allows any block (not just Tile Entities) to be picked up. |
Blacklisting Examples
To prevent players from picking up specific modded blocks, you can add them to the forbiddenTiles list:
forbiddenTiles = ["minecraft:ender_chest", "modid:overpowered_machine"]
Commands
The mod includes a few administrative commands to help resolve issues if a player becomes stuck or an item glitters out of reach.
/carryon clear: Forcefully clears the object currently being carried by the player. Use this if a block becomes "stuck" in your hands and cannot be placed./carryon reload: Reloads the configuration file (useful for testing blacklist changes without restarting the game).