1
0
Fork 0
MineClone2/mods
kabou 95cbac78a8 Change number of children spawned on die.
When a slime or magma cube dies, it should spawn between 2 to 4 smaller
children.  The code was always spawning 4 children (3 for big magma
cubes).  This commit makes the following changes to the function
`spawn_children_on_die`:
* Make the number of children spawned a random number between 2 and 4.
* No longer accept the `children_count` as an argument, because this
  number should always be a random number between 2 and 4 anyway.
* Update all callers accordingly.
2022-12-29 02:13:57 +00:00
..
CORE Make snow sound like snow while digging it 2022-12-21 22:39:26 +01:00
ENTITIES Change number of children spawned on die. 2022-12-29 02:13:57 +00:00
ENVIRONMENT Make the code clearer to read 2022-12-24 14:54:48 +00:00
HELP update 2022-08-22 21:41:55 +00:00
HUD Fixes #2976 2022-12-23 13:54:41 +02:00
ITEMS Merge pull request 'Update sounds from MTG' (#3157) from grorp/MineClone2:patch-1 into master 2022-12-27 21:36:33 +00:00
MAPGEN Fix the flat biome having a beach sky colour 2022-12-21 16:00:04 +00:00
MISC Remove mobs_mc_gameconfig 2022-05-27 02:44:39 +02:00
PLAYER Base mcl_skins templates off old PP skins 2022-11-17 21:52:35 +00:00