[SPIGOT-6671] Blockstate update causes inventory to close. Created: 23/Jul/21 Updated: 23/Jul/21 Resolved: 23/Jul/21 |
|
Status: | Closed |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Jelle Keulemans | Assignee: | Unassigned |
Resolution: | Invalid | Votes: | 0 |
Labels: | blockstate, bug, inventory, spigot | ||
Environment: |
Windows 10, JDK 16.0.1, running a server on my localhost |
Version: | git-Paper-124 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: 170382f) |
Guidelines Read: | Yes |
Description |
When calling `Furnace#update()` in an InventoryOpenEvent, it closes the inventory of my player that's opening the furnace, and does not update the blockstate of this furnace. In this blockstate update I'm trying to set the cookTime and cookTimeTotal of the furnace to prevent the cooking in the furnace from progressing. This issue seems to only happen in minecraft versions 1.17 and above. It works fine in 1.16.
|
Comments |
Comment by Black Hole [ 23/Jul/21 ] |
For issues with the Paper server please report the Paper bugtracker. |