2.8.0-beta-4

This commit is contained in:
2025-09-13 16:08:01 +02:00
parent 7a590ecbfc
commit b2dc5eba36
1506 changed files with 110349 additions and 93715 deletions

View File

@@ -0,0 +1,76 @@
# 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=true
# 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
Terminal
quiver
charm_pouch
wings
focus_pouch
cape
gauntlet
charm
title
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
Terminal
quiver
charm_pouch
wings
focus_pouch
cape
gauntlet
charm
title
>
}