[SPIGOT-6382] Falling block in an end portal dissapears Created: 01/Mar/21 Updated: 01/Mar/21 |
|
Status: | Open |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Espen Opsahl | Assignee: | Unassigned |
Resolution: | Unresolved | Votes: | 0 |
Labels: | None | ||
Environment: |
Using a stronghold portal dropping a block affected by gravity. |
Version: | This server is running CraftBukkit version git-Spigot-73fb609-ea050e6 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT) |
Plugin: | no plugin |
Guidelines Read: | Yes |
Description |
When a block is falling through an end portal it is not visible when entering the portal. This is described in the github for paperspigot but is a spigot problem The problem is nailed down. This is not a vanilla problem. It was not seen before 1.4 On vanilla the theory is they queue the entity going until a player enters (Not clear if it is any player or the same portal). On spigot it goes in the portal and when a player enters the portal it clears the 3*3*3 box and places the 3*3 obsidion. The solution is using the vanilla mechanics by queuing the entity until a player (hopefully from the same portal). |