LunarClient / Apollo

Next-generation Lunar Client server API
https://lunarclient.dev
MIT License
92 stars 18 forks source link

Feature - Glint Module #150

Closed ItsNature closed 5 months ago

ItsNature commented 6 months ago

Overview

Description: The glint module allows you to control, display, and override a custom glint effect on an item.

This Pull Request only has the markdown documentation for the Glint Module. Similar to the Saturation module, the implementation is done through the NBT system, therefore not needing any additional implementation.

This module is only supported for 1.7 to 1.12 versions of Lunar Client.

Usage Example:

Using HEX

/summon minecraft:item ~ ~ ~ {Item:{id:"minecraft:stone",Count:1b,tag:{lunar:{glint:"#DFFF00"}}}}

Using ARGB

/summon minecraft:item ~ ~ ~ {Item:{id:"minecraft:stone",Count:1b,tag:{lunar:{glint:-65535}}}}

Screenshots and/or Videos: image


Review Request Checklist