Changes

11 bytes removed ,  19:27, 13 June 2022
Buildscript updates
Line 45: Line 45:  
The MDK provides default values for the buildscript and <tt>mods.toml</tt> file. These values should be replaced with your own mod's information.
 
The MDK provides default values for the buildscript and <tt>mods.toml</tt> file. These values should be replaced with your own mod's information.
   −
All edits should be done below the <code>apply plugin: 'net.minecraftforge.gradle'</code> line. The lines above it are required for the Forge MDK to work correctly, and should not be modified without proper knowledge.
+
All edits should be done below the <code>id 'net.minecraftforge.gradle'</code> line. The lines above it are required for the Forge MDK to work correctly, and should not be modified without proper knowledge.
 
* All references to <code>examplemod</code> in the buildscript should be replaced with your modid.
 
* All references to <code>examplemod</code> in the buildscript should be replaced with your modid.
 
** Use your IDE's find-and-replace function to quickly replace these values.
 
** Use your IDE's find-and-replace function to quickly replace these values.