Skip to content
HardBuckaroo edited this page Jan 29, 2024 · 2 revisions

Overview

Real Farming is a plugin that aims to make farming more realistic by altering the growth rates of plants and the breeding rates, grow-up rates, lifespan, and breeding behavior of animals based on their environments.

Plants

  • The variables that influence growth rate for plants are rain, temperature, altitude, and sensitivity. Growth rate will always be between 0% and 100%.
  • Rain and Temperature are determined by the biome. For a list of biomes and their temperature and rain, please review the wiki: https://minecraft.wiki/w/Biome#List_of_biome_climates
  • Altitude is the Y value at which the plant grows best with a 32 block buffer in each direction before penalties are applied.
  • Sensitivity is a modifier for growth rate that determines how harshly a plant is effected by non-ideal conditions. Crops with higher sensitivity are more difficult to grow, and crops with lower sensitivity are easier.
  • To check the growth rate for a crop in a given location, hold its seeds or its product in your hand and left click the ground while sneaking.

Animals

  • Breeding in Real Farming is automatic by default, triggering on a set schedule based on breeding rate.
  • The variables that influence breeding rate for animals are rain, temperature, altitude, density, and sensitivity. Breeding rate will always be between 0% and 100%.
  • Rain and Temperature are determined by the biome. For a list of biomes and their temperature and rain, please review the wiki: https://minecraft.wiki/w/Biome#List_of_biome_climates
  • Altitude is the Y value at which the animals breed best with a 32 block buffer in each direction before penalties are applied.
  • Density is the maximum number of animals within a 15 block radius before penalties begin to be applied.
  • Sensitivity is a modifier for breeding rate that determines how harshly an animal is effected by non-ideal conditions. Animals with higher sensitivity are more difficult to breed, and animals with lower sensitivity are easier.
  • To check the growth rate for an animal in a given location, right click it. For animals with inventories, hold shift and right click them.
  • Animals will turn from babies into adults more slowly at a rate based on the config.
  • Animals will die of old age based on based on the config. An animal that is approaching the end of its lifespan will have the poison and slow potion effects applied.

Clone this wiki locally