Skip to content

Commit 0d12e05

Browse files
committed
Add inventory module overview
1 parent 4b4a109 commit 0d12e05

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/developers/modules/inventory.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ import { Callout } from 'nextra-theme-docs'
55

66
## Overview
77

8+
The inventory module allows you to create customizable and professional user interfaces for Lunar Client users.
9+
10+
- Add custom NBT tags to items to control how users interact with them on click.
11+
- Ability to make items unclickable. (Cancels the event client-side)
12+
- Ability to open URLs. (Respects chat privacy settings)
13+
- Ability to suggest & run commands. (Handled client-side)
14+
- Ability to copy to clipboard.
15+
816
## Integration
917

1018
### Sample Code

0 commit comments

Comments
 (0)