Skip to content

Commit 9eaafa1

Browse files
committed
fix
1 parent 166905a commit 9eaafa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/aekeylegacy/api/stacks/AEFluidKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public static AEFluidKey fromTag(NBTTagCompound tag) {
108108
var extraTag = tag.hasKey("tag") ? tag.getCompoundTag("tag") : null;
109109
return of(fluid, extraTag);
110110
} catch (Exception e) {
111-
AELog.error("Tried to load an invalid fluid key from NBT: %s", tag, e);
111+
AELog.debug("Tried to load an invalid fluid key from NBT: %s", tag, e);
112112
return null;
113113
}
114114
}

0 commit comments

Comments
 (0)