Update .gitignore and configuration files: Added crash-reports directory to .gitignore, modified Quark configuration files to clarify comments and remove outdated settings, and deleted obsolete mod files to optimize server performance.
This commit is contained in:
@@ -19,15 +19,10 @@
|
||||
"Enable Onboarding" = true
|
||||
#The amount of slots the chest button system should seek when trying to figure out if a container should be eligible for them.
|
||||
"Chest Button Slot Target" = 27
|
||||
#Set this to false to not generate the Quark Programmer Art resource pack
|
||||
#Set this to false to not show the Quark Programmer Art resource pack in the resource pack selection screen
|
||||
"Generate Programmer Art" = true
|
||||
#If 'true' and TerraBlender is present, Quark will add a TerraBlender region. The region will contain vanilla biomes and the Glimmering Weald.
|
||||
"Terrablender Add Region" = true
|
||||
#Quark will set this weight for its TerraBlender region.
|
||||
"Terrablender Region Weight" = 1
|
||||
#If 'true', Quark will modify the `minecraft:overworld` MultiNoiseBiomeSourceParameterList preset, even when Terrablender is installed.
|
||||
#This will have various knock-on effects but might make the Weald more common, or appear closer to modded biomes. Who knows?
|
||||
"Terrablender Modify Vanilla Anyway" = false
|
||||
#Set this to false to prevent Quark from ever disabling any vanilla data files. This will break certain modules, so only do this if you know what you're doing!
|
||||
"Quark V D O" = true
|
||||
|
||||
[general.chest_button_offsets]
|
||||
"Player X" = 0
|
||||
@@ -1138,7 +1133,7 @@
|
||||
#Chance for logs to spawn on water
|
||||
"On Water Chance" = 0.1
|
||||
"Sparse Biome Rarity" = 12
|
||||
#Tags that define which biomes can have which wood types
|
||||
#Tags that define which biomes can have which wood types. These are all biome tags under the Quark namespace
|
||||
"Biome Tags" = ["has_fallen_acacia=minecraft:acacia_log", "has_fallen_birch=minecraft:birch_log", "has_fallen_cherry=minecraft:cherry_log", "has_fallen_dark_oak=minecraft:dark_oak_log", "has_fallen_jungle=minecraft:jungle_log", "has_fallen_mangrove=minecraft:mangrove_log", "has_fallen_oak=minecraft:oak_log", "has_fallen_spruce=minecraft:spruce_log"]
|
||||
|
||||
[world.fallen_logs.dimensions]
|
||||
|
||||
Reference in New Issue
Block a user