Resolved issues with incorrect item and TNT position offsets, close #848

This commit is contained in:
Dylan K. Taylor
2017-05-04 13:52:10 +01:00
parent edf1fbb6e6
commit c537cea87e
3 changed files with 8 additions and 2 deletions

View File

@ -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;