init
This commit is contained in:
87
config/subtle_effects/entities.toml
Normal file
87
config/subtle_effects/entities.toml
Normal file
@@ -0,0 +1,87 @@
|
||||
# Don't change this! Version used to track needed updates.
|
||||
version = 0
|
||||
enderPearlTrail = true
|
||||
snowballTrailDensity = 0.2
|
||||
allayMagicDensity = 0.2
|
||||
vexMagicDensity = 0.2
|
||||
sheepShearFluff = true
|
||||
improvedDragonFireballTrail = true
|
||||
commandBlockMinecartParticles = "ON"
|
||||
endCrystalParticles = true
|
||||
minecartLandingSparks = true
|
||||
slimeTrails = true
|
||||
magmaCubeTrails = true
|
||||
replaceSlimeSquishParticles = true
|
||||
replaceSpellCasterParticles = true
|
||||
ironGolemCrackParticles = true
|
||||
spectralArrowParticles = true
|
||||
wardenDeathSoulParticles = true
|
||||
xpBottleParticlesDisplayType = "DEFAULT"
|
||||
xpBottleParticlesDensity = 10
|
||||
|
||||
[attacked]
|
||||
chickenFeathers = true
|
||||
parrotFeathers = true
|
||||
snowGolemSnowflakes = true
|
||||
|
||||
[sleeping]
|
||||
playerSnoreChance = 1.0
|
||||
playerSnoreSoundVolume = 0.0
|
||||
playersHaveSleepingZs = true
|
||||
villagerSnoreChance = 1.0
|
||||
villagerSnoreSoundVolume = 1.0
|
||||
villagersHaveSleepingZs = true
|
||||
foxesHaveSleepingZs = true
|
||||
batsHaveSleepingZs = true
|
||||
catsHaveSleepingZs = true
|
||||
otherMobsHaveSleepingZs = true
|
||||
displaySleepingZsOnlyWhenSnoring = false
|
||||
adjustNameTagWhenSleeping = true
|
||||
|
||||
[humanoids]
|
||||
drowningBubbles = "DEFAULT"
|
||||
drowningBubblesDensity = 10
|
||||
|
||||
[humanoids.frostyBreath]
|
||||
displayType = "OFF"
|
||||
alpha = 0.5
|
||||
waitTime = 60
|
||||
seasons = "OFF"
|
||||
|
||||
[humanoids.player]
|
||||
stomachGrowlingThreshold = 6
|
||||
stomachGrowlingVolume = 1.0
|
||||
heartBeatingThreshold = 6
|
||||
heartbeatVolume = 1.0
|
||||
|
||||
[dustClouds]
|
||||
scale = 2.0
|
||||
alpha = 1.0
|
||||
playerFell = false
|
||||
playerRunning = false
|
||||
playerRunningRequiresSpeed = false
|
||||
mobFell = false
|
||||
mobRunning = false
|
||||
landMaceAttack = false
|
||||
preventWhenRaining = false
|
||||
|
||||
[burning]
|
||||
smoke = "DEFAULT"
|
||||
flames = true
|
||||
sparks = true
|
||||
sounds = true
|
||||
|
||||
[itemRarity]
|
||||
particlesDisplayType = "OFF"
|
||||
particleColor = "NAME_COLOR"
|
||||
mixedColorName = true
|
||||
particleMaxHeight = 1.0
|
||||
particleMaxSpeed = 1.0
|
||||
particleDensity = 1.0
|
||||
|
||||
[explosives]
|
||||
tntUpdateSmoke = true
|
||||
tntFlames = true
|
||||
tntSparks = true
|
||||
creeperSmoke = "UPDATED"
|
||||
creeperSparks = true
|
||||
Reference in New Issue
Block a user