Changes

3 bytes added ,  19:45, 6 June 2023
m
Fix grammar
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 they runs your mod in their 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 someone 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.