File tree Expand file tree Collapse file tree
src/main/java/com/adccadc/rust Expand file tree Collapse file tree Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments