[Bug]: possible issue with bucketlib on servers
vivagabe opened this issue ยท 2 comments
Minecraft Version
1.20.1
Mod Loader
Forge
Mod Loader Version
47.3.0
Mod Version
2.3.5.1
Modpack or other Mod
No response
Describe the Issue
my server gives an error that references bucketlib. Not sure if its a big issue or not but it fills up my log. There is no crash and im not sure if theres much of a performace difference. I have a TON of mods installed and it could be some incompatibility but i thought id drop the latestlog here for you to see. thanks!
latest.log
Logs
No response
Do you use any performance-enhancing mods (e.g. OptiFine)?
embeddium
Thanks for your report! It seems to be that you have some issues with bucket entities. (no buckets with enitites like fish are shown in JEI/REI and you could not feed axolotls with the buckets of this mod)
I will liook into that when I have time. :)
@vivagabe thanks again for your report. I could not reproduce your issue. Maybe another mod messed up with the vanilla MobBucketItem class and injected a method with client class parameters which cause these serverside errors.
I changed refelction to the accesstransformer functionality and this should fix the issue in the upcoming version 1.20.1-2.3.5.2.
Maybe the 1.20.4-3.2.2.1 has also this issue, but in the multi loader environment it is hard to activate the accesstransformer. So, I do not fix it for 1.20.4. The method was redesigned with 1.20.6, so since then, this issue should not occur. :)