Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
Update HardcodePatcher.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock authored Feb 14, 2023
1 parent 3a938c3 commit e905557
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

public class HardcodePatcher implements ModInitializer {
public static final String MODID = "hardcodepatcher";
public static final String patchFileName = "localpatcher.json";
public static final String patchFileName = "hardcodepatcher.json";
public static final Path configPath = FabricLoader.getInstance().getConfigDir().resolve("HardcodePatcher");
public static final Logger LOGGER = LogUtils.getLogger();
public static ArrayList<String> exportList = new ArrayList<>();
Expand Down

0 comments on commit e905557

Please sign in to comment.