config: blueprint
This commit is contained in:
parent
b2dc86ea92
commit
b88fead900
20
config/blueprint-client.toml
Normal file
20
config/blueprint-client.toml
Normal file
@ -0,0 +1,20 @@
|
||||
#Scale for screen shake effects
|
||||
#Range: 0.0 ~ 1.0
|
||||
screenShakeScale = 1.0
|
||||
#Max amount of sources that can contribute to screen shaking, adjustable for performance and preference reasons. 0 will disable the addition of shake sources
|
||||
#Range: > 0
|
||||
maxScreenShakers = 256
|
||||
#Determines if the experimental settings screen should be disabled
|
||||
disableExperimentalSettingsScreen = true
|
||||
|
||||
#Slabfish patron hat settings.
|
||||
[slabfishSettings]
|
||||
#If the slabfish hat should be enabled
|
||||
enabled = false
|
||||
#If the slabfish hat's backpack should be enabled
|
||||
backpackEnabled = false
|
||||
#If the slabfish hat's sweater should be enabled
|
||||
sweaterEnabled = false
|
||||
#If the slabfish hat's custom type should be enabled. If false, the default swamp slabfish appears
|
||||
typeEnabled = false
|
||||
|
11
config/blueprint-common.toml
Normal file
11
config/blueprint-common.toml
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
#The modded biome slice sizes for dimensions
|
||||
#Blueprint's Modded Biome Slice System allows for datapacks and mods to add new biome areas to any dimension
|
||||
#Changing the size values will affect the size of all modded biome areas in their respected dimension
|
||||
#If a slice size isn't a positive integer, it will get ignored and the default slice size will get used instead
|
||||
[modded_biome_slice_sizes]
|
||||
#If the slice size for a dimension isn't defined, this value will get used for that dimension
|
||||
default = 8
|
||||
#For example, the overworld's slice size would be formatted like this
|
||||
"minecraft:overworld" = 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user