Skip to content

Commit

Permalink
misc: 调整recipes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Oct 21, 2024
1 parent ca145e1 commit ecc36bb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/main/resources/recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,22 @@ root:
# The name for the item
# Use "~UNSET" to keep the material's original name
# Supports MiniMessage
result_item_name: ~UNSET
result_item_name: "Disguise Tool"

# The lore for the item
#
# Example:
# result_item_lore:
# - Lore1
# - <rainbow>Supports MiniMessage!
result_item_lore: []
result_item_lore:
- "<italic:false><#666666>When sneaking: "
- "<italic:false><gray><key:key.mouse.right> ~> Open disguise selection or invoke quick disguise"
- "<italic:false><gray><key:key.mouse.left> ~> Unmorph(Undisguise)"
- ""
- "<italic:false><#666666>When disguising"
- "<italic:false><gray><key:key.mouse.right> ~> Activate skill"
- "<italic:false><gray><key:key.mouse.left> ~> Open Disguise Action selection"

# Materials required to craft this item.
# Left side is the letter present in crafting_shape, and right side is the item ID
Expand Down

0 comments on commit ecc36bb

Please sign in to comment.