Скачать Server Relics — Minecraft Моды — ModStock
Server Relics

Server Relics

Активный

Установок

0

Последнее обновление

3 месяца назад

Версии

1.21 — 1.21.1
Сервер
Fabric
Quilt
Приключенческие
Игровые механики
Магические

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

  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 ```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 ```json { "item": "serverrelics:example_relic", "effects": { "health_boost": 15 } } ```
Участники проекта
logitechno

logitechno

Разработчик