فهرست منبع

Prints stack trace on recipe + update cloth config

Unknown 6 سال پیش
والد
کامیت
53b8d91e50
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      gradle.properties
  2. 1 1
      src/main/java/me/shedaniel/rei/client/RecipeHelperImpl.java

+ 1 - 1
gradle.properties

@@ -4,7 +4,7 @@ yarn_version=1.14.1+build.10
 fabricloader_version=0.4.7+build.147
 jankson_version=1.1.0
 cloth_events_version=0.3.1.23
-cloth_config_version=0.2.1.14
+cloth_config_version=0.2.4.17
 modmenu_version=1.5.4-85
 
 fabric_keybindings=0.1.0+59147463

+ 1 - 1
src/main/java/me/shedaniel/rei/client/RecipeHelperImpl.java

@@ -225,7 +225,7 @@ public class RecipeHelperImpl implements RecipeHelper {
                 if (pluginDisabler.isFunctionEnabled(identifier, PluginFunction.REGISTER_OTHERS))
                     plugin.registerOthers(this);
             } catch (Exception e) {
-                RoughlyEnoughItemsCore.LOGGER.error("[REI] %s plugin failed to load: %s", identifier.toString(), e.getLocalizedMessage());
+                RoughlyEnoughItemsCore.LOGGER.error("[REI] " + identifier.toString() + " plugin failed to load!", e);
             }
         });
         if (getDisplayVisibilityHandlers().isEmpty())