Guide-API

Guide-API

76M Downloads

updating 1.7.10 version

johnfg2610 opened this issue ยท 6 comments

commented

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

commented

The latest build has the latest source on the 1.7.10 branch already.

commented

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

commented

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

commented
commented

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.

commented

just as point thanks for the help im not a dev im making a mod pack and this has caused many issues thanks :)