You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/CQR/cqrepoured.cfg
+9-23Lines changed: 9 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -36,34 +36,19 @@ general {
36
36
# When enabled and a flying entity is hit by a cqr lightning it gets extra damage.
37
37
B:flyingCowardPenaltyEnabled=true
38
38
I:generationLimit=20000
39
-
40
-
# Min: 0
41
-
# Max: 1024
42
39
D:generationMinDistanceToOtherStructure=64.0
43
40
44
-
# Enable/Disable checking for nearby vanilla structures before spawning a dungeon.
41
+
# Enable/Disable checking for nearby vanilla structures before spawning a dungeon. In the dungeon configs you can define which structures will prevent a dungeon from generating.
45
42
B:generationRespectOtherStructures=true
46
-
47
-
# The amount of milliseconds each dungeon is allowed to consume per tick during generation.
48
-
# Min: 1
49
-
# Max: 1024
50
43
I:generationSpeed=20
51
44
52
45
# When disable all light updates are delayed until the dungeon is generated which is usually a lot faster. (When Phosphor is installed this has no effect and light updates are processed immediately)
53
46
B:instantLightUpdates=false
54
-
55
-
# Only render the nearest 'limitEntityRenderingCount' amount of CQR entities. Bosses will be rendered normally.
56
47
B:limitEntityRendering=false
57
-
58
-
# The maximum amount of entities that get rendered.
59
-
# Min: 8
60
-
# Max: 256
61
48
I:limitEntityRenderingCount=64
62
49
63
50
# Enable/Disable multithreaded dungeon preparation. When enabled the calculations to prepare a dungeon for generation are done on another thread.
64
51
B:multithreadedDungeonPreparation=true
65
-
66
-
# When enabled overwrites the amount of chunks a ticket can keep loaded when generating/exporting dungeons.
67
52
B:overwriteForgeChunkLoadingLimit=true
68
53
69
54
# When enabled, the number or health of enemies in a dungeon scales up in multiplayer by (player count in dungeon region -1) * entityCountGrowPerPlayer
@@ -73,11 +58,9 @@ general {
73
58
B:skipHiddenEntityRendering=true
74
59
75
60
# It raytraces from the eyes of the player to the eyes of the mob and the other way around. Then it compares the positions that were hit and only renders the entity when no block was hit or the distance between both points is lower than this setting. This setting has no effect when Entity Culling is installed.
76
-
# Min: 0
77
-
# Max: 256
61
+
# Min: 0.0
62
+
# Max: 256.0
78
63
I:skipHiddenEntityRenderingDiff=16
79
-
80
-
# Blocks which will be saved in an extra part when exporting a structure which otherwise might not be placed correctly.
81
64
S:specialBlocks <
82
65
minecraft:bed
83
66
minecraft:wooden_door
@@ -105,8 +88,6 @@ general {
105
88
minecraft:boat
106
89
>
107
90
B:structureImportMode=false
108
-
109
-
# If activated, it will try to avoid generating the same structure of a dungeon type again and again.
0 commit comments