Beardlessbrady / Currency-Mod

Currency & Ecnonomy in Minecraft
3 stars 1 forks source link

Fixed the problem with colouring baked quads #74

Closed Cadiboo closed 5 years ago

Cadiboo commented 5 years ago

Added a helper method and fixed problem from http://www.minecraftforge.net/forum/topic/66893-112-is-there-a-way-to-color-bakedquads. Take a look at this commit in my own mod

Cadiboo commented 5 years ago

this doesn't change the color of the quads, it just allows you to render them with a different color

Beardlessbrady commented 5 years ago

Hey thanks so much for adding the code directly on my repository. So since my mod is all rights reserved I just need to get in writing that you are giving all ownership of what you added to the project to me. You are probably thinking "Choose an open source license" but I just like to have control over my projects, if anyone every wants to do something with it they just need to ask :P.

Cadiboo commented 5 years ago

On 22 Oct 2018, at 11:18:19 am, BeardlessBrady notifications@github.com wrote:

Hey thanks so much for adding the code directly on my repository. So since my mod is all rights reserved I just need to get in writing that you are giving all ownership of what you added to the project to me. You are probably thinking "Choose an open source license" but I just like to have control over my projects, if anyone every wants to do something with it they just need to ask :P.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BeardlessBrady/Currency-Mod/pull/74#issuecomment-431716602, or mute the thread https://github.com/notifications/unsubscribe-auth/AjkffMYJrJVaaPI6185rZkotZLfVW_tvks5unQ7LgaJpZM4Xv6hw.

You can use the code for whatever you want, Keeping the java doc with the author annotation would be nice but not necessary. I don’t know what you exactly mean by ownership, but that code exists pretty much exactly the same in my own mod, and my stance of licensing and copyright for all my code is: Use my code for whatever you want, if you have a problem with it tell me about it, I’m not responsible for any damage my code could/did do to your system etc., theres no waranty on my code - It is provided “as is” etc., Some credit for where the code came from would be nice but its not necessary. If your copying an entire project of mine (or a big part of it) then some credit would be really appreciated but still not required. The only restriction I place on my code is: Don’t take my entire project and pretend its yours (and make money off it) - thats stealing.

TL;DR (This is why I don’t like copyright on code, it leads to a bunch of text and restrictions on what should just be a simple matter of being honest & giving credit) I write code for fun, to learn programming and to help other people, and my entire view is that all programming should have that goal. Use my code - thats what its there for - but don’t steal (and make money off) it. Some credit would also be appreciated but is never required.

I'll go write up or find a proper license, but thats my stance on copyright.

Beardlessbrady commented 5 years ago

I agree with you. I just use copyright to prevent any malicious actions people may do like steal my code and use it for profit. Whenever a project has no license it is automatically "all rights reserved" if you end up writing a license with your goals in mind let me know cause I can throw it on my projects too :). Again thanks for the help

Cadiboo commented 5 years ago

Take a look at https://github.com/Cadiboo/NoCubes/blob/master/LICENSE (It was written before 1.7 - so it needs some updating, which I will do soon, but I think it’s mostly what you want)