updating 1.7.10 version
johnfg2610 opened this issue ยท 6 comments
Would we be able to get a release of the latest github version as we are having issues with a item that no longer exists and is fixed in this version. This would be greatly appreciated
apparently a line is diffrent that is causing huge issues
if (!GuideRegistry.isEmpty() && GuideRegistry.getSize() > stack.getItemDamage() && GuideRegistry.getBook(stack.getItemDamage()).itemTexture == null) {
if (pass == 0)
return GuideRegistry.getBook(stack.getItemDamage()).bookColor.getRGB();
else
return super.getColorFromItemStack(stack, pass);
} else {
return super.getColorFromItemStack(stack, pass);
}
this i think
The last commit made was c12803e. The last commit built was that, as well. http://tehnut.info/jenkins/job/Guide-API/job/1.7.10/changes
i can grab u the crash log we are having
crash-2016-03-13_11.42.29-client.txt
crash-2016-03-11_21.47.45-client.txt
You are looking at a completely different method. func_77624_a
is addInformation
, not getColorFromItemStack
. Caused by this line.
Please take note of the description of that commit.