Bibliocraft Legacy

Bibliocraft Legacy

2M Downloads

[Bug]: Tool Racks and Sword pedestals not working as intended

EfficientStinkbug opened this issue · 4 comments

commented

Describe the bug

The Tool rack opens a menu, but for example I can't place a pickaxe in it. (Maybe you could make it so it works without a UI, kinda like the shelf?)
The sword pedestals don't work at all for me. (Just a suggestion, I found the original design here better with the sloped pedestal)

Thank you for bringing this mod back!

Steps to Reproduce

No response

Expected behavior

No response

Screenshots

No response

Version

1.21.1-1.5.4

NeoForge Version

21.1.186

Other Mods

No response

Log

Code of Conduct

  • I agree to follow this project's Code of Conduct
commented

I cannot replicate this issue at all, it works fine in my testing world. With a correct tool, the tool rack does in fact work UI-less like the shelf does, it only opens the UI if it considers the item in your hand to not be a tool.

As for the shape of the sword pedestals, making slopes is unfortunately not easily possible with the limitation of cuboid shapes. I tried to imitate it as good as possible with what I had, as I did not want to reuse the old 3D model for a variety of reasons.

For your issue, I suspect that some mod is messing up at least your swords tag, which Bibliocraft relies on for determining what items can go in sword pedestals and tool racks. To find out what mod does this, I would kindly need a debug.log of you joining your world. (Logs can be found in your modpack folder, under logs/debug.log.)

commented

That's interesting, you're right! It works with bibliocraft alone.
When I tried removing every mod except the 3 bibliocraft ones, strangely the toolracks I placed before also disappeared. (Usually only blocks from the removed mods also get removed)

I have quite a few mods, I hope it's not too complicated:

debug.log

commented

Okay, so as expected a mod is breaking your swords tag. Your log contains the following lines:

[05Jul2025 11:33:21.016] [Worker-ResourceReload-8/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag minecraft:swords as it is missing following references: 
	accommodation_:shinai (from mod/accommodation)
...
[05Jul2025 11:33:21.024] [Worker-ResourceReload-8/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag emeraldequipment:pickaxes as it is missing following references: 
	emeraldequipment:emerald_pick (from mod/emeraldequipment)

Basically, what this means is that two items with ids accommodation_:shinai and emeraldequipment:emerald_pick are not present, messing up the swords and tools tags on which Bibliocraft relies. I highly encourage you to report this to the respective authors. In the meantime, I also recommend you install LMFT, a mod made to fix exactly these kinds of issues.

commented

Thanks man for the quick solution! I'll report this issue to the other mods.
PS: Just saw that you're also from Austria like me, nice xD