Use baby_size to scale chick size on hatching instead of dividing by 2 #305

Merged
kay27 merged 1 commits from balazsszalab/MineClone5:master into master 2022-05-06 01:06:30 +02:00
Contributor

Using baby_size to scale chick size on hatching keeps the sizes of chickens consintent independently of the method of their spawning. This way changing baby_size of chickens produces the same sized chicks from breeding as well as from hatching.

Using baby_size to scale chick size on hatching keeps the sizes of chickens consintent independently of the method of their spawning. This way changing baby_size of chickens produces the same sized chicks from breeding as well as from hatching.
balazsszalab added 1 commit 2022-05-03 23:23:14 +02:00
Owner

oh no does this fix giant mobs ?

oh no does this fix giant mobs ?
Owner

it was fun while it lasted i suppose :)

it was fun while it lasted i suppose :)
Owner

We shouldn't really be scaling down adults to make babies at all because babies need big heads. There's no way to scale a bone in Minetest (that I know of) so they would ideally use a different mesh.

We shouldn't really be scaling down adults to make babies at all because babies need big heads. There's no way to scale a bone in Minetest (that I know of) so they would ideally use a different mesh.
Owner

@cora I haven't seen that. Sounds cool.

@cora I haven't seen that. Sounds cool.
Owner

  • Put baby mob in boat
  • Wait for it to grow

might already be fixed in mcl5 though .. no idea havent tried this in a while.

![](https://mister-muffin.de/p/HvY0.png) * Put baby mob in boat * Wait for it to grow might already be fixed in mcl5 though .. no idea havent tried this in a while.
Owner

It's only visual

It's only visual
Author
Contributor

@cora No it does not fix it. Actually, I was trying to make giant chicks when I noticed that chiks have different sizes when they are hatched from an egg or born by breeding two chickens. The fix just ensures that chicks born both ways have the same size.

@cora No it does not fix it. Actually, I was trying to make giant chicks when I noticed that chiks have different sizes when they are hatched from an egg or born by breeding two chickens. The fix just ensures that chicks born both ways have the same size.
Owner

I don't think it's fixed. But why the PR is WIP? Looks good enough to me, could you please remove WIP: prefix if it's ready?

I don't think it's fixed. But why the PR is WIP? Looks good enough to me, could you please remove WIP: prefix if it's ready?
balazsszalab changed title from WIP: Use baby_size to scale chick size on hatching instead of dividing by 2 to Use baby_size to scale chick size on hatching instead of dividing by 2 2022-05-05 21:04:26 +02:00
kay27 merged commit 13dc68f40f into master 2022-05-06 01:06:30 +02:00
Sign in to join this conversation.
No description provided.