1 posts
Posted 18 April 2014 - 02:05 AM
Hello, I am having trouble making a Peripheral. I am trying to make one for a Crescent Hammer, or a Wrench. I'v tried to make it a few times and I just got confused. Can some one please help me make either of them?
1522 posts
Location
The Netherlands
Posted 21 April 2014 - 11:52 AM
I could help you, which means you have to do most of the stuff. Show your current code on github or somewhere else, I am not going to code that from scratch. Just because I have my own projects which take a lot of research.
Before I help you, answer those questions:
1) how well do you know Java?
2) how well do you know Forge?
3) how well can you reproduce the mc source for your own blocks?
1610 posts
Posted 21 April 2014 - 12:01 PM
I could help you, which means you have to do most of the stuff. Show your current code on github or somewhere else, I am not going to code that from scratch. Just because I have my own projects which take a lot of research.
Before I help you, answer those questions:
1) how well do you know Java?
2) how well do you know Forge?
3) how well can you reproduce the mc source for your own blocks?
4) How well do you know gradle?
1522 posts
Location
The Netherlands
Posted 21 April 2014 - 12:25 PM
4) How well do you know gradle?
That is not necessary, he only should know how to setup a modding environment. Heck, I dontneven know gradle
1610 posts
Posted 22 April 2014 - 12:41 PM
4) How well do you know gradle?
That is not necessary, he only should know how to setup a modding environment. Heck, I dontneven know gradle
However, the only functioning Forge environment for 1.6.4 at this point
is gradle…
1522 posts
Location
The Netherlands
Posted 22 April 2014 - 01:44 PM
Again, that doesn't matter. I don't know gradle and I'm developing on forge 964 which uses gradle. Once you setup your modding environment, you can mod away what you want. You don't have to build it each time, that is when you think your testings are appropriate. Then building it once unautomated isn't that bad.
Point: gradle is only there to automate builds, which I'm not interested in