Skip to content

Commit

Permalink
Update the-item-lookup-system.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP authored Jul 24, 2024
1 parent 733946b commit 2a467ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/all-plugins/the-item-lookup-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ Items can have modifiers applied to them. For example, lets say you're configur
- **Custom Model Data:** You can specify custom model data with `custom_model_data:<id>`
- **Spawner Entity:** You can specify the spawner entity with `entity:<id>`
- **Leather Armor Color:** You can specify the leather armor color with `color:#hex`, e.g. `color:#303030`
- **Armor Trims:** You can specify armor trims with `trim:<material>:<pattern>`, e.g. `trim:emerald:snout`

These modifiers are only available on **Paper 1.21+**:

- **Armor Trims:** You can specify armor trims with `trim:<material>:<pattern>`, e.g. `trim:emerald:snout`
- **Fire Resistance:** You can make an item fire resistant with `fire_resistant`
- **Enchantment Glint:** You can give an enchantment glint with `glint`
- **Item Name:** You can set the item name (different to display name) with `item_name:<name>`
Expand Down

0 comments on commit 2a467ee

Please sign in to comment.