rename baubles config file to be uppercase
This commit is contained in:
67
both/config/Baubles.cfg
Normal file
67
both/config/Baubles.cfg
Normal file
@@ -0,0 +1,67 @@
|
||||
# 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
|
||||
>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user