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

@@ -7,6 +7,12 @@ general {
# Allows players to craft after the wand in the GUI runs out of vis and is recharged by a Vis Charge Relay. [default: true]
B:arcaneWorkbenchAllowRechargeCrafting=true
# Causes each Arcane Workbench to keep a cache of the last valid recipe, massively improving the performance of bulk crafts & the GUI. [default: true]
B:arcaneWorkbenchCache=true
# When performing a mundane crafting recipe in an Arcane Workbench, it will pretend to be a normal crafting table when sending the Forge event. Prevents the Spellbinding Cloth item duplication glitch. [default: true]
B:arcaneWorkbenchForgeEventBridge=true
# Fixes ghost items being crafted in the arcane workbench after the wand runs out of vis during a shift-click craft. [default: true]
B:arcaneWorkbenchGhostItemFix=true
@@ -19,6 +25,9 @@ general {
# Causes the banner to give the actual banner item when pick-block is used, instead of giving a Crimson Cult Banner. Also fixes the icon of the banner in WAILA. [default: true]
B:bannerPickBlock=true
# Applying patterns to banners will only consume the essentia, and not the phial in which it is stored. [default: true]
B:bannerReturnPhials=true
# Which metadata values of BlockCosmeticSolid are considered beacon base blocks. Default: 4 (Thaumium Block).
I:beaconBlockMetadataValues <
4
@@ -27,6 +36,9 @@ general {
# Fixes several crashes with invalid candle metadata [default: true]
B:candleMetadataCrash=true
# Prevents the "Vis in Wand" GUI when the wand is held from showing impossible bars when the wand holds impossible amounts of vis. [default: true]
B:clampWandOverlayVis=true
# Thaumcraft will correctly insert items into inventories - prevents double-counting slots when testing for space and allows insertion of items into an empty slot of the other side of a double chest. [default: true]
B:correctItemInsertion=true
@@ -36,6 +48,9 @@ general {
# Prevents eldritch crabs, all taintacles, and thaumic slimes from attacking during their death animation. [default: true]
B:deadMobsDontAttack=true
# Requires the spark blocks left behind by Wand Focus: Shock with the Earth Shock upgrade to have a solid block beneath them to exist. [default: true]
B:earthShockRequireSolidGround=true
# Enable beaconBlockMetadataValues? [default: true]
B:enableBeaconBlockMetadataValues=true
@@ -48,6 +63,12 @@ general {
# Causes the upgraded vis cost of Wand Focus: Excavation to be dependent solely on the applied upgrade rather than which upgrade loaded first in any game session. [default: true]
B:excavationFocusDeterministicCost=true
# Use a larger packet for sending the ID of the focus upgrade being selected, allowing the use of focus upgrade IDs > 127 on multiplayer servers. [default: true]
B:extendUpgradeFocusPacket=true
# Arcane Keys will now save the dimension and the creator of the key when linked to a warded object, and will check those values before granting permission. [default: true]
B:extraSecureArcaneKeys=true
# Make all messages displayed get localized on the client. [default: true]
B:fixClientSideLocalization=true
@@ -117,6 +138,9 @@ general {
# Remove gold coins from the gold nugget ore dictionary. [default: false]
B:unOredictGoldCoin=false
# Prevents wand items from crashing everything when they contain a component which hasn't been registered by any mod. [default: true]
B:unknownWandComponentSupport=true
# Biome changes will correctly update the color of grass in chunks without needing a block to change. [default: true]
B:updateBiomeColorRendering=true
@@ -129,3 +153,5 @@ general {
# Adds a safety check to prevent warp effects from trying to send packets to fake players. [default: true]
B:warpFakePlayerCheck=true
}

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
}

View File

@@ -0,0 +1,52 @@
# Configuration file
##########################################################################################################
# potion_ids
#--------------------------------------------------------------------------------------------------------#
# Override the ids of Thaumcraft's potion effects. An id not overridden, or that cannot be assigned to its
# overridden id, here will be automatically assigned to the lowest unclaimed id as normal.
#
# WARNING: Do not set any of these values to 128 or higher unless you are using a mod that increases the
# maximum potion id. If you are, and would like to set these ids to 128 or higher, set
# `_uncapped_potion_ids` to `true`.
##########################################################################################################
potion_ids {
# If true, will allow setting potion ids to 128 and higher. [default: false]
B:_uncapped_potion_ids=false
# Override the id of the Blurred Vision potion effect. [range: -1 ~ 2147483647, default: -1]
I:blurredVisionId=-1
# Override the id of the Deadly Gaze potion effect. [range: -1 ~ 2147483647, default: -1]
I:deadlyGazeId=-1
# Override the id of the Flux Flu potion effect. [range: -1 ~ 2147483647, default: -1]
I:fluxFluId=-1
# Override the id of the Flux Phage potion effect. [range: -1 ~ 2147483647, default: -1]
I:fluxPhageId=-1
# Override the id of the Sun Scorned potion effect. [range: -1 ~ 2147483647, default: -1]
I:sunScornedId=-1
# Override the id of the Taint Poison potion effect. [range: -1 ~ 2147483647, default: -1]
I:taintPoisonId=-1
# Override the id of the Thaumarhia potion effect. [range: -1 ~ 2147483647, default: -1]
I:thaumarhiaId=-1
# Override the id of the Unnatural Hunger potion effect. [range: -1 ~ 2147483647, default: -1]
I:unnaturalHungerId=-1
# Override the id of the Warp Ward potion effect. [range: -1 ~ 2147483647, default: -1]
I:warpWardId=-1
}
primal_arrows {
# Primal arrows can be shot from dispensers [default: true]
B:canBeFiredFromDispensers=true
}