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

@@ -65,6 +65,9 @@ general {
# Adds crafting recipes to empty a phial or jar of essentia. [default: true]
B:addEmptyPhialJarRecipes=true
# Applying patterns to banners not consume the phial or the essentia. Overrides bannerReturnPhials in the bugfixes module. [default: false]
B:bannerFreePatterns=false
# Allow Creative players to use the Focal Manipulator without the necessary XP. [default: true]
B:creativeNoXPManipulator=true
@@ -193,11 +196,14 @@ general {
# The amount to expand the bounding box of vis relays. This is used to increase the range at which amulets are charged. [range: 0.0 ~ 3.4028235E38, default: 5.0]
S:visRelayBoxExpansion=5.0
# Wand caps & wand rods will show information about their vis capacity & discount in their tooltips. [default: true]
B:wandPartStatsTooltip=true
}
harvestlevels {
# Override the harvest level of the primal crusher. [range: 0 ~ 2147483647, default: 6]
# Override the harvest level of the primal crusher. [range: 0 ~ 2147483647, default: 5]
I:crusherHarvestLevel=6
# Override the harvest level of elemental tools. [range: 0 ~ 2147483647, default: 3]
@@ -397,3 +403,5 @@ wand_component_swapping {
# How much warp is applied upon researching this research. [range: 0 ~ 100, default: 0]
I:replaceWandCoreResearchWarp=0
}