Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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/

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.

  • Author
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/

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.

  • Author
1 hour ago, Draco18s said:

Yeah, that's exactly the sort of thing I've been worrying about. And like you mention there you need habits to keep a pristine copy available to ensure selective changes only make it to your commits.

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

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.