sisby-folk/tinkerers-smithing

Log Spam: `java.lang.NumberFormatException: empty String`

sisby-folk opened this issue · 0 comments

NBT-Crafting spams the log in some invironments when performing some crafts

[19:22:40] [Server thread/INFO]: [STDERR]: java.lang.NumberFormatException: empty String
[19:22:40] [Server thread/INFO]: [STDERR]: 	at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1842)
[19:22:40] [Server thread/INFO]: [STDERR]: 	at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
[19:22:40] [Server thread/INFO]: [STDERR]: 	at java.base/java.lang.Double.parseDouble(Double.java:651)
[19:22:40] [Server thread/INFO]: [STDERR]: 	at de.siphalor.nbtcrafting.api.nbt.NbtNumberRange.ofString(NbtNumberRange.java:72)
[19:22:40] [Server thread/INFO]: [STDERR]: 	at de.siphalor.nbtcrafting.api.nbt.NbtUtil.tagsMatch(NbtUtil.java:64)
[19:22:40] [Server thread/INFO]: [STDERR]: 	at de.siphalor.nbtcrafting.api.nbt.NbtUtil.isCompoundContained(NbtUtil.java:121)
[19:22:40] [Server thread/INFO]: [STDERR]: 	at de.siphalor.nbtcrafting.ingredient.IngredientEntryCondition.matches(IngredientEntryCondition.java:52)
[19:22:40] [Server thread/INFO]: [STDERR]: 	at de.siphalor.nbtcrafting.ingredient.IngredientStackEntry.matches(IngredientStackEntry.java:53)