Posted September 19, 20187 yr I have noticed that in the Forge source on github there are what look like some kind of annotation on MC source patches that takes the form of @@ -#,# +#,# @@ where '#' is a number, but I can't find anything on stackoverflow or general google searching about it. Does anyone know what this is and how it is used? Example: link Edited September 19, 20187 yr by CatRabbit499 title clarification Entry Level Modder | BDCraft Fanatic | Stop Mod Reposts
September 19, 20187 yr I believe those come from "unified diff" format. See https://www.gnu.org/software/diffutils/manual/html_node/Detailed-Unified.html#Detailed-Unified Check out my tutorials here: http://jabelarminecraft.blogspot.com/
September 19, 20187 yr Author So, would the [ - / + ] signs then mean so and so lines [ before / after ] this line then? Entry Level Modder | BDCraft Fanatic | Stop Mod Reposts
September 20, 20187 yr It tells you what has been added and what has been deleted relative to the original file that is being patched. 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.