diff options
Diffstat (limited to 'src/main/java/lv/enes/mc/eris_alchemy/utils/ItemUtils.java')
| -rw-r--r-- | src/main/java/lv/enes/mc/eris_alchemy/utils/ItemUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/lv/enes/mc/eris_alchemy/utils/ItemUtils.java b/src/main/java/lv/enes/mc/eris_alchemy/utils/ItemUtils.java index 0801d11..32b9e65 100644 --- a/src/main/java/lv/enes/mc/eris_alchemy/utils/ItemUtils.java +++ b/src/main/java/lv/enes/mc/eris_alchemy/utils/ItemUtils.java | |||
| @@ -34,7 +34,7 @@ public final class ItemUtils { | |||
| 34 | try { | 34 | try { |
| 35 | return Optional.of(ShapedRecipe.itemStackFromJson(json)); | 35 | return Optional.of(ShapedRecipe.itemStackFromJson(json)); |
| 36 | } catch (JsonSyntaxException ex) { | 36 | } catch (JsonSyntaxException ex) { |
| 37 | ErisAlchemy.LOGGER.error("Exception while trying to parse item stack from JSON", ex); | 37 | ErisAlchemy.LOGGER.warn("Exception while trying to parse item stack from JSON", ex); |
| 38 | return Optional.empty(); | 38 | return Optional.empty(); |
| 39 | } | 39 | } |
| 40 | } | 40 | } |