Skip to content

Repository files navigation

Offer Flowers Faster

This project created a Minecraft: Bedrock Edition mod that modifies the probability of iron golems offering poppies to baby villagers and copper golems, making it easier to observe the related phenomenon.

The mod calls OfferFlowerGoal::canUse() only once. While that call is running, it temporarily changes the goal's mChanceToStart from the original 1/8000 to the configured probability, then restores it. With the default 4000 multiplier, the chance becomes exactly 1/2.

Configuration

After the first start, edit plugins/offer-flowers-faster/config/config.json:

{
    "version": 1,
    "speedupMultiplier": 4000
}

speedupMultiplier accepts integers from 1 (the original 1/8000 chance) through 8000 (always attempt to find a recipient). The configured probability is written to the server log at startup.

The project is based on LeviLamina; see LeviLamina Docs for more information.

License

The mod is released under the Apache 2.0 license.

  Copyright 2025-2026 SkyEye_FAST

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.

Feedback

Please feel free to raise issues for any problems encountered or feature suggestions.

Pull requests are welcome.

Releases

Contributors

Languages