Main Upload

This commit is contained in:
minster586
2024-11-07 03:34:53 -05:00
parent 42b67bf493
commit 3b8c8f56bb
148 changed files with 16114 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
#These configs affect GUIs using B&S.
[bns]
#Renders B&S's GUIs in a Minecraft Style instead.
#0 = Default Style
#1 = Vanilla Style
#2 = Texture Pack Style.
#Range: 0 ~ 2
bnsMinecraftStyle = 0
#How much padding to add to the docked windows.
#Range: 0 ~ 50
bnsDockPadding = 0
#Number of pixels before iChunUtil thinks you're trying to dock a window.
#Range: > 1
bnsDockBorder = 8
#Speed (in ticks) to register a double click.
#Range: > 1
bnsDoubleClickSpeed = 10
#How long to mouse over an element (in ticks) before showing a tooltip.
#Range: 0 ~ 6000
bnsTooltipCooldown = 10
#Theme to use for Boxes & Stuff
bnsTheme = "default"