CropChance
A modification that provides extended information about agricultural crops from IndustrialCraft 2.
Dependencies
For the mod to work, installation is required:
- industrialcraft-2
- UniMixins
Main Features
Growth Acceleration
The command /crop tick [number of ticks] allows you to speed up the processes of hybridization, plant growth, or weed spread. For example, you can observe how within 100 ticks, weeds completely take over neighboring beds.

When analyzing the code, an interesting bug was discovered: weeds spread only to beds with coordinates z -1 or x -1 relative to the current position.
Parameter Configuration
The /crop set command allows you to change various plant characteristics:
- growth
- yield (gain)
- resistance
- nutrient requirements
- water consumption
- weed resistance (weedex)
- size
- scanning
Information Viewing
Using /crop show, you can get detailed information about the plant, including data not available through the standard crop analyzer. Displayed:
- plant nutrient requirements
- amount of growth points provided by the environment
- growth rate
- maturation time

Biome Information
The mod provides several commands for biome analysis:
/crop info biome- information about the current biome/crop info biomes- data about all biomes/crop info types- information about biome types

Technical Information
The /crop info tickrate command shows how many game ticks are required to update the plant state.

Crop Cards
/crop cropcard displays information about all available plant cards.

Hybridization Simulation
Direct Modeling
The /crop chance [attempts] command allows you to conduct a crossbreeding simulation on the selected hybrid frame. The system analyzes the current world and returns probabilities of obtaining various hybrids.

Probability Analysis
/crop cross [attempts] [growth] [surround] is used to analyze the probability of hybridization:
- attempts - number of simulations
- growth - sets the growth parameter of parent plants
- surround - number of surrounding plants
The probability of hybridization depends on several factors:
| Growth | Probability |
|---|---|
| <16 | 20% |
| <30 | 25% |
| >=30 | 30% |
Important features:
- With resistance above 27, each additional unit reduces the hybridization probability by 5%
- Plants with growth >=24 are considered weeds and can infect neighboring beds
- If neighboring plants also have growth >=24, they do not turn into real weeds

The charts below show the change in hybridization probability depending on the number of surrounding plants:
Growth < 16

Growth >= 16

Growth >= 30
