Download Server Relics — Minecraft Mods — MetaMods
Server Relics

Server Relics

Active

Downloads

0

Last update

8 months ago

Versions

1.21 — 1.21.1
Server
Fabric
Quilt
Adventure
Game mechanics
Magic

Server Relics

The Server Relics modification introduces the concept of server-side generated relics into the game, providing the player with various effects without requiring client-side file modifications.

Available Relics

By default, the mod includes 7 unique relics, each with its own distinct properties:

  • 🪶 Speed Feather - increases movement speed (Speed I effect)
  • 🔥 Fire Powder - provides complete protection from fire and lava
  • 🐬 Water Core - enables unlimited underwater breathing
  • ⛏️ Miners Pickaxe - accelerates resource gathering (Haste II effect) and highlights creatures
  • 👁️ Eye Of Nocturne - improves visibility in dark conditions (Night Vision effect)
  • 🐰 Amulet Of Lightness - enhances jump height (Jump Boost I effect)
  • ❤️ Health Sphere - increases maximum player health

Relic Configuration

Several customization methods are available for complete flexibility:

Recipe and Description Customization

  1. Open the mod's JAR file as an archive
  2. Navigate to the data\serverrelics path
  3. Make necessary changes to recipes, names, or descriptions

Texture Modifications

  1. Open the JAR file with an archive manager
  2. Go to the assets\serverrelics folder
  3. Add your custom texture to the textures\item directory
  4. Create a JSON file in the models\item folder with your relic's name

Model configuration example:

{
  "parent": "item/handheld",
  "textures": {
    "layer0": "serverrelics:item/your_texture"  // Your custom texture
  }
}

After configuration, execute the /polymer generate-pack command to create a resource pack, which will be placed in the server folder as polymer\resource_pack.zip.

Adding New Relics

You can expand the relic collection through the configuration file:

  1. Locate the config\relics-config.json5 file
  2. Add the description of your new relic
  3. Save changes and restart the server

Custom relic setup example:

{
    "item": "serverrelics:example_relic",
    "effects": {
        "health_boost": 15  // Increases health by 15 units
    }
}
Project members
logitechno

logitechno

Developer

Created: 6 Dec 2024

ID: 66384