File Details
Croparium 4.8.1-beta
- B
- Feb 24, 2026
- 2.66 MB
- 9
- 1.19.4
- Forge
File Name
cp_lib-4.8.1-build.3402-forge-1.19.4.jar
Supported Versions
- 1.19.4
Curse Maven Snippet
Version Support
- Forge 1.18.2, 1.19.2, 1.19.4
New Content
General
Commands
/croparium settings
Used to modify various configuration parameters of the mod; the configuration items modified by this command are completely consistent with those in the configuration file.
Specific commands are as follows:
/croparium settings enable_lava_farmland_damage <true/false>
/croparium settings enable_rightclick_to_harvest <true/false>
/croparium settings enable_fire_aspect_smelt_harvest <true/false>
/croparium settings enable_reactor_core <true/false>
/croparium settings enable_embryo_shard_ripen <true/false>
/croparium settings enable_farmland_condition_growth <true/false>
/croparium settings enable_magma_farmland_cobblestone <true/false>
/croparium settings enable_reactor_core_durability_consume <true/false>
/croparium settings enable_advanced_crops_plant <true/false>
/croparium settings enable_farmland_fluid_state_change <true/false>
/croparium settings set_rightclick_harvest_base_drop <Num>
/croparium settings set_mature_crop_extra_drop <Num>
/croparium settings set_crop_growth_speed <Num>
/croparium settings set_reactor_core_cycle <Num>
/croparium settings set_embryo_shard_success_rate <Num>
/croparium settings set_reactor_core_horizontal_range <Num>
/croparium settings set_reactor_core_vertical_range <Num>
/croparium settings set_lava_farmland_burn_duration <Num>
/croparium save_to_config
Used to save the configuration parameters modified by commands to the configuration file.
If the jauml library mod is installed in the mod environment, configurations not saved by this command will be lost when entering the map next time; if the jauml library mod is not installed, configurations modified by commands do not need to be saved manually and will be retained when entering the map next time.
After installing the jauml library mod, when using the
/croparium settingscommand to modify configuration items, the system will prompt whether to save the modifications to the configuration file.
/croparium language
Used to set the preferred display language of the mod.
The 4 currently supported preferred languages and their corresponding commands are as follows:
/croparium language English
/croparium language Chinese_Simplified
/croparium language Chinese_Taiwan
/croparium language Russian
- After setting the preferred language, each time the configuration file reload command is executed, the corresponding language version of the configuration file will be automatically read or created; the feedback prompts after executing commands will also use the selected language synchronously.
/croparium config_reload
Used to reload the mod configuration file; when executed, it will automatically read or create the corresponding language version of the configuration file according to the set preferred language.
The execution result will be fed back immediately after the command is executed.
Changes
General
Commands
- Removed the original command
/croparium_config_reload <lan>, and its functions are split into two commands:/croparium language <lan>(language setting) and/croparium config_reload(configuration reload).
Fixes
Fixed the crash issue that occurred when re-entering the game using the Russian configuration file.
Fixed the issue that the configuration item "The state of surrounding farmland affects crop growth rate (Default: true)" in the Simplified Chinese configuration file could not be read correctly.
Fixed the issue that the configuration item "The state of surrounding farmland affects crop growth rate (Default: true)" in the Traditional Chinese (Taiwan) configuration file could not be read correctly.
Fixed the issue that the configuration item "Состояние окружающей обработанной земли влияет на скорость роста культур (по умолчанию: true)" in the Russian configuration file could not be read correctly.

