You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nischhelm edited this page Feb 26, 2025
·
7 revisions
Effects define a slot type to specify for which kinds of items they are valid.
Default slots of Socketed are
BODY, consisting of
HEAD
CHEST
LEGS
FEET
HAND, consisting of:
MAINHAND
OFFHAND
Other slots:
ALL
NONE
Addon mods can define other slots, for example Bauble slots.
Gems that only have effects which are only valid for some slots will not be able to be applied to items that are not meant for that slot. Example: A gem that adds armor to helmets (HEAD) can not be applied to anything other than helmets.
Note: vanilla minecraft uses the OFFHAND slot only for shields. Mods like RLCombat that add dual wielding will swap the weapons in hand during the attack so an offhand weapon will still count as MAINHAND.