Changes

5 bytes added ,  19:07, 6 June 2023
Fixed gender language
Line 1: Line 1:  
Jar-in-Jar is a way to handle the dependencies of your mod.
 
Jar-in-Jar is a way to handle the dependencies of your mod.
 
Sometimes these are libraries pulled from a central maven repository, sometimes these are libraries specially designed for Minecraft and sometimes these are completely other mods.
 
Sometimes these are libraries pulled from a central maven repository, sometimes these are libraries specially designed for Minecraft and sometimes these are completely other mods.
Whatever the reason for using a library during the development of your mods, you will need to ensure that the end user has them available when he runs your mod in his environment.
+
Whatever the reason for using a library during the development of your mods, you will need to ensure that the end user has them available when they runs your mod in their environment.
    
Although there are several options available to achieve this, including for example the Shading plugin, this does not work all the time and can even cause problems along the way when for example two mods need the same dependency.
 
Although there are several options available to achieve this, including for example the Shading plugin, this does not work all the time and can even cause problems along the way when for example two mods need the same dependency.
 
Introducing the all-new, all-shiny: Jar-In-Jar.
 
Introducing the all-new, all-shiny: Jar-In-Jar.
 +
 
====Central function====
 
====Central function====
 
Jar-In-Jar is first and foremost a way to load dependencies for mods, from the jars of the mods.
 
Jar-In-Jar is first and foremost a way to load dependencies for mods, from the jars of the mods.
1

edit