Title: Automatic Crafting Table returns incorrect item when checking item in slot.
Version: 3.1.2
OS: Windows 7 Ultimate SP1
Java Version: 1.7.0-b147 64bit
Description of Problem:
The automatic crafting table (169:0) has an off-by-one bug where using Bukkit to get the item in a slot returns the item from the slots raw number + 1. So, where "view" is the inventory view of the workbench, view.getItem(0) it return the value from slot number 1 instead of 0.
This video shows what I am talking about. ->
The error log is some relevant debugging information from the video (since it is a bit fuzzy)
Question
nala3
Title: Automatic Crafting Table returns incorrect item when checking item in slot.
Version: 3.1.2
OS: Windows 7 Ultimate SP1
Java Version: 1.7.0-b147 64bit
Description of Problem:
The automatic crafting table (169:0) has an off-by-one bug where using Bukkit to get the item in a slot returns the item from the slots raw number + 1. So, where "view" is the inventory view of the workbench, view.getItem(0) it return the value from slot number 1 instead of 0.
This video shows what I am talking about. ->
The error log is some relevant debugging information from the video (since it is a bit fuzzy)
Error Messages:
N/A
Error Log:
0 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now