[SPIGOT-784] FurnaceInventory Bug Created: 08/Apr/15  Updated: 13/Apr/15  Resolved: 13/Apr/15

Status: Closed
Project: Spigot
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major
Reporter: Tim Assignee: Unassigned
Resolution: Duplicate Votes: 2
Labels: Furnace, Inventory


 Description   

I opened a Furnace from far away with the following code:

if(w.getBlockAt(i, 0, 0).getState() instanceof Furnace){
Furnace f = (Furnace)w.getBlockAt(i, 0, 0).getState();
p.openInventory(f.getInventory());
}

The Chunk was loaded, and it was a Furnace!
In 1.7.x it works fine and on a 1.7.x Server with a 1.8.x Client it works to, but with a 1.8.x Server and a 1.8.x Client it buggs, the player is in the InventoryViewer list but the client doesnt show the gui.



 Comments   
Comment by Tim [ 12/Apr/15 ]

I need a FIX or Workaround!?!

Comment by Tim [ 10/Apr/15 ]

But does anyone know why it buggs :O?

Comment by Tim [ 09/Apr/15 ]

yes so we must wait for a fix

Comment by LucaDev [ 09/Apr/15 ]

I can confirm the bug, after opening the Furnace the Inventory will be closed instantly

Comment by Tim [ 08/Apr/15 ]

yep. I need a fix for a Plugin and i dont want to code a NBT Furnace thats soo difficulty. sry for my bad english, not my main language.

Comment by Mark Cockram [ 08/Apr/15 ]

That turns the table, this is really a bug.

Comment by Tim [ 08/Apr/15 ]

Yes, i tested it with some messages and in 1.7 it works why not in 1.8 thats the riddle.

Comment by Mark Cockram [ 08/Apr/15 ]

Are you sure you checked if "if(w.getBlockAt(i, 0, 0).getState() instanceof Furnace)" actually works?

Generated at Sat Dec 13 15:21:23 UTC 2025 using Jira 10.3.13#10030013-sha1:56dd970ae30ebfeda3a697d25be1f6388b68a422.