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

Glowstick

Emissive Textures via JSON

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

Glowstick: Emissive Textures via JSON, for Quilt Loader + Quilted Fabric API (1.19.2+)

Glowstick is a mod that adds a simplistic emissive/'glowing' textures feature to vanilla's generated item textures (nearly all items that use a set of texture layers).

Currently (as of 0.1.0), only item models are supported, and armor overlay support is planned for the near future.

Tested to be compatible with Chime's item predicate extensions.

How to use Glowstick:

In the main json object for an item model, add an array object with the name "emissive_texures", and put the texture ids (not the layer names themselves!) for which you want the emissive effect to apply to within.

Example: (at assets/minecraft/models/item/stick.json)

{
  "parent": "minecraft:item/handheld",
  "textures": {
    "layer0": "testpack:item/glowstick",
    "layer1": "testpack:item/glowstick2"
  },
  "emissive_textures": [
    "testpack:item/glowstick2"
  ]
}

License:

Glowstick is licensed under the Mozilla Public License, Version 2.0

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

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

Minecraft: Java Edition

1.19.x

Платформы

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

Клиент

Зависимости

Ссылки

Детали

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