Cold Sweat Limitations: Crops
This Cold Sweat mod addon enables configuration of temperature limits for agricultural crops through datapacks. Now plant growth depends on in-game climate conditions.
Key Features
- Minimum and maximum temperature parameters for crop growth
- Temperature specified in Celsius or Fahrenheit degrees (players see values according to their settings)
- Automatic plant transformation under extreme temperatures
- Built-in integration with Jade mod for information display
The system supports all plants deriving from bushes, cereals, sugar cane, and sapling mechanics.
Crop configuration includes:
- Defining comfortable temperature range for growth
- Specifying the block plant transforms into when too cold
- Specifying the block plant transforms into when too hot
- Indicating seeds for proper inventory information display
{
"min": -10,
"max": 30,
"type": "F",
"transforms_cold": "example_mod:example_frost_plant",
"transforms_hot": "example_mod:example_dry_plant",
"seed": "example_mod:example_crop_seed"
}
Example datapack structure (if plants from another mod, use its identifier).
