Console spam when filling a seared fuel tank
CassieRoseZA opened this issue ยท 0 comments
Minecraft Version
1.20.1
Fabric Version
0.15.7
Fabric API Version
0.92.0+1.20.1
Hephaestus Version
V1.20.1-3.6.4.271
Describe your issue
Console Spam when placing or taking fluids in / out of a seared tank
This seems to only be happening server side as in SP i tested and no error shows
here is a link to the full console log & A video showing the issue
[20:44:23] [Server thread/ERROR]: Failed to handle packet net.minecraft.class_2885@74767c3a, suppressing error
java.lang.IllegalStateException: Cannot get config value before config is loaded.
This error is currently only thrown in the development environment, to avoid breaking published mods.
In a future version, this will also throw in the production environment.
at com.google.common.base.Preconditions.checkState(Preconditions.java:502) ~[guava-31.1-jre.jar:?]
at io.github.fabricators_of_create.porting_lib.config.ModConfigSpec$ConfigValue.get(ModConfigSpec.java:772) ~[porting_lib_config-2.2.8-beta.5+1.20.1-9cd537d261bc8d7.jar:?]
at slimeknights.mantle.fluid.FluidTransferHelper.getKeyFilled(FluidTransferHelper.java:51) ~[mantle-1.20.1-1.9.265-b5a56dbe2b942961.jar:?]
at slimeknights.mantle.fluid.FluidTransferHelper.playEmptySound(FluidTransferHelper.java:136) ~[mantle-1.20.1-1.9.265-b5a56dbe2b942961.jar:?]
at slimeknights.mantle.fluid.FluidTransferHelper.interactWithFluidItem(FluidTransferHelper.java:175) ~[mantle-1.20.1-1.9.265-b5a56dbe2b942961.jar:?]
at slimeknights.mantle.fluid.FluidTransferHelper.interactWithTank(FluidTransferHelper.java:222) ~[mantle-1.20.1-1.9.265-b5a56dbe2b942961.jar:?]
at slimeknights.tconstruct.smeltery.block.component.SearedTankBlock.method_9534(SearedTankBlock.java:59) ~[Hephaestus-1.20.1-3.6.4.271.jar:?]
at net.minecraft.class_4970$class_4971.method_26174(class_4970.java:1133) ~[server-intermediary.jar:?]
at net.minecraft.class_3225.method_14262(class_3225.java:343) ~[server-intermediary.jar:?]
at net.minecraft.class_3244.method_12046(class_3244.java:1140) ~[server-intermediary.jar:?]
at net.minecraft.class_2885.method_12547(class_2885.java:34) ~[server-intermediary.jar:?]
at net.minecraft.class_2885.method_11054(class_2885.java:8) ~[server-intermediary.jar:?]
at net.minecraft.class_2600.method_11072(class_2600.java:22) ~[server-intermediary.jar:?]
at net.minecraft.class_3738.run(class_3738.java:18) ~[server-intermediary.jar:?]
at net.minecraft.class_1255.method_18859(class_1255.java:156) ~[server-intermediary.jar:?]
at net.minecraft.class_4093.method_18859(class_4093.java:23) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:782) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:164) ~[server-intermediary.jar:?]
at net.minecraft.class_1255.method_16075(class_1255.java:130) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:764) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:758) ~[server-intermediary.jar:?]
at net.minecraft.class_1255.method_18857(class_1255.java:139) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_16208(MinecraftServer.java:743) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:675) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265) ~[server-intermediary.jar:?]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Crash Report
No response
Other mods
- Fabric API
- Hephaestus
- Sodium
- Indium
Tried reproducing with just Tinkers?
Yes
Performance Enchancers
Sodium
Searched for known issues?
Checked pinned issues, Searched open issues, Searched closed issues, Checked the FAQ