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

Relic Weapons

Forge ancient-looking relic effects onto any item.

Оцените первым
51
0

Relic Weapons

Forge ancient-looking relic effects onto any item with two smithing materials.

!Enchantment Glow on a held relic sword

Features

  • Enchantment Glow: adds the vanilla enchantment glint to the target item without adding an actual enchantment. The material item itself also glints.
  • Texture Light: marks the target item with radiance level 2, renders held relic item surfaces at full brightness, and exposes the same radiance component for compatible dynamic-light integrations. The material item is also registered as a level-2 dynamic light for Sodium Dynamic Lights.
  • Works through the smithing table and copies the original target item.
  • Datapack-friendly custom smithing recipe type for pack authors.

Shader preview

The screenshots were captured in a real NeoForge client with Iris, Bliss Shaders, and Sodium Dynamic Lights enabled.

!Texture Light on a held relic axe

!Relic materials and forged results

How to use

  1. Put Enchantment Glow or Texture Light in the smithing template slot.
  2. Put any target item in the base slot.
  3. Leave the addition slot empty for the default recipes.
  4. Take the copied relic item from the result slot.

Datapack recipe format

Default vanilla glint recipe:

{
  "type": "relic_weapons:glow_smithing",
  "template": { "item": "relic_weapons:enchantment_glow" },
  "glow_type": "enchantment"
}

Radiance recipe:

{
  "type": "relic_weapons:glow_smithing",
  "template": { "item": "relic_weapons:texture_light" },
  "glow_type": "texture_light",
  "light_level": 2
}

Colored glint metadata recipe:

{
  "type": "relic_weapons:glow_smithing",
  "template": { "item": "relic_weapons:enchantment_glow" },
  "glow_type": "enchantment",
  "color": 16755200
}

Compatibility note

Vanilla Minecraft does not provide a general per-item surface-emissive material system for arbitrary existing item textures. Relic Weapons keeps item textures unchanged, then adds a client render pass for visible held-item radiance and a data component for dynamic-light/shader integrations.

Часто задаваемые вопросы

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

Minecraft: Java Edition

1.21.x

Платформы

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

Клиент и сервер

Ссылки

Создатели

Детали

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