summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Ocelot.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ocelots no longer multiply exponentially (#4272)peterbell102018-07-301-1/+0
| | | | | Along with a call to `destroyentities`, this fixes #4271 I'm guessing the intention of this code was to modify the normal spawning of ocelots. However, `cEntity::SpawnOn` is actually called to send the entity to an individual client. That means this code was run for every single player, every time they were sent a chunk with ocelots in it. Thus, the ocelots population would grow exponentially as players log in and move around.
* Ocelots don't take fall damage (#4171)Bond-0092018-02-041-0/+1
|
* Add cUUID class (#3871)peterbell102017-08-251-3/+4
|
* Sitting cats block enderchests from opening (#3906)Bond-0092017-08-171-0/+3
|
* Removed unneeded includes (#3902)Lukas Pioch2017-08-061-1/+0
|
* Added basic ocelot behavior (#3829)Bond-0092017-07-121-4/+45
|
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-1/+1
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
|
* implement breedingGargaj2015-11-291-0/+5
|
* Removed redundant semicolons and re-added warningarchshift2014-07-241-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+26