Lib Block Attributes

Lib Block Attributes

853k Downloads

Startup errors

srnyx opened this issue ยท 7 comments

commented

Getting these errors on startup:
[14:46:23] [main/WARN]: Replaced the attribute alexiil.mc.lib.attributes.fluid.GroupedFluidInvView value for minecraft:glass_bottle with alexiil.mc.lib.attributes.fluid.FluidContainerRegistry$StateEmpty$$Lambda$2441/0x0000000800a52840@77b16c58 (was alexiil.mc.lib.attributes.fluid.FluidContainerRegistry$StateEmpty$$Lambda$2441/0x0000000800a52840@45fd87a8)
[14:46:23] [main/WARN]: Replaced the attribute alexiil.mc.lib.attributes.fluid.GroupedFluidInv value for minecraft:glass_bottle with alexiil.mc.lib.attributes.fluid.FluidContainerRegistry$StateEmpty$$Lambda$2441/0x0000000800a52840@3f1d3bdf (was alexiil.mc.lib.attributes.fluid.FluidContainerRegistry$StateEmpty$$Lambda$2441/0x0000000800a52840@d4c3f7d)
[14:46:23] [main/WARN]: Replaced the attribute alexiil.mc.lib.attributes.fluid.FluidInsertable value for minecraft:glass_bottle with alexiil.mc.lib.attributes.fluid.FluidContainerRegistry$StateEmpty$$Lambda$2441/0x0000000800a52840@71e34120 (was alexiil.mc.lib.attributes.fluid.FluidContainerRegistry$StateEmpty$$Lambda$2441/0x0000000800a52840@580a4873)
[14:46:23] [main/WARN]: Replaced the attribute alexiil.mc.lib.attributes.fluid.FluidExtractable value for minecraft:glass_bottle with alexiil.mc.lib.attributes.fluid.FluidContainerRegistry$StateEmpty$$Lambda$2441/0x0000000800a52840@e9f436e (was alexiil.mc.lib.attributes.fluid.FluidContainerRegistry$StateEmpty$$Lambda$2441/0x0000000800a52840@62442217)

commented

By the way, this is on a server
Also, it seems like Kibe packages it too

New warnings: https://pastebin.com/rVXv3bfX

Does this have anything to do with #23?

commented

What version of LBA are you using? (Edit: it's probably easiest to find out by force-crashing your game by holding down F3+C for ten seconds, and then looking in the crash report in <mc-dir>/crash-reports/crash-2021-03-19_).

commented

Side note: these are only warnings, rather than errors, which indicate that LBA hasn't done quite the right thing, but they won't cause problems for you.

commented

What version of LBA are you using? (Edit: it's probably easiest to find out by force-crashing your game by holding down F3+C for ten seconds, and then looking in the crash report in <mc-dir>/crash-reports/crash-2021-03-19_).

I'm using https://www.curseforge.com/minecraft/mc-mods/adorn which packages Lib Block Attributes I think
libblockattributes_core: LibBlockAttributes (Core) 0.8.7
libblockattributes_fluids: LibBlockAttributes (Fluids) 0.8.7

Side note: these are only warnings, rather than errors, which indicate that LBA hasn't done quite the right thing, but they won't cause problems for you.

Ohhhh, that's what the difference is

commented

Damn, I was hoping you weren't using latest. If you try using 0.8.8-pre.2 instead do you get different results? (I've added more debugging, so hopefully it spits out more information this time).

commented

Does this have anything to do with #23?

No. This is related to how LBA handles registering "fluid item containers", and how they map from full to empty ones - I.E from an empty bucket to a water bucket, and vice-versa.

New warnings [...]

Thanks! I should have been able to fix it this time: 0.8.8-pre.3.

commented

Thanks! I should have been able to fix it this time: 0.8.8-pre.3.

It worked, thank you!