I tried to open a FurnaceInventory
Code used: Furnace f = (Furnace)w.getBlockAt(i, 0, 0).getState(); p.openInventory(f.getInventory());
Code works under 1.7 & 1.7+8 but not under 1.8.3
btw. no console errors