ZOIChannel / HideAndSeekPlugin

Apache License 2.0
0 stars 0 forks source link

マルチプレイでブロックが固定されない #9

Closed ZOIChannel closed 3 years ago

ZOIChannel commented 3 years ago

マルチプレイ時に同時に一人しかブロックが固定されません あと、不具合で固まることがなさそうならブロックの浮かす量をもう少し少なくしてもいいと思います (少し浮いているのが見える)

ZOIChannel commented 3 years ago
ryosuke0818 commented 3 years ago

・ブロックの当たり判定は等式(this.block == block)から 比較メソッド(this.block.equal(block))を使うことで修正 ・エンティティブロックの当たり判定は別途対策を講じる必要あり

ZOIChannel commented 3 years ago

エンティティブロックの当たり判定が厳しそうなら、透明化しているプレイヤーへの攻撃を取得する方法でもいいかもしれません

ryosuke0818 commented 3 years ago

エンティティブロックに関する議論は別で