Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-17 | Fixed snow golems and added documentation to damage type and added damage type for damage from environment to mobs (#4877) | 12xx12 | 1 | -1/+1 | |
* made snow golems not crashing the server anymore * changed damage type to environment * updated damage in API dopcumentation and changed enderman damage type * removed incidental d in the code Co-authored-by: 12xx12 <12xx12100@gmail.com> | |||||
2020-04-21 | Vector3 in Handlers (#4680) | Mattes D | 1 | -31/+52 | |
Refactored all cBlockHandler and cItemHandler descendants to use Vector3. | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -4/+5 | |
2018-01-05 | Item durability loss now depends on the item used. (#4123) | Alexander Harkness | 1 | -12/+0 | |
Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119 | |||||
2015-07-16 | Spawn baby mobs | hallucino | 1 | -2/+2 | |
2014-12-24 | Refactored all player block placing to go through hooks. | Mattes D | 1 | -0/+156 | |
Fixes #1618. |