Trinket Lantern
Adds support for lanterns in Trinkets belt slot.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Trinket Lantern
Trinket Lantern
Requires Radiant Gear and Trinkets API
---
Trinket Lantern is a small datapack I made to make it easier to use the Radiant Gear mod, as that mod doesn't include a trinket slot for lanterns.
---
List of currently supported lanterns:
- Lantern : minecraft:lantern - Soul Lantern : _minecraft:soul_lantern_
---
How to add modded lanterns:
1. Download source from the Github 2. Navigate to `data/trinkets/tags/items/legs/belt.json` 3. Add the lanterns ID to the following section:
```json "values": [ "minecraft:lantern","minecraft:soul_lantern" <-- add items here ] ```
4. Save the file and put the datapack on your world 5. Reload datapacks using `/reload`