-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHardcoreEnderExpansion.cfg
67 lines (45 loc) · 2.55 KB
/
HardcoreEnderExpansion.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Configuration file
client {
# Special text rendering mode for Ender Compendium, smooths out aliasing in Large GUI scale.
I:compendiumSmoothText=0
# Custom music playing in the End dimension and custom Music Discs. If another mod that changes music is installed, HEE music will be disabled. Music download: http://hee-music.chylex.com
B:enableMusic=true
# 0 = enabled on April Fools, 1 = always enabled, 2 = never enabled.
I:hardcoreEnderbaconMode=0
# Removes long delays between vanilla music tracks. If another mod that changes music is installed, the config option will be disabled.
B:removeVanillaDelay=false
}
general {
# List of IMC/API messages, documentation can be found on http://hee-api.chylex.com
S:IMC <
Write your message here
>
# Starting ID of achievements, only change this if there is a conflict.
I:achievementStartId=3500
# Blacklist of items that should not be decomposable or decomposed into. Visit http://hee.chylex.com/config for syntax and examples.
S:decompositionBlacklist=
# Mechanic that allows players to reset the End, may not be desirable on servers.
B:enableTempleCaller=false
# Ender Goo interacts with Water by battling it, this might cause lag from block updates.
B:gooBattlesWater=false
# Only use for debugging, enabling debug logging will have severe impact on game performance!
B:logDebuggingInfo=false
# Additional abilities and increased attributes of mobs in the End, useful for modpacks with powerful weapons and armor.
B:overpoweredMobs=true
# Prevents other mods from changing mobs that spawn in the End.
B:overrideBiomeMobs=false
# Prevents other mods from adding worldgen features to the End.
B:overrideWorldGen=false
# Multiplies spawn weight of Endermen for each overworld biome.
D:overworldEndermanMultiplier=1.0
}
notifications {
# It is highly suggested to keep this option enabled. This will detect broken builds with critical errors that can crash your game. These are usually fixed very quickly, but it is important to notify people who downloaded the broken build.
B:enableBuildCheck=true
# Checks whether a new version for newer Minecraft is available.
B:enableNewerMC=false
# Each update only shows a single report.
B:enableOneReportPerUpdate=false
# Notifies users about new updates. The notifications can be customized with other options. Due to occasional misconceptions: the notifications have no effect on the game performance.
B:enableUpdateNotifications=false
}