Posted December 12, 201311 yr Hi, i tried gradle the other day (had to infact as i was trying the latest forge) I really dont like it, instead of moaning i figured it better to say what i would like to see to added to it that would make it as good as the present dev environment setup(granted present dev environment is a reletive term as we all have somewhat different ones) 1) you need to have the minecraft src available to easierly read and access the same as the mcp methods of old, this is hugely important, its by reading this src we learn how to do the stuff we want to do. For example in my mod i needed the speech synth to only output to those around the speaker, so i looked at how the beacon works to understand the bounding box better, with out the src code sitting there in eclipse that would not of been possible. I believe this will lead to a lot of questions on here that could be easier answered by a search through of the source code. 2) multiple projects in one eclipse work space, really dont like the idea of having to have multiple work spaces for multiple mods, i often reference how i have done something in one mod to implement it in another, and for when you are making mods that are addons to your main mod its damn near essential those are the two issues, if these are fixed it will be at-least as good as the present method, i personally dont see what was wrong with the present method and i will be honest, i see gradle as a step backwards rather then forwards. I dont say this to hurt the feelings of anyone thats worked on it and i mean no offence, i am very grateful to forge as with out it and the team that work on it i would not be able to mod at all, so please take this as constructive criticism from a user not an attack. **edit realised i originly posted this in the wrong topic, the original post has now been removed ooops**
December 12, 201311 yr 1)You can already look at minecraft and forge sources with setupDecompWorkspace. 2)This has nothing to do with gradle. There is nothing preventing someone to manage multiple projects in on workspace.
December 13, 201311 yr Author Thank you that fixed 1 for 2 ...well i shall have to wait for a guide on that as from what i can see gradle uses the one workspace to build and that workspace cant be moved, but number 1 was the major one so again thank you. is annoying that we will have to recreate the folder for each new forge version now my old set up all i had to do was delete the old forge folder, download the new one, run install then load eclipse and let it do its thing.....dead simple oh well ill get used to it again no doubt
December 13, 201311 yr Author oh cool, ok im liking it a bit more. thanks. only issue i have left is one thats external to gradle and fixable with googles help im sure (changing my github repositry folder to the new src one)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.