HomeJavaModsServer Relics
Server Relics
ModsJava

Server Relics

by logitechno · on Modrinth

Adds the ability to create relics on the server side. Free Minecraft Java mod for 1.21, 1.21.1.

⬇ Download on Modrinth
Server Relics — screenshot 1Server Relics — screenshot 2Server Relics — screenshot 3Server Relics — screenshot 4

❗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:

How do I change or add a recipe/title/legend of a relic?

  1. Open the jar file as an archive
  2. Go to the path data\serverrelics
  3. Change what you need to change
  4. Don't forget to save your changes!

How do I add/change relic textures?

  1. Open the jar file as an archive
  2. Go to the path assets\serverrelics
  3. Add the texture to the textures\item folder
  4. In the models\item folder, create a JSON file with the name of your relic
  5. 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?

  1. Go to the path config\relics-config.json5
  2. Add your relic
  3. Save and restart the server
Example
		{
			"item": "serverrelics:example_relic",
			"effects": {
				"health_boost": 15
			}
		}
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more