This commit is contained in:
GaLicn 2025-09-07 14:06:20 +08:00
parent 3f6b8d7e55
commit c4af701e70
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
loom.platform = forge loom.platform = forge
# Mod properties # Mod properties
mod_version = 1.4.1.beta mod_version = 1.4.1
maven_group = com.extendedae_plus maven_group = com.extendedae_plus
archives_name = extendedae_plus archives_name = extendedae_plus

View File

@ -23,7 +23,7 @@ import java.util.Map;
* 用于获取样板供应器中的所有样板数据包括输入输出物品的数量信息 * 用于获取样板供应器中的所有样板数据包括输入输出物品的数量信息
*/ */
public class PatternProviderDataUtil { public class PatternProviderDataUtil {
private static final boolean DEBUG = true; // 临时诊断开关发布可设为 false private static final boolean DEBUG = false; // 临时诊断开关发布可设为 false
/** /**
* 样板数据类包含样板的输入输出信息 * 样板数据类包含样板的输入输出信息