Configurable Cane Mod — Configuration
Configuration
The mod's behavior is controlled through a configuration file, typically located in the /config folder of your Minecraft instance. The file is named configurablereeds-common.toml (or similar depending on the loader version).
Configuration Options
| Key | Type | Default | Description |
|---|---|---|---|
sugar_cane_max_height |
Integer | 3 | Sets the maximum number of blocks high Sugar Cane can grow. |
cactus_max_height |
Integer | 3 | Sets the maximum number of blocks high Cactus can grow. |
sugar_cane_growth_type |
String | "vanilla" | Choose between "vanilla" or "kelp" growth logic for Sugar Cane. |
cactus_growth_type |
String | "vanilla" | Choose between "vanilla" or "kelp" growth logic for Cactus. |
sugar_cane_max_age |
Integer | 15 | If using kelp-like growth, this defines the maximum age value before growth stops. |
cactus_max_age |
Integer | 15 | If using kelp-like growth, this defines the maximum age value before growth stops. |
Applying Changes
For most versions, changes to the configuration file require a server restart to take effect. If using a mod like Configured, some settings may be adjustable via an in-game GUI menu, though server-side settings always take precedence.