config: misc

This commit is contained in:
Snogard 2025-02-10 07:21:05 +01:00
parent a5ca2b7a85
commit 9a5b3d6a6f
9 changed files with 40 additions and 38 deletions

View File

@ -1,8 +0,0 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Sat Feb 08 02:07:20 CET 2025
colorSpace=SRGB
disableUpdateMessage=false
enableDebugOptions=false
maxShadowRenderDistance=32
shaderPack=
enableShaders=true

View File

@ -1,7 +1,7 @@
#Packet Fixer config file.
#Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 2097152 and varInt21Size 3.
#Max values are 2147483647 for packetSize/decoderSize/varInt21 and 9223372036854775807 for nbtMaxSize.
#Sat Feb 08 02:07:14 CET 2025
#Mon Feb 10 06:28:13 CET 2025
nbtMaxSize=209715200
utfSize=32767
decoderSize=838860800

View File

@ -197,8 +197,8 @@
[building.leaf_carpet]
#This feature disables itself if any of the following mods are loaded:
# - immersive_weathering
# - woodworks
# - immersive_weathering
#This is done to prevent content overlap.
#You can turn this on to force the feature to be loaded even if the above mods are also loaded.
"Ignore Anti Overlap" = false
@ -237,8 +237,8 @@
#Allowed values: [0,1]
"Fall Damage Multiplier" = 0.5
#This feature disables itself if any of the following mods are loaded:
# - environmental
# - goated
# - environmental
#This is done to prevent content overlap.
#You can turn this on to force the feature to be loaded even if the above mods are also loaded.
"Ignore Anti Overlap" = false
@ -246,8 +246,8 @@
[building.variant_bookshelves]
"Change Names" = true
#This feature disables itself if any of the following mods are loaded:
# - woodster
# - woodworks
# - woodster
#This is done to prevent content overlap.
#You can turn this on to force the feature to be loaded even if the above mods are also loaded.
"Ignore Anti Overlap" = false
@ -266,8 +266,8 @@
[building.variant_ladders]
"Change Names" = true
#This feature disables itself if any of the following mods are loaded:
# - woodster
# - woodworks
# - woodster
#This is done to prevent content overlap.
#You can turn this on to force the feature to be loaded even if the above mods are also loaded.
"Ignore Anti Overlap" = false

View File

@ -1,43 +1,43 @@
#General Settings
[general]
#Power requirement for Heat exchanger blocks
#Range: 0 ~ 1000
multiblock_crafter_heat_cost = 0
#Power requirement for Frame blocks
#Range: 0 ~ 1000
multiblock_crafter_frame_cost = 0
#Power requirement for Storage blocks
#Power requirement for Heat exchanger blocks
#Range: 0 ~ 1000
multiblock_crafter_storage_cost = 10
multiblock_crafter_heat_cost = 0
#Power requirement for Crafting Cpu blocks
#Range: 0 ~ 1000
multiblock_crafter_cpu_cost = 5
#Power requirement for Storage blocks
#Range: 0 ~ 1000
multiblock_crafter_storage_cost = 10
#Multiblock Settings
[multiblock]
#Range: 0 ~ 100000
advanced_wireless_transmitter_cost = 100
#Maximum Z size
#Range: 3 ~ 64
multiblock_crafter_max_z = 16
#Maximum Y size
#Range: 3 ~ 64
multiblock_crafter_max_y = 16
#Maximum X size
#Range: 3 ~ 64
multiblock_crafter_max_x = 16
#Range: > 0
advanced_wireless_transmitter_range = 1000
#Maximum Z size
#Range: 3 ~ 64
multiblock_crafter_min_z = 3
#Maximum Y size
#Range: 3 ~ 64
multiblock_crafter_min_y = 3
multiblock_crafter_max_y = 16
#Maximum Z size
#Range: 3 ~ 64
multiblock_crafter_max_z = 16
#Maximum X size
#Range: 3 ~ 64
multiblock_crafter_min_x = 3
#Maximum Y size
#Range: 3 ~ 64
multiblock_crafter_min_y = 3
#Maximum Z size
#Range: 3 ~ 64
multiblock_crafter_min_z = 3
#Range: > 0
advanced_wireless_transmitter_range = 1000
#Range: 0 ~ 100000
advanced_wireless_transmitter_cost = 100
#Range: 0 ~ 100000
advanced_wireless_transmitter_range_booster_range = 500

View File

@ -0,0 +1,10 @@
#Whether to log the dirt block on common setup
logDirtBlock = true
#A magic number
#Range: > 0
magicNumber = 42
#What you want the introduction message to be for the magic number
magicNumberIntroduction = "The magic number is... "
#A list of items to log on common setup.
items = ["minecraft:iron_ingot"]

2
config/reliquary-common.toml Executable file → Normal file
View File

@ -382,7 +382,7 @@ mobDropsEnabled = true
#The flat failure rate in case failure rate isn't influenced by player's level
#Range: 0 ~ 100
flatStealFailurePercentRate = 100
#If set to false it goes through additional 4 accessible slots and looks for items in case the one selected randomly was empty
#If set to false it goes through additi0onal 4 accessible slots and looks for items in case the one selected randomly was empty
stealFromVacantSlots = true
#Whether stealing from an empty slot triggers failure even if otherwise it would be successful
failStealFromVacantSlots = false

View File

@ -4,7 +4,7 @@
"validator": {
"uuids": [],
"if": {
"password": "a0df2617-1455-4a74-a6b0-dd2fa1a2d635",
"password": "0bd5c9ae-def3-49fd-b133-70fefc26c555",
"type": "password"
},
"type": "if"

6
config/sebastrnlib-client.toml Executable file → Normal file
View File

@ -1,3 +1,3 @@
#Display a thank you message at spawn?
sayThanksMessage = false
#Display a thank you message at spawn?
sayThanksMessage = false

View File

@ -4,7 +4,7 @@
#Range: 0 ~ 1200
hideDelay = 0
#Put the mana bar above the food/health bar (true) or else put it below (false).
guiAboveFood = false
guiAboveFood = true
#Put the mana bar next to the health bar (true) or else leave it next to the food bar (false).
guiByHealth = true
#The mana bar icons jitter when your current mana is low (true) or else the icons always stay put (false).