Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 489 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 489 Bytes

ForgePackageNameReplacer

Tool which replaces old forge packages with new ones.

Instructions:

  1. Either compile or download a compiled version. Compiled version can be found in the "Releases" section of this repository.
  2. Put the jar in the root folder of your project.
  3. Open cmd and navigate to the same folder.
  4. Run in the cmd the following command: "java -jar replacer.jar".

The program will go through all the sub-directories and edit the ".java" files automatically.