Skip to content

Custom slot for spectrum gloves #686

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 1.20.1-aria-for-painters
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/main/resources/assets/spectrum/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -5658,6 +5658,7 @@
"tag.trinkets.chest.pin": "Pins",
"tag.trinkets.head.crown": "Crowns",
"tag.trinkets.legs.pigment_palette": "Palettes",
"tag.trinkets.hand.gloves": "Glove Pairs",

"text.autoconfig.Spectrum.option.AddItemTooltips": "Add advanced tooltips for Spawners, Signs, Skulk Shriekers and much more",
"text.autoconfig.Spectrum.option.AzureDikeHudOffsetX": "X Position of the Azure Dike Overlay on the players screen. Default: On top of Hearts",
Expand Down Expand Up @@ -5764,6 +5765,7 @@
"trinkets.slot.chest.pin": "Pin",
"trinkets.slot.head.crown": "Crown",
"trinkets.slot.legs.pigment_palette": "Pigment Palette",
"trinkets.slot.hand.gloves": "Gloves",

"______special_named_items_and_lore": "Special Item Names:",
"named_item.spectrum.dirt_of_shame": "Dirt of Shame",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 7 additions & 8 deletions src/main/resources/data/trinkets/entities/spectrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
"player"
],
"slots": [
"feet/shoes",
"hand/ring",
"offhand/ring",
"head/face",
"head/crown",
"chest/necklace",
"chest/pin",
"legs/belt",
"legs/pigment_palette",
"head/face",
"hand/glove",

"chest/pin",
"head/crown"
"feet/shoes",
"hand/ring",
"hand/gloves",
"offhand/ring"
]
}
3 changes: 3 additions & 0 deletions src/main/resources/data/trinkets/slots/hand/gloves.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"icon": "spectrum:gui/trinkets/slots/gloves"
}
7 changes: 0 additions & 7 deletions src/main/resources/data/trinkets/tags/items/hand/glove.json

This file was deleted.

7 changes: 7 additions & 0 deletions src/main/resources/data/trinkets/tags/items/hand/gloves.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"spectrum:gloves_of_dawns_grasp",
"spectrum:aether_graced_nectar_gloves"
]
}
Loading