clientstuff

This commit is contained in:
2025-11-03 15:47:16 +01:00
parent 503b04656d
commit a90cfde309
1655 changed files with 940682 additions and 604 deletions

View File

@@ -12,18 +12,18 @@ general {
# 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
@@ -101,6 +101,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=true
}
}
}