Jump to content

Minecraft mods+ Github?


whitephoenix

Recommended Posts

A standard modding github should look like this: https://github.com/Larsg310/MineTech

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Link to comment
Share on other sites

I uploaded my first mod to Github, after some difficulty. I only uploaded the SRC folder, there isn't anything outside that that I am forgetting is there?

 

The build.gradle file.

 

Which is why I dislike the project setup for Forge Gradle.  Changing from one mod to another either requires that I duplicate a large portion of common files or moving around a bunch of stuff.  And makes setting up a git repo annoying, because almost ever subfolder other than /src doesn't need to be on git.  Also most of the files there too other than build.gradle...

 

project.png

 

Highlighted stuff is part of the project and should be on GitHub.  Everything underlined in blue is technically part of the project, but should not be on GitHub (you may or may not have build.properties or an /etc or /lib directory, depending on your needs).

 

(And Lars pointed out that I missed a directory, ha!)

 

Also I want to know how to contribute to other people's mods on Github. What is the setup process?

 

Go to the mod.  Click "fork."  Or click "edit" on a file and GitHub will automagically fork it for you and drop you right into the edit window.  You can also clone-to-desktop.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

I uploaded my first mod to Github, after some difficulty. I only uploaded the SRC folder, there isn't anything outside that that I am forgetting is there?

 

The build.gradle file.

 

Which is why I dislike the project setup for Forge Gradle.  Changing from one mod to another either requires that I duplicate a large portion of common files or moving around a bunch of stuff.  And makes setting up a git repo annoying, because almost ever subfolder other than /src doesn't need to be on git.  Also most of the files there too other than build.gradle...

-snip-

 

Highlighted stuff is part of the project and should be on GitHub.  Everything underlined in blue is technically part of the project, but should not be on GitHub (you may or may not have build.properties or an /etc or /lib directory, depending on your needs).

 

(And Lars pointed out that I missed a directory, ha!)

 

Also I want to know how to contribute to other people's mods on Github. What is the setup process?

 

Go to the mod.  Click "fork."  Or click "edit" on a file and GitHub will automagically fork it for you and drop you right into the edit window.  You can also clone-to-desktop.

 

Interestingly enough, my mod doesn't have a build.properties or an etc folder

Link to comment
Share on other sites

Interestingly enough, my mod doesn't have a build.properties or an etc folder

 

As I said, depends on what you're doing.

For me, /etc is where I keep the mcmod.info files for each of my submods (I could have called it /fluff if I wanted to).  build.properties is supposed to be for each submod's version number (but for whatever reason gradle complained it couldn't find the variables, so they got shoved into the build.gradle file).

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.