setycz / ChickensMod

Just a lot of chickens
MIT License
14 stars 32 forks source link

[Feature Request] Normal Minecraft Chicken as possible Parent and Breeding as a percentage chance #168

Open TheSignalist opened 3 years ago

TheSignalist commented 3 years ago

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