summaryrefslogtreecommitdiffstats
path: root/src/Entities/Pawn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Entities/Pawn.h')
-rw-r--r--src/Entities/Pawn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Entities/Pawn.h b/src/Entities/Pawn.h
index c0801ebb3..5aae1c21f 100644
--- a/src/Entities/Pawn.h
+++ b/src/Entities/Pawn.h
@@ -40,8 +40,9 @@ public:
fall height > 1.0625 and <= 1.5625: 66% chance of trampling
fall height > 1.5625: always trample
The values may differ from vanilla, they were determined experimentally.
+ Additionaly, mobs smaller than 0.512 cubic blocks won't trample.
*/
- void HandleFarmlandTrampling(double a_FallHeight);
+ void HandleFarmlandTrampling(double a_FallHeight, BLOCKTYPE a_BlockAtFoot, BLOCKTYPE a_BlockBelow);
/** Tells all pawns which are targeting us to stop targeting us. */
void StopEveryoneFromTargetingMe();