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
}