forgot to remove debug, 1.20 final toolchain update

This commit is contained in:
Szum123321 2023-06-08 23:02:19 +02:00
parent d32b3e8f0c
commit 3e1fe9f655
2 changed files with 3 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
minecraft_version=1.20-rc1
yarn_mappings=1.20-rc1+build.2
minecraft_version=1.20
yarn_mappings=1.20+build.1
loader_version=0.14.21
#Fabric api
@ -20,6 +20,6 @@ databreaker_version=0.2.10
pgzip_commit_hash=af5f5c297e735f3f2df7aa4eb0e19a5810b8aff6
# Mod Properties
mod_version = 3.0.1
mod_version = 3.1.0
maven_group = net.szum123321
archives_base_name = textile_backup

View File

@ -115,9 +115,7 @@ public class Utilities {
}
public static boolean isBlacklisted(Path path) {
log.info(path.getFileName().toString());
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;