[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){ The Chunk was loaded, and it was a Furnace! |
| 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? |