Files
modpack-files/both/config/baubles.cfg
2025-03-24 19:54:03 +01:00

68 lines
1.5 KiB
INI

# Configuration file
debug {
# Hides the Bauble debug item from the creative menu.
# [default: true]
B:hideDebugItem=true
}
general {
# IDs of enchantments that should be treated as soul bound when on items in a bauble slot.
I:soulBoundEnchantments <
>
}
menu {
# Manually override slot assignments.
# !Bauble slot types must be configured manually with this option enabled!
# [default: false]
B:manualSlotSelection=false
# Display unused Bauble slots.
# [default: false]
B:showUnusedSlots=false
}
override {
# Baubles and its addons assigned the folowing types to the bauble slots.
# !This config option automatically changes to reflect what Baubles and its addons assigned each time the game is launched! [default: ]
S:defualtSlotTypes <
amulet
ring
ring
belt
wings
unknown
unknown
unknown
unknown
unknown
unknown
unknown
unknown
unknown
unknown
unknown
unknown
unknown
unknown
unknown
>
# Slot assignments to use if manualSlotSelection is enabled.
# Any assignents after the first 20 will be ignored.
# !Adding, moving, or removing slots of the amulet, ring, or belt types will reduce compatibility with mods made for original Baubles versions!
# [default: [amulet], [ring], [ring], [belt]]
S:slotTypeOverrides <
amulet
ring
ring
belt
>
}