daily
This commit is contained in:
@@ -7,23 +7,23 @@ general {
|
||||
# The color of the sort button.
|
||||
# Display format: 0xAARRGGBB (e.g. 0xFFFFFFFF for white, 0xFF0000FF for red).
|
||||
# Value is displayed in decimal here but interpreted as hex internally. [range: -2147483648 ~ 2147483647, default: -1]
|
||||
S:buttonColor=-1
|
||||
I:buttonColor=-1
|
||||
|
||||
# Enable the sort button in the player inventory. [default: true]
|
||||
B:buttonEnabled=true
|
||||
|
||||
# Enable the auto-refill feature. [default: true]
|
||||
# Enable the auto-refill feature (Client Side Toggle). [default: true]
|
||||
B:enableAutoRefill=true
|
||||
|
||||
# Enable the hotbar sort feature. [default: false]
|
||||
# Enable the auto-refill feature. (Server Side Toggle) [default: true]
|
||||
B:enableAutoRefill_server=true
|
||||
|
||||
# Allow player hotbar to be sorted. [default: false]
|
||||
B:enableHotbarSort=false
|
||||
|
||||
# Enable the hotbar swap feature. [default: true]
|
||||
B:enableHotbarSwap=true
|
||||
|
||||
# Sort inventory when keybind is pressed while no GUI is open. [default: true]
|
||||
B:enableNoGuiSort=true
|
||||
|
||||
# If enabled, items with max stack size of 1 (e.g., tools, armor, etc.)
|
||||
# will not be split when sorting. This helps avoid cluttering the inventory with duplicate single-item stacks. [default: true]
|
||||
B:preventSplit=true
|
||||
@@ -53,12 +53,19 @@ general {
|
||||
# Render a highlight on eligible drop-off containers. [default: true]
|
||||
B:dropoffRender=true
|
||||
|
||||
# Valid inventory names for drop-off targeting (substring match). [default: [Chest], [Barrel], [Drawer], [Crate]]
|
||||
# Valid inventory names for drop-off targeting (substring match). [default: [Chest], [Barrel], [Drawer], [Crate], [Present], [Cabinet], [Counter], [Fridge], [Filing], [Compartment], [Shulker]]
|
||||
S:dropoffTargetNames <
|
||||
Chest
|
||||
Barrel
|
||||
Drawer
|
||||
Crate
|
||||
Present
|
||||
Cabinet
|
||||
Counter
|
||||
Fridge
|
||||
Filing
|
||||
Compartment
|
||||
Shulker
|
||||
>
|
||||
|
||||
# Enable the drop-off button in the player inventory. [default: true]
|
||||
@@ -101,6 +108,47 @@ general {
|
||||
|
||||
# Show usage ticker for off hand. [default: true]
|
||||
B:enableOffHand=true
|
||||
|
||||
##########################################################################################################
|
||||
# arrow
|
||||
#--------------------------------------------------------------------------------------------------------#
|
||||
# Arrow Configuration
|
||||
##########################################################################################################
|
||||
|
||||
arrow {
|
||||
# List of item IDs to consider as valid arrows for the usage ticker. The order matters; the first match is used. [default: [Thaumcraft:PrimalArrow], [etfuturum:tipped_arrow]]
|
||||
S:arrowItems <
|
||||
Thaumcraft:PrimalArrow
|
||||
etfuturum:tipped_arrow
|
||||
>
|
||||
|
||||
# List of bow item IDs to enable arrow ticker for. Add modded bows here. [default: [minecraft:bow], [Botania:crystalBow], [Botania:livingwoodBow], [DraconicEvolution:draconicBow], [DraconicEvolution:wyvernBow], [BloodArsenal:bound_bow], [EnderZoo:guardiansBow], [GalaxySpace:item.QuantBow], [Natura:natura.bow.ghostwood], [Natura:natura.bow.bloodwood], [Natura:natura.bow.darkwood], [Natura:natura.bow.fusewood], [battlegear2:bow.iron], [battlegear2:bow.diamond], [Thaumcraft:ItemBowBone], [TwilightForest:item.tripleBow], [TwilightForest:item.seekerBow], [TwilightForest:item.iceBow], [TwilightForest:item.enderBow]]
|
||||
S:bowItems <
|
||||
minecraft:bow
|
||||
Botania:crystalBow
|
||||
Botania:livingwoodBow
|
||||
DraconicEvolution:draconicBow
|
||||
DraconicEvolution:wyvernBow
|
||||
BloodArsenal:bound_bow
|
||||
EnderZoo:guardiansBow
|
||||
GalaxySpace:item.QuantBow
|
||||
Natura:natura.bow.ghostwood
|
||||
Natura:natura.bow.bloodwood
|
||||
Natura:natura.bow.darkwood
|
||||
Natura:natura.bow.fusewood
|
||||
battlegear2:bow.iron
|
||||
battlegear2:bow.diamond
|
||||
Thaumcraft:ItemBowBone
|
||||
TwilightForest:item.tripleBow
|
||||
TwilightForest:item.seekerBow
|
||||
TwilightForest:item.iceBow
|
||||
TwilightForest:item.enderBow
|
||||
>
|
||||
|
||||
# Show usage ticker for arrow. [default: true]
|
||||
B:enableArrow=false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user