▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Server Relics
Server Relics

Server Relics

Adds the ability to create relics on the server side

315
6

❗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
{
  "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
			}
		}

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MIT
Опубликован:1 год назад
Обновлён:12 месяцев назад
Главная