mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Resolved issues with incorrect item and TNT position offsets, close #848
This commit is contained in:
@ -35,6 +35,8 @@ class PrimedTNT extends Entity implements Explosive{
|
||||
public $length = 0.98;
|
||||
public $height = 0.98;
|
||||
|
||||
protected $baseOffset = 0.49;
|
||||
|
||||
protected $gravity = 0.04;
|
||||
protected $drag = 0.02;
|
||||
|
||||
|
Reference in New Issue
Block a user