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: minecraft/config/RandomThings.cfg
+36-36Lines changed: 36 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
# Configuration file
2
2
3
3
blocks {
4
-
B:BloodmoonSensor=true
5
-
B:DyeingMachine=true
6
-
B:EnderEnergyDistributor=true
7
-
B:EnergyDistributor=true
8
-
B:FertilizedDirt=true
9
-
B:FluidDisplay=true
10
-
B:ItemCollector=true
11
-
B:LapisLamp=true
12
-
B:MoonSensor=true
13
-
B:NotificationInterface=true
14
-
B:OnlineDetector=true
15
-
B:PlayerInterface=true
16
-
B:SpectreGlass=true
17
-
B:WirelessLever=true
4
+
B:BloodmoonSensor=false
5
+
B:DyeingMachine=false
6
+
B:EnderEnergyDistributor=false
7
+
B:EnergyDistributor=false
8
+
B:FertilizedDirt=false
9
+
B:FluidDisplay=false
10
+
B:ItemCollector=false
11
+
B:LapisLamp=false
12
+
B:MoonSensor=false
13
+
B:NotificationInterface=false
14
+
B:OnlineDetector=false
15
+
B:PlayerInterface=false
16
+
B:SpectreGlass=false
17
+
B:WirelessLever=false
18
18
}
19
19
20
20
@@ -24,25 +24,25 @@ dungeonloot {
24
24
25
25
26
26
items {
27
-
B:BiomePainter=true
28
-
B:BiomeSolution=true
29
-
B:Bloodstone=true
30
-
B:CreativeChestGenerator=true
31
-
B:CreativeGrower=true
32
-
B:CreativeSword=true
33
-
B:DropFilter=true
34
-
B:EnderLetter=true
35
-
B:Ginto=true
36
-
B:Imbues=true
37
-
B:MagneticForce=true
38
-
B:OpSpectreKey=true
39
-
B:SoundRecorder=true
40
-
B:SpectreArmor=true
41
-
B:SpectreKey=true
42
-
B:SpectreSword=true
43
-
B:SpiritBinder=true
44
-
B:VoidStone=true
45
-
B:Whitestone=true
27
+
B:BiomePainter=false
28
+
B:BiomeSolution=false
29
+
B:Bloodstone=false
30
+
B:CreativeChestGenerator=false
31
+
B:CreativeGrower=false
32
+
B:CreativeSword=false
33
+
B:DropFilter=false
34
+
B:EnderLetter=false
35
+
B:Ginto=false
36
+
B:Imbues=false
37
+
B:MagneticForce=false
38
+
B:OpSpectreKey=false
39
+
B:SoundRecorder=false
40
+
B:SpectreArmor=false
41
+
B:SpectreKey=false
42
+
B:SpectreSword=false
43
+
B:SpiritBinder=false
44
+
B:VoidStone=false
45
+
B:Whitestone=false
46
46
}
47
47
48
48
@@ -70,7 +70,7 @@ settings {
70
70
B:BloodMoonBlackFog=true
71
71
72
72
# The chance of a bloodmoon happening (0=Never;1=Every night;0.05=5% of all nights)
73
-
D:BloodMoonChance=0.05
73
+
D:BloodMoonChance=0.0005
74
74
75
75
# Whether players are NOT allowed to sleep during a bloodmoon
76
76
B:BloodMoonNoSleep=true
@@ -88,7 +88,7 @@ settings {
88
88
I:BloodMoonSpawnLimitMult=3
89
89
90
90
# How close can enemys spawn next to the player on a bloodmoon in blocks? (Vanilla=24)
91
-
I:BloodMoonSpawnRange=3
91
+
I:BloodMoonSpawnRange=12
92
92
93
93
# How much faster enemys spawn on a bloodmoon (0=Vanilla)
94
94
I:BloodMoonSpawnSpeed=3
@@ -152,7 +152,7 @@ vanillachanges {
152
152
B:ModifiedBackgrounds=true
153
153
154
154
# When you throw something or shoot an arrow the motion of the player will be added to the motion of the projectile
155
-
B:ThrowableMotion=false
155
+
B:ThrowableMotion=true
156
156
157
157
# If this is not empty the options background will not be random but the one specified here. This has to be a Resource Location, for more information visit the Curse Forge Page of Custom Backgrounds
0 commit comments