Skip to content

Commit

Permalink
Fixed #18.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxenceDC committed Jan 5, 2024
1 parent cb5bbda commit b3cac2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import java.nio.file.StandardCopyOption;

public class SparseStructures implements ModInitializer {
private static final String CONFIG_RESOURCE_NAME = "default-config.json5";
private static final String CONFIG_RESOURCE_NAME = "sparse-structures-default-config.json5";
private static final String CONFIG_FILENAME = "sparsestructures.json5";
private static final Path CONFIG_FILE_PATH = Paths.get("config", CONFIG_FILENAME);
public static SparseStructuresConfig config;
Expand Down
File renamed without changes.

0 comments on commit b3cac2b

Please sign in to comment.