Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 5 months ago
Updated 2 months ago
❗If you want me to port the mod to a certain version of the game, feel free to write on the discord server
The mod by default adds 7 relics:
- 🪶Speed Feather - gives speed 1
- 🔥Fire Powder - gives fire resistance
- 🐬Water Core - gives water breath
- ⛏️Miners pickaxe - gives haste 2 and glowing
- 👁️Eye Of Nocturne - gives night vision
- 🐰Amulet Of Lightness - gives jump boost 1
- ❤️Health Sphere - gives health boost 1
How do I change or add a recipe/title/legend of a relic?
- Open the jar file as an archive
- Go to the path data\serverrelics
- Change what you need to change
- Don't forget to save your changes!
How do I add/change relic textures?
- Open the jar file as an archive
- Go to the path assets\serverrelics
- Add the texture to the textures\item folder
- In the models\item folder, create a JSON file with the name of your relic
- Save and restart the server
example_relic.json
{
"parent": "item/handheld",
"textures": {
"layer0": "serverrelics:item/your_texture"
}
}
Write /polymer generate-pack command. Resource pack will be located in your server folder as polymer\resource_pack.zip
How do I add my relic?
- Go to the path config\relics-config.json5
- Add your relic
- Save and restart the server
Example
{
"item": "serverrelics:example_relic",
"effects": {
"health_boost": 15
}
}