This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Configuration file
"client only" {
# Whether or not to spawn particles when wearing an enderman skull [default: true]
B:DisplaySkullParticles=true
}
general {
# When the game decides to spawn an Evolved Enderman, what is the max that should spawn in the group? [range: 1 ~ 4, default: 2]
I:EndermanMaxSpawnPerGroup=2
# Allow Evolved Enderman to spawn at any light level [default: true]
B:EndermanSpawnIgnoreLightLevel=true
# Probability Evolved Enderman will spawn when game deicdes to spawn a mob [range: 1 ~ 10, default: 3]
I:EndermanSpawnProbability=3
# When the game decides to spawn a Frienderman, what is the max that should spawn in the group? [range: 1 ~ 4, default: 2]
I:FriendermanMaxSpawnPerGroup=2
# Probability Frienderman will spawn when game deicdes to spawn a mob [range: 1 ~ 10, default: 3]
I:FrindermanSpawnProbability=3
}