Jump to content

Recommended Posts

Posted

So I've only done a couple PRs and am doing my first one that requires generating patches. I screwed up my repository on my first attempt and so am trying to start again fresh, and proceeding more cautiously.

 

So I did the following -- I downloaded latest Forge MDK and ran the setupForge and sucessfully imported the Clean and Forge projects. 

 

I created a branch and did only two very simple changes. 1) added a single test mod file, 2) modified the Material class in the Forge project. 

 

Before I generated the patches I made a commit. Interestingly the git showed that two files changed -- the added test file as expected, but also a jsons/1.12.1.json.  I looked in the file and the changes seemed to be related to the sizes for a couple assets entries. I'm certain I didn't touch these files myself. Why did they show as being changed? Should I commit it or have it in gitignore?

 

But the bigger issue is then I did a genPatches. That completed successfully but now git shows that in addition to the expected patch to Material there is also patches to unrelated stuff, specificaly EntityList and Item classes. The changes are simply the diff annotations. For example it will say something like:

- @@ -435,11 +445,704 @@
+ @@ -435,11 +441,704 @@

 

Why the heck is genPatches creating patches for EntityList and Item that differ when I haven't touched either class?

Check out my tutorials here: http://jabelarminecraft.blogspot.com/

Posted

Leave changes to the json files, they happen due to Mojang tweaking libraries/assets.

 

As for existing patches changing, it's because those files were previously changed without the patches being regenerated properly.

As a result, running genPatches creates patch files that differ from the originals.

 

Just commit the files/patches that correspond to what you've changed.

Posted
1 hour ago, quadraxis said:

Leave changes to the json files, they happen due to Mojang tweaking libraries/assets.

 

As for existing patches changing, it's because those files were previously changed without the patches being regenerated properly.

As a result, running genPatches creates patch files that differ from the originals.

 

Just commit the files/patches that correspond to what you've changed.

Okay, cool, that's what I figured for each case.

Check out my tutorials here: http://jabelarminecraft.blogspot.com/

Posted

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.

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.