Trinket Lantern
This small datapack was created to simplify the use of the Radiant Gear mod, which originally doesn't provide a dedicated slot for lanterns in the accessory system.
Supported Lantern Types
Currently compatible are the following types of lighting devices:
- Regular Lantern: minecraft:lantern
- Soul Lantern: minecraft:soul_lantern
Adding Custom Lanterns
If you want to expand the list of supported lighting devices, follow these steps:
- Download the source code from the GitHub repository
- Navigate to the folder
data/trinkets/tags/items/legs/belt.json - Add the identifiers of the desired lanterns to the appropriate section of the file:
"values": [
"minecraft:lantern","minecraft:soul_lantern" <-- add items here
]
- Save the changes and install the datapack in your world
- Reload the datapacks using the
/reloadcommand
Requires installation of Radiant Gear and Trinkets API mods.