BuildCraft|Core

BuildCraft|Core

7M Downloads

(enhancement) NextGen achievements

62832 opened this issue ยท 21 comments

commented

So, we have achievements now. AWESOME.
But, we are missing some achievements for NextGen, like the Builder, Architect Table etc. I am willing to add these along other things. What do you guys think?

commented

Go for it :-)

commented

I seem to be having trouble pulling the NextGen branch. I get an error saying the repo wasn't found.
Halp?

commented
commented

Github was a bit off. Should be better now.

commented

Still not working. I'm running "git pull https://github.com/BuildCraft/BuildCraft/tree/NextGen". Is that not what I am meant to run?

I'm such a Git newbie. I understand the basics, but not this.

commented

I'm pulling just fine as of 50 minutes ago http://build.nclf.net/job/BuildCraft%20NextGen/scmPollLog/

commented

Ugh, it turns out I forgot to run "git init". It works now, guys!

commented

Sure, you need to issue a pull request. Changes will get in once reviewed ;-)

commented

Oh.
So... how do I submit a pull request?

commented

AGH! I can't push changes to the repo!
It says permission is denied to me.

commented

The GitHub help is an excellent guide IMO.
Give yourself 10 minutes to read through https://help.github.com/articles/using-pull-requests
And most git/GitHub related help can be found at https://help.github.com/

commented

You need to create a fork (there should be a button on the top left in the web page) then you need to pull from the fork, not from the main buildcraft repository. After you make changes and push them to your forked repo there will be a "Create pull request" or something like that at the web page of your fork.

commented

Okay, I am reeaaally befuddled now.
So I forked the repository, pulled the fork to my computer, now exactly what commands do I run to commit my changes on the NextGen branch? When I try to do it, I get an error about a Src refspec or something.

Git has some terrible error messages.

commented

Okay. But just tell me exactly what commands to run to submit changes.

commented

git remote add --name of the remote-- --the address of your fork--

git push --name of the remote-- Nextgen

then go to your fork, go to the nextgen branch and press the green button next to the list of branches

commented

Oh. Okay. I'll try that and let you know of the result.

commented

Nope, that doesn't work. I get an error saying 'src refspec NextGen does not match any'.
Does not match any what?

commented

other idea: copy the content of the modified files. Browse to that file on github and press edit, there you paste it.

commented

Use gui then

commented

@TXX59 if it realy doesn't work just send it on the forum to me. I'll submit it for you if you like.

commented

FINALLY!!! Jeez, it was such a nightmare dealing with Git errors, but I finally did it.