Unknown 5 năm trước cách đây
mục cha
commit
0f9ce8de03
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/main/java/me/shedaniel/rei/plugin/DefaultPlugin.java

+ 0 - 2
src/main/java/me/shedaniel/rei/plugin/DefaultPlugin.java

@@ -107,8 +107,6 @@ public class DefaultPlugin implements REIPluginV0 {
             try {
                 itemRegistry.registerItemStack(itemRegistry.getAllStacksFromItem(item));
             } catch (Exception e) {
-                if (!(item instanceof EnchantedBookItem))
-                    e.printStackTrace();
             }
         });
         Registry.ENCHANTMENT.forEach(enchantment -> {