Skip to content

Commit 37ff20d

Browse files
committed
correction
1 parent ad92c45 commit 37ff20d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/com/adccadc/rust/RustConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ public static void loadConfig() {
114114
waxed_exposed_IG = convertWithRegex(props.getProperty(WAXED_EXPOSED_IG, "[0.20F,13.5F]").trim());
115115
waxed_weathered_IG = convertWithRegex(props.getProperty(WAXED_WEATHERED_IG, "[0.17F,12.5F]").trim());
116116
waxed_oxidized_IG = convertWithRegex(props.getProperty(WAXED_OXIDIZED_IG, "[0.14F,11.5F]").trim());
117-
System.out.println("Loaded rust config: use_legacy_logic = " + useLegacyLogic);
118-
System.out.println("Loaded rust config: affect_redstone = " + affectRedstone);
119-
System.out.println("Loaded rust config: affect_entity = " + affectEntity);
117+
Rust.LOGGER.info("Loaded rust config: use_legacy_logic = " + useLegacyLogic);
118+
Rust.LOGGER.info("Loaded rust config: affect_redstone = " + affectRedstone);
119+
Rust.LOGGER.info("Loaded rust config: affect_entity = " + affectEntity);
120120
// 若读取的为非本版本配置文件 复制已改配置并生成新配置
121121
if (!Objects.equals(props.getProperty(MOD_VERSION), modversion)) {
122122
Rust.LOGGER.warn("Already loaded into the old version config file, updating to the new version config");

0 commit comments

Comments
 (0)