-
-
Notifications
You must be signed in to change notification settings - Fork 64
Lavish Livestock #1194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Bloo-dev
wants to merge
12
commits into
Gamemode4Dev:master
Choose a base branch
from
Bloo-dev:lavish-livestock
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Lavish Livestock #1194
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
947205d to
6e5bb63
Compare
Member
Author
|
After some back and forth I have discarded the plan to make this work with Gemini. Gemini needs a more comprehensive update in a separate PR, see #1196. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Introduces the Lavish Livestock module which allows players to gain access to slightly larger versions of livestock via selective breeding.
How it works
When a player breeds one of the supported mobs (chickens, cows, mooshrooms, pigs, rabbits, sheep, and hoglins), there is a 5% chance for the baby to be one-size-up from one of the parents (the parent is picked at random).
Two size variations exist; +12.5% and +25%.
On death, these size variations drop more loot; up to 3×base loot for +12.5% and up to 5×base loot for +25%.
TODO
Compatibility with Gemini (currently load order dependent)Should be done in a separate PRCompatibility with Pig Tractors (larger pigs should til more tiles)Should be done in a separate PR