Skip to content

Commit

Permalink
Cache natives to for easier understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixaurora committed Oct 5, 2024
1 parent 5a99ba2 commit e7e2608
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
import java.nio.file.Path;

public class Constants {
public static final String PARENT_MOD_ID = "kit_tunes";
public static final String MOD_ID = "catculator";

public static final String NATIVES_VERSION = "0.1.0";
public static final String NATIVES_DIRECTORY_PROPERTY = "catculator.natives_path";

public static final Path NATIVES_CACHE_DIR = QuiltLoader.getCacheDir().resolve(MOD_ID);
public static final Path NATIVES_CACHE_DIR = QuiltLoader.getCacheDir().resolve(PARENT_MOD_ID);
}

0 comments on commit e7e2608

Please sign in to comment.