You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you add the normal minecraft chicken as a possible parent to the chickens? Currently I've tried doing it, but they just won't breed with each other.
Also if possible, it would be interesting to be able to add different possible children to the same pair of Parents, this would let user's get different types of chickens from for example normal minecraft chickens and then start branching out to the modded ones.
It would also be interesting to mess with the probability rate of getting the chicken types, which currently (at least in the config) is not possible.
Thanks for taking the time to read through this request, and I do understand this would need significant time and effort spent by you in order to make them a possibility, but I still thought I should leave the ideas here, in case you like them.
Thanks for the great mod!
Best Regards,
TheSignalist
The text was updated successfully, but these errors were encountered:
TheSignalist
changed the title
[Feature Request] Breeding % Chance and normal Minecraft Chicken as possible Parent
[Feature Request] Normal Minecraft Chicken as possible Parent and Breeding as a percentage chance
Nov 5, 2020
Hey there!
Could you add the normal minecraft chicken as a possible parent to the chickens? Currently I've tried doing it, but they just won't breed with each other.
Code I'm using
"chickens:whitechicken": {
"name": "WhiteChicken",
"is_enabled": true,
"lay_coefficient": 1.0,
"lay_item": "minecraft:dye:15",
"drop_item": "minecraft:bone",
"spawn_type": "NONE",
"parent_1": "minecraft:chicken",
"parent_2": "chickens:smartchicken"
}
Also if possible, it would be interesting to be able to add different possible children to the same pair of Parents, this would let user's get different types of chickens from for example normal minecraft chickens and then start branching out to the modded ones.
It would also be interesting to mess with the probability rate of getting the chicken types, which currently (at least in the config) is not possible.
Thanks for taking the time to read through this request, and I do understand this would need significant time and effort spent by you in order to make them a possibility, but I still thought I should leave the ideas here, in case you like them.
Thanks for the great mod!
Best Regards,
TheSignalist
The text was updated successfully, but these errors were encountered: