Skip to content

Commit 3b63a2f

Browse files
committed
Fix cfg
1 parent 70c41f2 commit 3b63a2f

File tree

2 files changed

+148
-148
lines changed

2 files changed

+148
-148
lines changed

overrides/config/aquaacrobatics.cfg

Lines changed: 146 additions & 146 deletions
Original file line numberDiff line numberDiff line change
@@ -1,146 +1,146 @@
1-
# Configuration file
2-
3-
general {
4-
# STANDARD - The player will occasionally be pushed out of certain spaces. Collisions are evaluated for full cubes only, non-full cubes are ignored. This is the default behavior up to Minecraft 1.12.
5-
# APPROXIMATE - The player can move into more spaces, but will still be pushed out of some. Collisions are evaluated for full cubes only, non-full cubes are ignored.
6-
# EXACT - The player can move into all spaces as expected. Collisions are evaluated for all types of cubes. This is the default behavior in Minecraft 1.13 and onwards.
7-
# Valid values:
8-
# STANDARD
9-
# APPROXIMATE
10-
# EXACT
11-
S:"Push Player Out Of Blocks"=APPROXIMATE
12-
13-
##########################################################################################################
14-
# blocks
15-
#--------------------------------------------------------------------------------------------------------#
16-
# Block-related config options (must match server).
17-
##########################################################################################################
18-
19-
blocks {
20-
# Make water only reduce light level by 1 per Y-level, instead of 3.
21-
B:"Brighter Water"=true
22-
23-
# Use the new water rendering in 1.13+.
24-
B:"New Water"=true
25-
26-
# Use the new fog rendering in 1.13+.
27-
B:"New Water Fog"=true
28-
29-
# Allow seagrass to generate in the world.
30-
B:Seagrass=false
31-
}
32-
33-
##########################################################################################################
34-
# movement
35-
#--------------------------------------------------------------------------------------------------------#
36-
# Movement related config options.
37-
##########################################################################################################
38-
39-
movement {
40-
# Taking off with an elytra from the ground is now far easier like in Minecraft 1.15 and onwards.
41-
B:"Easy Elytra Takeoff"=false
42-
43-
# Enables crawling to prevent suffocation. Note that if you disable this there will probably be behavioral differences from 1.13.
44-
B:"Enable Crawling"=true
45-
46-
# Enables a keybind to toggle crawling.
47-
B:"Enable Toggle Crawling"=false
48-
49-
# Allow climbing vines and climbing by pressing jump.
50-
B:"New Climbing Behavior"=false
51-
52-
# Modify projectile behavior to be closer to that of newer versions (fixes MC-73884 and allows bubble columns to work with ender pearls).
53-
B:"New Projectile Behavior"=false
54-
55-
# Prevent sprinting from being triggered by double tapping the walk forward key.
56-
B:"No Double Tab Sprinting"=false
57-
58-
# Enables sprinting to the left and right.
59-
B:"Sideways Sprinting"=false
60-
61-
# Enables swimming to the left and right.
62-
B:"Sideways Swimming"=false
63-
}
64-
65-
##########################################################################################################
66-
# miscellaneous
67-
#--------------------------------------------------------------------------------------------------------#
68-
# Config options for various features of the mod.
69-
##########################################################################################################
70-
71-
miscellaneous {
72-
# Enable bubble columns.
73-
B:"Bubble Columns"=true
74-
75-
# Allows overriding the water and fog colors for a biome. Specify each entry like this (without quotes) - 'modname:biome,color,fogcolor'
76-
S:"Custom Biome Water Colors" <
77-
>
78-
79-
# Animate eating in third-person view.
80-
B:"Eating Animation"=true
81-
82-
# Whether or not items should float in water like in 1.13+.
83-
B:"Floating Items"=true
84-
85-
# Replenish air slowly when out of water instead of immediately.
86-
B:"Replenish Air Slowly"=true
87-
88-
# Parrots no longer leave the players shoulders as easily, instead the player needs to press the sneak key.
89-
B:"Sneaking Dismounts Parrots"=true
90-
91-
# List of WorldProviders in which fog should be disabled.
92-
S:"WorldProvider Fog Blacklist" <
93-
thebetweenlands.common.world.WorldProviderBetweenlands
94-
>
95-
}
96-
97-
##########################################################################################################
98-
# integration
99-
#--------------------------------------------------------------------------------------------------------#
100-
# Control compatibility settings for individual mods.
101-
##########################################################################################################
102-
103-
integration {
104-
# Only applies when the mod is installed. Disable when there are issues with the mod.
105-
B:"Applied Energistics 2 Integration"=true
106-
107-
# Only applies when the mod is installed. Disable when there are issues with the mod.
108-
B:"ArtemisLib Integration"=true
109-
110-
# Only applies when the mod is installed. Disable when there are issues with the mod.
111-
B:"Betweenlands Integration"=true
112-
113-
# Only applies when the mod is installed. Disable when there are issues with the mod.
114-
B:"Chiseled Me Integration"=true
115-
116-
# Only applies when the mod is installed. Disable when there are issues with the mod.
117-
B:"Ender IO Integration"=true
118-
119-
# Only applies when the mod is installed. Disable when there are issues with the mod.
120-
B:"Hats Integration"=true
121-
122-
# Only applies when the mod is installed. Disable when there are issues with the mod.
123-
B:"Mo' Bends Integration"=true
124-
125-
# Only applies when the mod is installed. Disable when there are issues with the mod.
126-
B:"Morph Integration"=true
127-
128-
# Only applies when the mod is installed. Disable when there are issues with the mod.
129-
B:"Random Patches Integration"=true
130-
131-
# Only applies when the mod is installed. Disable when there are issues with the mod.
132-
B:"Thaumic Augmentation Integration"=true
133-
134-
# Only applies when the mod is installed. Disable when there are issues with the mod.
135-
B:"Trinkets and Baubles Integration"=true
136-
137-
# Only applies when the mod is installed. Disable when there are issues with the mod.
138-
B:"Wings Integration"=true
139-
140-
# Only applies when the mod is installed. Disable when there are issues with the mod.
141-
B:"Witchery: Resurrected Integration"=true
142-
}
143-
144-
}
145-
146-
1+
# Configuration file
2+
3+
general {
4+
# STANDARD - The player will occasionally be pushed out of certain spaces. Collisions are evaluated for full cubes only, non-full cubes are ignored. This is the default behavior up to Minecraft 1.12.
5+
# APPROXIMATE - The player can move into more spaces, but will still be pushed out of some. Collisions are evaluated for full cubes only, non-full cubes are ignored.
6+
# EXACT - The player can move into all spaces as expected. Collisions are evaluated for all types of cubes. This is the default behavior in Minecraft 1.13 and onwards.
7+
# Valid values:
8+
# STANDARD
9+
# APPROXIMATE
10+
# EXACT
11+
S:"Push Player Out Of Blocks"=APPROXIMATE
12+
13+
##########################################################################################################
14+
# blocks
15+
#--------------------------------------------------------------------------------------------------------#
16+
# Block-related config options (must match server).
17+
##########################################################################################################
18+
19+
blocks {
20+
# Make water only reduce light level by 1 per Y-level, instead of 3.
21+
B:"Brighter Water"=true
22+
23+
# Use the new water rendering in 1.13+.
24+
B:"New Water"=true
25+
26+
# Use the new fog rendering in 1.13+.
27+
B:"New Water Fog"=true
28+
29+
# Allow seagrass to generate in the world.
30+
B:Seagrass=false
31+
}
32+
33+
##########################################################################################################
34+
# movement
35+
#--------------------------------------------------------------------------------------------------------#
36+
# Movement related config options.
37+
##########################################################################################################
38+
39+
movement {
40+
# Taking off with an elytra from the ground is now far easier like in Minecraft 1.15 and onwards.
41+
B:"Easy Elytra Takeoff"=false
42+
43+
# Enables crawling to prevent suffocation. Note that if you disable this there will probably be behavioral differences from 1.13.
44+
B:"Enable Crawling"=true
45+
46+
# Enables a keybind to toggle crawling.
47+
B:"Enable Toggle Crawling"=false
48+
49+
# Allow climbing vines and climbing by pressing jump.
50+
B:"New Climbing Behavior"=false
51+
52+
# Modify projectile behavior to be closer to that of newer versions (fixes MC-73884 and allows bubble columns to work with ender pearls).
53+
B:"New Projectile Behavior"=false
54+
55+
# Prevent sprinting from being triggered by double tapping the walk forward key.
56+
B:"No Double Tab Sprinting"=false
57+
58+
# Enables sprinting to the left and right.
59+
B:"Sideways Sprinting"=false
60+
61+
# Enables swimming to the left and right.
62+
B:"Sideways Swimming"=false
63+
}
64+
65+
##########################################################################################################
66+
# miscellaneous
67+
#--------------------------------------------------------------------------------------------------------#
68+
# Config options for various features of the mod.
69+
##########################################################################################################
70+
71+
miscellaneous {
72+
# Enable bubble columns.
73+
B:"Bubble Columns"=true
74+
75+
# Allows overriding the water and fog colors for a biome. Specify each entry like this (without quotes) - 'modname:biome,color,fogcolor'
76+
S:"Custom Biome Water Colors" <
77+
>
78+
79+
# Animate eating in third-person view.
80+
B:"Eating Animation"=false
81+
82+
# Whether or not items should float in water like in 1.13+.
83+
B:"Floating Items"=false
84+
85+
# Replenish air slowly when out of water instead of immediately.
86+
B:"Replenish Air Slowly"=true
87+
88+
# Parrots no longer leave the players shoulders as easily, instead the player needs to press the sneak key.
89+
B:"Sneaking Dismounts Parrots"=true
90+
91+
# List of WorldProviders in which fog should be disabled.
92+
S:"WorldProvider Fog Blacklist" <
93+
thebetweenlands.common.world.WorldProviderBetweenlands
94+
>
95+
}
96+
97+
##########################################################################################################
98+
# integration
99+
#--------------------------------------------------------------------------------------------------------#
100+
# Control compatibility settings for individual mods.
101+
##########################################################################################################
102+
103+
integration {
104+
# Only applies when the mod is installed. Disable when there are issues with the mod.
105+
B:"Applied Energistics 2 Integration"=true
106+
107+
# Only applies when the mod is installed. Disable when there are issues with the mod.
108+
B:"ArtemisLib Integration"=true
109+
110+
# Only applies when the mod is installed. Disable when there are issues with the mod.
111+
B:"Betweenlands Integration"=true
112+
113+
# Only applies when the mod is installed. Disable when there are issues with the mod.
114+
B:"Chiseled Me Integration"=true
115+
116+
# Only applies when the mod is installed. Disable when there are issues with the mod.
117+
B:"Ender IO Integration"=true
118+
119+
# Only applies when the mod is installed. Disable when there are issues with the mod.
120+
B:"Hats Integration"=true
121+
122+
# Only applies when the mod is installed. Disable when there are issues with the mod.
123+
B:"Mo' Bends Integration"=true
124+
125+
# Only applies when the mod is installed. Disable when there are issues with the mod.
126+
B:"Morph Integration"=true
127+
128+
# Only applies when the mod is installed. Disable when there are issues with the mod.
129+
B:"Random Patches Integration"=true
130+
131+
# Only applies when the mod is installed. Disable when there are issues with the mod.
132+
B:"Thaumic Augmentation Integration"=true
133+
134+
# Only applies when the mod is installed. Disable when there are issues with the mod.
135+
B:"Trinkets and Baubles Integration"=true
136+
137+
# Only applies when the mod is installed. Disable when there are issues with the mod.
138+
B:"Wings Integration"=true
139+
140+
# Only applies when the mod is installed. Disable when there are issues with the mod.
141+
B:"Witchery: Resurrected Integration"=true
142+
}
143+
144+
}
145+
146+

overrides/config/stellar_core.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ general {
336336

337337
# (Client Performance | Experimental) An feature that uses parallel loading of texture files, improved game loading speed.
338338
# If you get a crash when installing with VintageFix, turn this feature off, or turn off the mixins.texturemap option for VintageFix.
339-
B:ParallelTextureLoad=false
339+
B:ParallelTextureLoad=true
340340

341341
# (Client Performance) Improving PropertyEnum#hashCode Performance with hashCode cache.
342342
B:PropertyEnumHashCodeCache=true
@@ -447,7 +447,7 @@ general {
447447
ctm {
448448
# (Client Performance | Experimental) A feature that loads CTM's Metadata data faster (~60%) using parallelStream,
449449
# usually with few conflict issues. If enabling this feature causes a problem, please report it immediately.
450-
B:TextureMetadataHandlerImprovements=false
450+
B:TextureMetadataHandlerImprovements=true
451451
}
452452

453453
cucumber {

0 commit comments

Comments
 (0)