mistress
Yuki 12 months ago
parent 200df2cd5c
commit bb19bb8668

@ -103,12 +103,12 @@ avoidOverworldChecks = true
tankSize = 3000
[oxygenDistributor]
maxEnergy = 20000
maxEnergy = 200000
fluidConversionEnergyPerTick = 5
tankSize = 6000
#How many blocks the distributor can distribute oxygen in. Be careful increasing this number, as it can reduce server performance significantly. If you are adamant about increasing this value, consider increasing the Oxygen Loader refresh ticks so the server is not constantly checking thousands of blocks.
#Range: 1 ~ 50000
maxBlockChecks = 3000
maxBlockChecks = 50000
#How often the oxygen loader checks if the structure is sealed. Performing this operation too often can kill server TPS, so be wary.
#Range: 0 ~ 500
refreshTicks = 60

@ -159,3 +159,6 @@ de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen {
de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen {
}
de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen {
}

@ -1,5 +1,5 @@
#Fastload Configuration File
#Tue Jun 06 13:44:42 CEST 2023
#Tue Jun 06 16:43:41 CEST 2023
pre_render_radius=0
debug=false
pregen_chunk_radius=5

@ -1,5 +1,5 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Tue Jun 06 13:45:14 CEST 2023
#Tue Jun 06 16:44:06 CEST 2023
disableUpdateMessage=false
enableDebugOptions=false
maxShadowRenderDistance=32

@ -72,10 +72,10 @@ stereo_capture = false
[voice.volumes.source_88ddfccd-3dca-484f-8229-00ba72729f63]
volume = 1.0
[voice.volumes.source_727ac6bf-c643-4693-9517-a731f03c1f93]
volume = 1.0
[voice.volumes.source_930e6c3a-148e-4efc-8f85-b32da1c8e8fb]
volume = 1.0
[voice.volumes.source_727ac6bf-c643-4693-9517-a731f03c1f93]
volume = 1.0
[voice.volumes.source_f1d701f8-cb28-4af0-af2c-90073353cae9]
volume = 1.0
[voice.volumes.proximity]
@ -84,10 +84,10 @@ volume = 1.0
volume = 1.0
[voice.volumes.source_48a93763-a3b1-43be-ac7e-9bb5d439ac16]
volume = 1.0
[voice.volumes.source_5dc1cc1d-427d-4efc-8a1e-c2c89cde3f00]
volume = 1.0
[voice.volumes.source_1461a9c6-c129-42aa-8d24-8d84f3462d36]
volume = 1.0
[voice.volumes.source_5dc1cc1d-427d-4efc-8a1e-c2c89cde3f00]
volume = 1.0
[advanced]
visualize_voice_distance = true

@ -3,7 +3,7 @@
[common.experimental]
#If true, forces guns that have the dyeing behaviour turned off by default to be dye-able again. This option could be useful to modpack and/or resource pack developers. False by default.
forceGunDyeAbility = false
forceGunDyeAbility = true
#If true, force disables tooltips related to the Fire Mode Selector on all guns using said feature. This option should only be used when this feature is causing issues. False by default.
forceDisableFireModeTooltips = false

@ -1,5 +1,5 @@
#Reforgium properties file
#Tue Jun 06 13:44:32 CEST 2023
#Tue Jun 06 16:43:32 CEST 2023
fix-exterior-vertex-lighting=auto
ambient-occlusion-mode=auto
always-tesselate-blocks=auto

@ -6,7 +6,7 @@ loggingThrowableTimeout = 20000
#Range: 0 ~ 3
needsProbe = 0
#If true the probe will automatically show extended information if it is in your main hand (so not required to sneak)
extendedInMain = false
extendedInMain = true
#If true there will be a bauble version of the probe if baubles is present
supportBaubles = true
#If true there will be a readme note for first-time players

@ -17,7 +17,7 @@
#Whether glass bottles should be automatically be converted to blood bottles when needed
autoConvertGlassBottles = true
#If enabled adds a craftable umbrella that can be used to slowly walk though sunlight without taking damage
umbrella = false
umbrella = true
#Enable a custom vampirism log file that logs specific faction actions
#Requires restart
enableFactionLogging = false
@ -32,7 +32,7 @@
#Control hunter camp generation. If disabled you should set hunterSpawnChance to 75.
enableHunterTentGeneration = true
#Use the vanilla campfire block instead of Vampirism's much cooler one
useVanillaCampfire = false
useVanillaCampfire = true
[common-server.world.village]
#Weight of the Totem Building inside the Village

@ -1683,6 +1683,11 @@ file = "mods/wavey-capes.pw.toml"
hash = "6b8677362d29aa238f5b74aca85267251d776f2fb764cf792109cdbea7a5aecc"
metafile = true
[[files]]
file = "mods/worldedit.pw.toml"
hash = "719da66ac6adbf00ace4a021f1bfcd6aca271b16caa40629de9e73a79b844905"
metafile = true
[[files]]
file = "options.txt"
hash = "a4d65ebf49ab9677725971ddd59d6ae42aadb1fa808676b884049b871f65e6b4"

@ -0,0 +1,13 @@
name = "WorldEdit"
filename = "worldedit-mod-7.2.12.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "3583d0182a2a5c96d13434ed48ebb29742228174"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3922622
project-id = 225608

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "35c035736507fd3920827f2ebb6a7f8dd223def5ba5a3ea652fb2cd42e225acc"
hash = "12f830235134fec39781aeda15c324999cbd41f0e125eb79df33c5c6aa37640e"
[versions]
forge = "43.2.11"

Loading…
Cancel
Save