crops.lua 137 B

1234
  1. plants.register_crop('cotton', 'Cotton', 3, 8)
  2. plants.register_crop('wheat', 'Wheat', 3, 40)
  3. plants.register_crop('corn', 'Corn', 3, 40)