Provides compatibility with the Accessories mod, allowing lanterns to be worn in the "Belt" slot.
Compatibility bridge between Beltborne Lanterns and Accessories (WispForest).
Equip your lantern in the Accessories Belt slot — it works just like the default belt: sways with physics, casts dynamic light, and keeps your hands free.

By default, lanterns can only be placed in the Belt slot. You can customize this by editing config/bl_accessories_layer.json (auto-generated on first launch):
{
"allowed_slots": ["belt"]
}
To allow additional slots (e.g. charm, necklace), add them to the list:
{
"allowed_slots": ["belt", "charm", "necklace"]
}
No datapacks or item tags are needed — the mod handles slot validation automatically.
This project is licensed under the Apache License 2.0 — see the LICENSE file for details.
Full license text: Apache 2.0
Crafted with ❤️ for the Minecraft community