forgot to remove debug, 1.20 final toolchain update
parent
d32b3e8f0c
commit
3e1fe9f655
|
@ -1,8 +1,8 @@
|
||||||
# Done to increase the memory available to gradle.
|
# Done to increase the memory available to gradle.
|
||||||
org.gradle.jvmargs=-Xmx1G
|
org.gradle.jvmargs=-Xmx1G
|
||||||
|
|
||||||
minecraft_version=1.20-rc1
|
minecraft_version=1.20
|
||||||
yarn_mappings=1.20-rc1+build.2
|
yarn_mappings=1.20+build.1
|
||||||
loader_version=0.14.21
|
loader_version=0.14.21
|
||||||
|
|
||||||
#Fabric api
|
#Fabric api
|
||||||
|
@ -20,6 +20,6 @@ databreaker_version=0.2.10
|
||||||
pgzip_commit_hash=af5f5c297e735f3f2df7aa4eb0e19a5810b8aff6
|
pgzip_commit_hash=af5f5c297e735f3f2df7aa4eb0e19a5810b8aff6
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 3.0.1
|
mod_version = 3.1.0
|
||||||
maven_group = net.szum123321
|
maven_group = net.szum123321
|
||||||
archives_base_name = textile_backup
|
archives_base_name = textile_backup
|
|
@ -115,9 +115,7 @@ public class Utilities {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean isBlacklisted(Path path) {
|
public static boolean isBlacklisted(Path path) {
|
||||||
log.info(path.getFileName().toString());
|
|
||||||
if (path.getFileName().equals(Path.of("session.lock"))) return true;
|
if (path.getFileName().equals(Path.of("session.lock"))) return true;
|
||||||
log.info(path.getFileName().toString());
|
|
||||||
|
|
||||||
if(path.getFileName().equals(Path.of(CompressionStatus.DATA_FILENAME))) return true;
|
if(path.getFileName().equals(Path.of(CompressionStatus.DATA_FILENAME))) return true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue