Project Red - Exploration

Project Red - Exploration

27M Downloads

Distributed NEI has build errors

tetious opened this issue · 3 comments

commented

It seems that the version of NEI that the build script downloads has several minor build errors that must be manually corrected before the setup can commence. I'm thinking you fixed these in your local copy but forgot to include them in the NEI source distro on dropbox.

All are in src/minecraft/codechicken/nei/GuiPotionCreator.java:

Line 45 should read:
public void drawSlotBox(float frame)

Line 51 should read:
public void drawOverlay(float frame)

Line 68 should read:
protected void drawSlot(int slot, int x, int y, int mx, int my, boolean selected, float frame)

commented

I was trying to resolve this but I'm afraid you have to do it manually. I'm pretty sure it's on CB's side.

On Jul 10, 2013, at 9:51 PM, Greg Lincoln [email protected] wrote:

It seems that the version of NEI that the build script downloads has several minor build errors that must be manually corrected before the setup can commence. I'm thinking you fixed these in your local copy but forgot to include them in the NEI source distro on dropbox.

All are in GuiPotionCreator.java:

Line 45 should read:
public void drawSlotBox(float frame)

Line 51 should read:
public void drawOverlay(float frame)

Line 68 should read:
protected void drawSlot(int slot, int x, int y, int mx, int my, boolean selected, float frame)


Reply to this email directly or view it on GitHub.

commented

Yep, I agree. He fixed it in a changeset that is up on bitbucket. I was thinking of trying to rework the build script to use a specific changeset there instead, assuming that approach makes sense to you.

commented

This was probably all obvious to most folks, but this was my first time fiddling with all this, so it took a lot of messing about to figure out where it was going wrong. :)