Download CropChance — Minecraft Mods — MetaMods

CropChance

Active

Downloads

9

Last update

2 years ago
Client
Utils

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.

Tick.png

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

ShowInfo.png

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

BiomeInfo.png BiomesInfo.png BiomeTypesInfo.png

Technical Information

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

TickRate.png

Crop Cards

/crop cropcard displays information about all available plant cards.

CropCard.png

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.

Chance.png

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

Cross-15-2.png Cross-16-2.png

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

Growth < 16 Growth<16.png

Growth >= 16 Growth>=16.png

Growth >= 30 Growth>=30.png

Project members
Windmill_City

Windmill_City

Created: 15 Sep 2023

ID: 56033