Add + configure particle mods
* Particle rain * Subtle effects * Particular
This commit is contained in:
parent
a80922afaa
commit
445f142429
|
|
@ -428,6 +428,21 @@
|
||||||
},
|
},
|
||||||
"path": "mods/Sounds-2.2.1+1.20.1+forge.jar"
|
"path": "mods/Sounds-2.2.1+1.20.1+forge.jar"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"downloads": [
|
||||||
|
"https://cdn.modrinth.com/data/4q8UOK1d/versions/Z32TASNa/SubtleEffects-forge-1.20.1-1.12.1.jar"
|
||||||
|
],
|
||||||
|
"env": {
|
||||||
|
"client": "required",
|
||||||
|
"server": "required"
|
||||||
|
},
|
||||||
|
"fileSize": 3097715,
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "ef765c05c9283e05f080b4c280b4bb48887b0ad4",
|
||||||
|
"sha512": "1c91dee9656692689ebf59b7088f26e5be80dc1a59a7ef17b7e2c49b8cd528d19b6b4f8a65b7860ec9c7cd5900822de8b08a9ecfee1b93435e018ae57c4bc897"
|
||||||
|
},
|
||||||
|
"path": "mods/SubtleEffects-forge-1.20.1-1.12.1.jar"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"downloads": [
|
"downloads": [
|
||||||
"https://cdn.modrinth.com/data/rxIIYO6c/versions/FGU09YgL/TConstruct-1.20.1-3.10.2.92.jar"
|
"https://cdn.modrinth.com/data/rxIIYO6c/versions/FGU09YgL/TConstruct-1.20.1-3.10.2.92.jar"
|
||||||
|
|
@ -1268,6 +1283,36 @@
|
||||||
},
|
},
|
||||||
"path": "mods/nyfsspiders-forge-1.20.1-2.1.1.jar"
|
"path": "mods/nyfsspiders-forge-1.20.1-2.1.1.jar"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"downloads": [
|
||||||
|
"https://cdn.modrinth.com/data/nrikgvxm/versions/5GKT9zMT/particlerain-4.0.0-alpha.3%2B1.20.1-forge.jar"
|
||||||
|
],
|
||||||
|
"env": {
|
||||||
|
"client": "required",
|
||||||
|
"server": "unsupported"
|
||||||
|
},
|
||||||
|
"fileSize": 726154,
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "3ed8b4abca91bde2b8823b4d30473e3d3d5d9c9b",
|
||||||
|
"sha512": "35dff190a89268bb1fd4fecb1be8b6ba53ff21ca81b2b088b3dd3cb8da3a35f3e5cd8ebb6e06f647a3fbc690e20d6e7d7a880bc0f1c9f064a5cbfcf7325af087"
|
||||||
|
},
|
||||||
|
"path": "mods/particlerain-4.0.0-alpha.3+1.20.1-forge.jar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"downloads": [
|
||||||
|
"https://cdn.modrinth.com/data/pYFUU6cq/versions/xwypRJhE/particular-1.20.1-Forge-1.2.7.jar"
|
||||||
|
],
|
||||||
|
"env": {
|
||||||
|
"client": "required",
|
||||||
|
"server": "unsupported"
|
||||||
|
},
|
||||||
|
"fileSize": 420332,
|
||||||
|
"hashes": {
|
||||||
|
"sha1": "db04a6b14b7fb219701c50907986384bca363298",
|
||||||
|
"sha512": "bc77427bd5d3e09196b3d043fed524b765d2fd2d7ee21e5104fb9a6dcdaeb5d8e4854a0853db828b245827631f0f4bc95b2bc6c194abe232f087f3db8a0b173c"
|
||||||
|
},
|
||||||
|
"path": "mods/particular-1.20.1-Forge-1.2.7.jar"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"downloads": [
|
"downloads": [
|
||||||
"https://cdn.modrinth.com/data/awAq0lbu/versions/I4zGB3WZ/paxelsfordummies-0.1.0%2Bmc1.20.1-forge.jar"
|
"https://cdn.modrinth.com/data/awAq0lbu/versions/I4zGB3WZ/paxelsfordummies-0.1.0%2Bmc1.20.1-forge.jar"
|
||||||
|
|
|
||||||
363
overrides/config/defaultoptions/extra/config/particlerain.json
Normal file
363
overrides/config/defaultoptions/extra/config/particlerain.json
Normal file
|
|
@ -0,0 +1,363 @@
|
||||||
|
{
|
||||||
|
"configVersion": 3,
|
||||||
|
"perf": {
|
||||||
|
"maxParticleAmount": 1500,
|
||||||
|
"particleDensity": 85,
|
||||||
|
"particleStormDensity": 150,
|
||||||
|
"particleDistance": 16
|
||||||
|
},
|
||||||
|
"sound": {
|
||||||
|
"doRainSounds": true,
|
||||||
|
"doSnowSounds": true,
|
||||||
|
"doWindSounds": true
|
||||||
|
},
|
||||||
|
"wind": {
|
||||||
|
"strength": 0.4,
|
||||||
|
"strengthVariance": 0.3,
|
||||||
|
"gustFrequency": 0.2,
|
||||||
|
"modulationSpeed": 0.04
|
||||||
|
},
|
||||||
|
"compat": {
|
||||||
|
"renderDefaultWeather": false,
|
||||||
|
"doDefaultSplashing": false,
|
||||||
|
"waterTint": true,
|
||||||
|
"tintMix": 0.6,
|
||||||
|
"shaderpackTint": true,
|
||||||
|
"yLevelWindAdjustment": true,
|
||||||
|
"syncRegistries": true,
|
||||||
|
"crossBiomeBorder": false,
|
||||||
|
"useHeightmapTemp": true,
|
||||||
|
"canSpawnAboveClouds": true
|
||||||
|
},
|
||||||
|
"customParticles": [
|
||||||
|
{
|
||||||
|
"id": "rain",
|
||||||
|
"enabled": true,
|
||||||
|
"density": 1.0,
|
||||||
|
"precipitation": [
|
||||||
|
"RAIN"
|
||||||
|
],
|
||||||
|
"biomeWhitelist": false,
|
||||||
|
"biomeList": [],
|
||||||
|
"blockWhitelist": true,
|
||||||
|
"blockList": [],
|
||||||
|
"onGround": false,
|
||||||
|
"gravity": 0.9,
|
||||||
|
"windStrength": 0.5,
|
||||||
|
"stormWindStrength": 1.0,
|
||||||
|
"rotationAmount": 0.0,
|
||||||
|
"lifetime": 3000,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"size": 1.5,
|
||||||
|
"constantScreenSize": false,
|
||||||
|
"renderType": "TRANSLUCENT",
|
||||||
|
"spriteLocations": [
|
||||||
|
"particlerain:rain_0",
|
||||||
|
"particlerain:rain_1",
|
||||||
|
"particlerain:rain_2",
|
||||||
|
"particlerain:rain_3"
|
||||||
|
],
|
||||||
|
"tintType": "WATER",
|
||||||
|
"customTint": -16777216,
|
||||||
|
"rotationType": "RELATIVE_VELOCITY"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "snow",
|
||||||
|
"enabled": true,
|
||||||
|
"density": 0.4,
|
||||||
|
"precipitation": [
|
||||||
|
"SNOW"
|
||||||
|
],
|
||||||
|
"biomeWhitelist": false,
|
||||||
|
"biomeList": [],
|
||||||
|
"blockWhitelist": true,
|
||||||
|
"blockList": [],
|
||||||
|
"onGround": false,
|
||||||
|
"gravity": 0.05,
|
||||||
|
"windStrength": 0.1,
|
||||||
|
"stormWindStrength": 0.2,
|
||||||
|
"rotationAmount": 0.4,
|
||||||
|
"lifetime": 3000,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"size": 1.5,
|
||||||
|
"constantScreenSize": false,
|
||||||
|
"renderType": "TRANSLUCENT",
|
||||||
|
"spriteLocations": [
|
||||||
|
"particlerain:snow_0",
|
||||||
|
"particlerain:snow_1",
|
||||||
|
"particlerain:snow_2",
|
||||||
|
"particlerain:snow_3"
|
||||||
|
],
|
||||||
|
"tintType": "NONE",
|
||||||
|
"customTint": -16777216,
|
||||||
|
"rotationType": "COPY_CAMERA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "dust",
|
||||||
|
"enabled": true,
|
||||||
|
"density": 0.8,
|
||||||
|
"precipitation": [
|
||||||
|
"NONE"
|
||||||
|
],
|
||||||
|
"biomeWhitelist": false,
|
||||||
|
"biomeList": [],
|
||||||
|
"blockWhitelist": true,
|
||||||
|
"blockList": [
|
||||||
|
"minecraft:camel_sand_step_sound_blocks",
|
||||||
|
"minecraft:sand",
|
||||||
|
"minecraft:terracotta",
|
||||||
|
"c:sandstone_blocks"
|
||||||
|
],
|
||||||
|
"onGround": false,
|
||||||
|
"gravity": 0.2,
|
||||||
|
"windStrength": 2.0,
|
||||||
|
"stormWindStrength": 3.0,
|
||||||
|
"rotationAmount": 0.0,
|
||||||
|
"lifetime": 3000,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"size": 1.5,
|
||||||
|
"constantScreenSize": false,
|
||||||
|
"renderType": "TRANSLUCENT",
|
||||||
|
"spriteLocations": [
|
||||||
|
"particlerain:dust"
|
||||||
|
],
|
||||||
|
"tintType": "MAP",
|
||||||
|
"customTint": -16777216,
|
||||||
|
"rotationType": "COPY_CAMERA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "rain_haze",
|
||||||
|
"enabled": false,
|
||||||
|
"density": 0.1,
|
||||||
|
"precipitation": [
|
||||||
|
"RAIN"
|
||||||
|
],
|
||||||
|
"biomeWhitelist": false,
|
||||||
|
"biomeList": [],
|
||||||
|
"blockWhitelist": false,
|
||||||
|
"blockList": [],
|
||||||
|
"onGround": false,
|
||||||
|
"gravity": 0.15,
|
||||||
|
"windStrength": 0.01,
|
||||||
|
"stormWindStrength": 0.1,
|
||||||
|
"rotationAmount": 0.0,
|
||||||
|
"lifetime": 3000,
|
||||||
|
"opacity": 0.45,
|
||||||
|
"size": 0.3,
|
||||||
|
"constantScreenSize": true,
|
||||||
|
"renderType": "TRANSLUCENT",
|
||||||
|
"spriteLocations": [
|
||||||
|
"particlerain:fog_dithered"
|
||||||
|
],
|
||||||
|
"tintType": "FOG",
|
||||||
|
"customTint": -16777216,
|
||||||
|
"rotationType": "LOOKAT_PLAYER"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "snow_haze",
|
||||||
|
"enabled": true,
|
||||||
|
"density": 0.2,
|
||||||
|
"precipitation": [
|
||||||
|
"SNOW"
|
||||||
|
],
|
||||||
|
"biomeWhitelist": false,
|
||||||
|
"biomeList": [],
|
||||||
|
"blockWhitelist": false,
|
||||||
|
"blockList": [],
|
||||||
|
"onGround": false,
|
||||||
|
"gravity": 0.05,
|
||||||
|
"windStrength": 0.01,
|
||||||
|
"stormWindStrength": 0.1,
|
||||||
|
"rotationAmount": 0.0,
|
||||||
|
"lifetime": 3000,
|
||||||
|
"opacity": 0.45,
|
||||||
|
"size": 0.3,
|
||||||
|
"constantScreenSize": true,
|
||||||
|
"renderType": "TRANSLUCENT",
|
||||||
|
"spriteLocations": [
|
||||||
|
"particlerain:fog_dithered"
|
||||||
|
],
|
||||||
|
"tintType": "FOG",
|
||||||
|
"customTint": -16777216,
|
||||||
|
"rotationType": "LOOKAT_PLAYER"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "dust_haze",
|
||||||
|
"enabled": true,
|
||||||
|
"density": 0.1,
|
||||||
|
"precipitation": [
|
||||||
|
"NONE"
|
||||||
|
],
|
||||||
|
"biomeWhitelist": false,
|
||||||
|
"biomeList": [],
|
||||||
|
"blockWhitelist": true,
|
||||||
|
"blockList": [
|
||||||
|
"minecraft:camel_sand_step_sound_blocks",
|
||||||
|
"minecraft:sand",
|
||||||
|
"minecraft:terracotta",
|
||||||
|
"c:sandstone_blocks"
|
||||||
|
],
|
||||||
|
"onGround": false,
|
||||||
|
"gravity": 0.1,
|
||||||
|
"windStrength": 1.0,
|
||||||
|
"stormWindStrength": 2.0,
|
||||||
|
"rotationAmount": 0.0,
|
||||||
|
"lifetime": 3000,
|
||||||
|
"opacity": 0.45,
|
||||||
|
"size": 0.3,
|
||||||
|
"constantScreenSize": true,
|
||||||
|
"renderType": "TRANSLUCENT",
|
||||||
|
"spriteLocations": [
|
||||||
|
"particlerain:fog_dithered"
|
||||||
|
],
|
||||||
|
"tintType": "MAP",
|
||||||
|
"customTint": -16777216,
|
||||||
|
"rotationType": "LOOKAT_PLAYER"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "rain_splashing",
|
||||||
|
"enabled": true,
|
||||||
|
"density": 1.0,
|
||||||
|
"precipitation": [
|
||||||
|
"RAIN"
|
||||||
|
],
|
||||||
|
"biomeWhitelist": false,
|
||||||
|
"biomeList": [],
|
||||||
|
"blockWhitelist": false,
|
||||||
|
"blockList": [
|
||||||
|
"minecraft:lava"
|
||||||
|
],
|
||||||
|
"onGround": true,
|
||||||
|
"gravity": 0.0,
|
||||||
|
"windStrength": 0.0,
|
||||||
|
"stormWindStrength": 0.0,
|
||||||
|
"rotationAmount": 0.0,
|
||||||
|
"lifetime": 3000,
|
||||||
|
"opacity": 0.45,
|
||||||
|
"size": 0.25,
|
||||||
|
"constantScreenSize": false,
|
||||||
|
"renderType": "OPAQUE",
|
||||||
|
"spriteLocations": [],
|
||||||
|
"tintType": "WATER",
|
||||||
|
"customTint": -16777216,
|
||||||
|
"rotationType": "COPY_CAMERA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "rain_ripples",
|
||||||
|
"enabled": true,
|
||||||
|
"density": 1.0,
|
||||||
|
"precipitation": [
|
||||||
|
"RAIN"
|
||||||
|
],
|
||||||
|
"biomeWhitelist": false,
|
||||||
|
"biomeList": [],
|
||||||
|
"blockWhitelist": true,
|
||||||
|
"blockList": [
|
||||||
|
"minecraft:water"
|
||||||
|
],
|
||||||
|
"onGround": true,
|
||||||
|
"gravity": 0.0,
|
||||||
|
"windStrength": 0.0,
|
||||||
|
"stormWindStrength": 0.0,
|
||||||
|
"rotationAmount": 0.0,
|
||||||
|
"lifetime": 3000,
|
||||||
|
"opacity": 0.45,
|
||||||
|
"size": 0.25,
|
||||||
|
"constantScreenSize": false,
|
||||||
|
"renderType": "OPAQUE",
|
||||||
|
"spriteLocations": [],
|
||||||
|
"tintType": "WATER",
|
||||||
|
"customTint": -16777216,
|
||||||
|
"rotationType": "COPY_CAMERA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "rain_smoke",
|
||||||
|
"enabled": true,
|
||||||
|
"density": 1.0,
|
||||||
|
"precipitation": [
|
||||||
|
"RAIN"
|
||||||
|
],
|
||||||
|
"biomeWhitelist": false,
|
||||||
|
"biomeList": [],
|
||||||
|
"blockWhitelist": true,
|
||||||
|
"blockList": [
|
||||||
|
"minecraft:strider_warm_blocks",
|
||||||
|
"minecraft:infiniburn_overworld"
|
||||||
|
],
|
||||||
|
"onGround": true,
|
||||||
|
"gravity": 0.0,
|
||||||
|
"windStrength": 0.0,
|
||||||
|
"stormWindStrength": 0.0,
|
||||||
|
"rotationAmount": 0.1,
|
||||||
|
"lifetime": 3000,
|
||||||
|
"opacity": 0.45,
|
||||||
|
"size": 0.25,
|
||||||
|
"constantScreenSize": false,
|
||||||
|
"renderType": "OPAQUE",
|
||||||
|
"spriteLocations": [],
|
||||||
|
"tintType": "WATER",
|
||||||
|
"customTint": -16777216,
|
||||||
|
"rotationType": "COPY_CAMERA"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "shrubs",
|
||||||
|
"enabled": true,
|
||||||
|
"density": 0.002,
|
||||||
|
"precipitation": [
|
||||||
|
"NONE"
|
||||||
|
],
|
||||||
|
"biomeWhitelist": false,
|
||||||
|
"biomeList": [],
|
||||||
|
"blockWhitelist": true,
|
||||||
|
"blockList": [
|
||||||
|
"minecraft:camel_sand_step_sound_blocks",
|
||||||
|
"minecraft:sand",
|
||||||
|
"minecraft:terracotta",
|
||||||
|
"c:sandstone_blocks"
|
||||||
|
],
|
||||||
|
"onGround": true,
|
||||||
|
"gravity": 0.0,
|
||||||
|
"windStrength": 0.0,
|
||||||
|
"stormWindStrength": 0.0,
|
||||||
|
"rotationAmount": 0.1,
|
||||||
|
"lifetime": 3000,
|
||||||
|
"opacity": 0.45,
|
||||||
|
"size": 0.25,
|
||||||
|
"constantScreenSize": false,
|
||||||
|
"renderType": "OPAQUE",
|
||||||
|
"spriteLocations": [],
|
||||||
|
"tintType": "WATER",
|
||||||
|
"customTint": -16777216,
|
||||||
|
"rotationType": "COPY_CAMERA"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"shrub": {
|
||||||
|
"density": 0.02,
|
||||||
|
"gravity": 0.2,
|
||||||
|
"windStrength": 0.2,
|
||||||
|
"stormWindStrength": 0.3,
|
||||||
|
"opacity": 1.0,
|
||||||
|
"size": 0.5,
|
||||||
|
"rotationAmount": 0.2,
|
||||||
|
"bounciness": 0.2
|
||||||
|
},
|
||||||
|
"ripple": {
|
||||||
|
"opacity": 0.9,
|
||||||
|
"size": 0.25,
|
||||||
|
"resolution": 16,
|
||||||
|
"useResourcepackResolution": true
|
||||||
|
},
|
||||||
|
"streak": {
|
||||||
|
"opacity": 0.9,
|
||||||
|
"size": 0.5
|
||||||
|
},
|
||||||
|
"mist": {
|
||||||
|
"density": 20.0,
|
||||||
|
"windStrength": 0.0,
|
||||||
|
"stormWindStrength": 0.0,
|
||||||
|
"opacity": 0.9,
|
||||||
|
"size": 8.0,
|
||||||
|
"maxSpawnHeight": 64,
|
||||||
|
"minSpawnHeight": 60
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,103 @@
|
||||||
|
|
||||||
|
#Particular Mod Configuration
|
||||||
|
[general]
|
||||||
|
|
||||||
|
#Enable/Disable Effects
|
||||||
|
[general.enabledEffects]
|
||||||
|
#Enable water splash particles
|
||||||
|
waterSplash = false
|
||||||
|
#Enable cascade particles
|
||||||
|
cascades = true
|
||||||
|
#Enable waterfall spray particles
|
||||||
|
waterfallSpray = true
|
||||||
|
#Enable firefly particles
|
||||||
|
fireflies = true
|
||||||
|
#Enable falling leaves particles
|
||||||
|
fallingLeaves = true
|
||||||
|
#Enable cave dust particles
|
||||||
|
caveDust = true
|
||||||
|
#Enable chest bubbles
|
||||||
|
chestBubbles = true
|
||||||
|
#Enable soul sand bubbles
|
||||||
|
soulSandBubbles = true
|
||||||
|
#Enable barrel bubbles
|
||||||
|
barrelBubbles = true
|
||||||
|
#Enable popping bubbles
|
||||||
|
poppingBubbles = true
|
||||||
|
#Enable rain ripples
|
||||||
|
rainRipples = false
|
||||||
|
#Enable water drip ripples
|
||||||
|
waterDripRipples = true
|
||||||
|
#Enable cake eating particles
|
||||||
|
cakeEatingParticles = true
|
||||||
|
#Enable emissive lava drips
|
||||||
|
emissiveLavaDrips = true
|
||||||
|
|
||||||
|
#Advanced Particle Settings
|
||||||
|
[general.advancedSettings]
|
||||||
|
|
||||||
|
[general.advancedSettings.fireflySettings]
|
||||||
|
#Time when fireflies start spawning
|
||||||
|
#Range: 0 ~ 23999
|
||||||
|
startTime = 12000
|
||||||
|
#Time when fireflies stop spawning
|
||||||
|
#Range: 0 ~ 23999
|
||||||
|
endTime = 23000
|
||||||
|
#Minimum temperature for fireflies to spawn
|
||||||
|
#Range: 0.0 ~ 2.0
|
||||||
|
minTemp = 0.5
|
||||||
|
#Maximum temperature for fireflies to spawn
|
||||||
|
#Range: 0.0 ~ 2.0
|
||||||
|
maxTemp = 0.9900000095367432
|
||||||
|
#Whether fireflies can spawn in rain
|
||||||
|
canSpawnInRain = false
|
||||||
|
|
||||||
|
[general.advancedSettings.fireflySettings.frequencyModifiers]
|
||||||
|
#Daily random factors for firefly spawning
|
||||||
|
dailyRandom = [0.0, 0.0, 0.0, 0.33, 0.66, 1.0]
|
||||||
|
#Frequency modifier for grass
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
grass = 0.16666666666666666
|
||||||
|
#Frequency modifier for tall grass
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
tallGrass = 0.08333333333333333
|
||||||
|
#Frequency modifier for flowers
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
flowers = 1.0
|
||||||
|
#Frequency modifier for tall flowers
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
tallFlowers = 0.5
|
||||||
|
|
||||||
|
[general.advancedSettings.fallingLeavesSettings]
|
||||||
|
#Chance of spawning falling leaves (higher = less frequent)
|
||||||
|
#Range: > 1
|
||||||
|
spawnChance = 200
|
||||||
|
#Whether falling leaves create ripples when landing on water
|
||||||
|
spawnRipples = true
|
||||||
|
#Whether falling leaves lay flat on the ground
|
||||||
|
layFlatOnGround = true
|
||||||
|
#Whether falling leaves lay at right angles
|
||||||
|
layFlatRightAngles = false
|
||||||
|
|
||||||
|
[general.advancedSettings.caveDustSettings]
|
||||||
|
#Chance of spawning cave dust (higher = less frequent)
|
||||||
|
#Range: > 1
|
||||||
|
spawnChance = 700
|
||||||
|
#Base maximum age of cave dust particles
|
||||||
|
#Range: > 1
|
||||||
|
baseMaxAge = 200
|
||||||
|
#OwOColor of cave dust particles (RGB hex)
|
||||||
|
#Range: 0 ~ 16777215
|
||||||
|
color = 8421504
|
||||||
|
#Duration of fade effect for cave dust particles
|
||||||
|
#Range: > 0
|
||||||
|
fadeDuration = 20
|
||||||
|
#Maximum acceleration of cave dust particles
|
||||||
|
#Range: 0.0 ~ 1.0
|
||||||
|
maxAcceleration = 0.029999999329447746
|
||||||
|
#Chance of changing acceleration for cave dust particles
|
||||||
|
#Range: > 1
|
||||||
|
accelChangeChance = 180
|
||||||
|
#Biomes where cave dust won't spawn
|
||||||
|
excludeBiomes = ["minecraft:lush_caves", "minecraft:dripstone_caves", "minecraft:deep_dark"]
|
||||||
|
|
||||||
|
|
@ -0,0 +1,128 @@
|
||||||
|
# Don't change this! Version used to track needed updates.
|
||||||
|
version = 0
|
||||||
|
redstoneBlockDust = true
|
||||||
|
redstoneBlockDustDensity = "DEFAULT"
|
||||||
|
redstoneDustEmittingBlocks = [
|
||||||
|
"minecraft:redstone_block"
|
||||||
|
]
|
||||||
|
glowstoneBlockDust = true
|
||||||
|
glowstoneBlockDustDensity = "DEFAULT"
|
||||||
|
glowstoneDustEmittingBlocks = [
|
||||||
|
"minecraft:glowstone"
|
||||||
|
]
|
||||||
|
netherOnlyGlowstoneBlockDust = false
|
||||||
|
beehivesHaveSleepingZs = true
|
||||||
|
torchflowerSmoke = "DEFAULT"
|
||||||
|
torchflowerFlames = true
|
||||||
|
dragonEggParticles = true
|
||||||
|
replaceEndPortalSmoke = true
|
||||||
|
pumpkinCarvedParticles = true
|
||||||
|
anvilBreakParticles = true
|
||||||
|
anvilUseParticles = true
|
||||||
|
grindstoneUseParticles = true
|
||||||
|
smithingTableUseParticles = true
|
||||||
|
stonecutterUseParticles = true
|
||||||
|
cauldronUseParticles = true
|
||||||
|
cauldronCleanItemSounds = true
|
||||||
|
compostingCompostParticles = true
|
||||||
|
compostingItemParticles = true
|
||||||
|
commandBlockParticles = "OFF"
|
||||||
|
commandBlockParticlesDensity = 1.0
|
||||||
|
slimeBlockBounceSounds = true
|
||||||
|
beaconParticlesDisplayType = "ON"
|
||||||
|
beaconParticlesDensity = 10
|
||||||
|
beaconParticlesSpeed = 1.0
|
||||||
|
respawnAnchorParticles = true
|
||||||
|
beehiveShearParticles = true
|
||||||
|
endPortalParticles = true
|
||||||
|
leavesDecayEffects = false
|
||||||
|
farmlandDestroyEffects = true
|
||||||
|
amethystSparkleDisplayType = "ON"
|
||||||
|
amethystSparkleEmittingBlocks = [
|
||||||
|
"minecraft:amethyst_block",
|
||||||
|
"minecraft:budding_amethyst"
|
||||||
|
]
|
||||||
|
amethystSparkleSounds = true
|
||||||
|
floweringAzaleaPetals = true
|
||||||
|
sculkBlockSculkDust = true
|
||||||
|
sculkVeinSculkDust = true
|
||||||
|
sculkShriekerDestroySouls = true
|
||||||
|
sculkCatalystDestroySouls = true
|
||||||
|
calibratedSculkSensorAmethystSparkle = true
|
||||||
|
campfireSizzlingSoundVolume = 0.5
|
||||||
|
replacePowderSnowFlakes = true
|
||||||
|
lavaCauldronEffects = true
|
||||||
|
enderEyePlacedRings = true
|
||||||
|
enderEyePlacedRingsDuration = 10
|
||||||
|
enderEyePlacedParticlesDisplayType = "BOTH"
|
||||||
|
eyeColors = [
|
||||||
|
[ "minecraft:ender_eye", { r = 122, g = 186, b = 171 } ]
|
||||||
|
]
|
||||||
|
endPortalFrameParticlesDisplayType = "SMOKE"
|
||||||
|
endPortalFrameParticlesDensity = 1.0
|
||||||
|
replaceOminousVaultConnection = true
|
||||||
|
cobwebMovementSounds = true
|
||||||
|
|
||||||
|
[sparks]
|
||||||
|
removeVanillaCampfireSparks = true
|
||||||
|
candleSparks = true
|
||||||
|
furnaceSparks = true
|
||||||
|
fireSparks = true
|
||||||
|
campfireSparks = true
|
||||||
|
torchSparks = true
|
||||||
|
lanternSparksDensity = 5
|
||||||
|
lavaSparksDisplayType = "ON"
|
||||||
|
lavaSparksDensity = 1.0
|
||||||
|
brewingStandSparks = true
|
||||||
|
|
||||||
|
[updatedSmoke]
|
||||||
|
candleSmoke = true
|
||||||
|
furnaceSmoke = true
|
||||||
|
fireSmoke = true
|
||||||
|
torchSmoke = true
|
||||||
|
campfireDowseSmoke = true
|
||||||
|
|
||||||
|
[steam]
|
||||||
|
lavaFizzSteam = true
|
||||||
|
replaceCampfireFoodSmoke = true
|
||||||
|
spongeDryingOutSteam = true
|
||||||
|
replaceRainEvaporationSteam = true
|
||||||
|
lavaCauldronsEvaporateRain = true
|
||||||
|
spawnLogic = "BRIGHTNESS"
|
||||||
|
steamingWater = false
|
||||||
|
boilingWater = false
|
||||||
|
steamingWaterCauldron = false
|
||||||
|
boilingWaterCauldron = false
|
||||||
|
steamingThreshold = 11
|
||||||
|
boilingThreshold = 13
|
||||||
|
|
||||||
|
[fallingBlocks]
|
||||||
|
dustyBlocks = [
|
||||||
|
"minecraft:sand",
|
||||||
|
"minecraft:suspicious_sand",
|
||||||
|
"minecraft:red_sand",
|
||||||
|
"minecraft:gravel",
|
||||||
|
"minecraft:suspicious_gravel",
|
||||||
|
"minecraft:white_concrete_powder",
|
||||||
|
"minecraft:orange_concrete_powder",
|
||||||
|
"minecraft:magenta_concrete_powder",
|
||||||
|
"minecraft:light_blue_concrete_powder",
|
||||||
|
"minecraft:yellow_concrete_powder",
|
||||||
|
"minecraft:lime_concrete_powder",
|
||||||
|
"minecraft:pink_concrete_powder",
|
||||||
|
"minecraft:gray_concrete_powder",
|
||||||
|
"minecraft:light_gray_concrete_powder",
|
||||||
|
"minecraft:cyan_concrete_powder",
|
||||||
|
"minecraft:purple_concrete_powder",
|
||||||
|
"minecraft:blue_concrete_powder",
|
||||||
|
"minecraft:brown_concrete_powder",
|
||||||
|
"minecraft:green_concrete_powder",
|
||||||
|
"minecraft:red_concrete_powder",
|
||||||
|
"minecraft:black_concrete_powder"
|
||||||
|
]
|
||||||
|
whileFallingDust = true
|
||||||
|
whileFallingDustStartDistance = 3
|
||||||
|
onLandDust = true
|
||||||
|
onLandSound = true
|
||||||
|
weakSupportDust = true
|
||||||
|
weakSupportDustDensity = 1
|
||||||
|
|
@ -0,0 +1,97 @@
|
||||||
|
# Don't change this! Version used to track needed updates.
|
||||||
|
version = 0
|
||||||
|
chickenFeathers = true
|
||||||
|
parrotFeathers = true
|
||||||
|
snowGolemSnowflakes = true
|
||||||
|
allayMagicDensity = 0.2
|
||||||
|
vexMagicDensity = 0.2
|
||||||
|
sheepShearFluff = true
|
||||||
|
improvedDragonFireballTrail = true
|
||||||
|
dragonsBreathClouds = true
|
||||||
|
commandBlockMinecartParticles = "ON"
|
||||||
|
endCrystalParticles = true
|
||||||
|
minecartSparksDisplayType = "LAND_ON_RAIL"
|
||||||
|
minecartSparksDensity = 0.5
|
||||||
|
slimeTrails = true
|
||||||
|
magmaCubeTrails = true
|
||||||
|
replaceSlimeSquishParticles = true
|
||||||
|
replaceOozingEffectParticles = true
|
||||||
|
replaceSpellCasterParticles = true
|
||||||
|
ironGolemCrackParticles = true
|
||||||
|
spectralArrowParticles = true
|
||||||
|
wardenDeathSoulParticles = true
|
||||||
|
freezingSnowFlakes = true
|
||||||
|
featherTicklingPandas = true
|
||||||
|
improvedPandaSneezes = true
|
||||||
|
villagerWorkAtWorkstationParticles = true
|
||||||
|
improvedBrownMooshroomFeedingEffects = true
|
||||||
|
improvedMooshroomShearingEffects = true
|
||||||
|
replaceBlazeSmoke = true
|
||||||
|
animalFeedingParticles = true
|
||||||
|
animalFeedingSoundVolume = 1.0
|
||||||
|
|
||||||
|
[sleeping]
|
||||||
|
playerSnoreChance = 0.0
|
||||||
|
playerSnoreSoundVolume = 0.0
|
||||||
|
playersHaveSleepingZs = true
|
||||||
|
villagerSnoreChance = 0.0
|
||||||
|
villagerSnoreSoundVolume = 0.0
|
||||||
|
villagersHaveSleepingZs = true
|
||||||
|
foxesHaveSleepingZs = true
|
||||||
|
batsHaveSleepingZs = true
|
||||||
|
catsHaveSleepingZs = true
|
||||||
|
otherMobsHaveSleepingZs = true
|
||||||
|
displaySleepingZsOnlyWhenSnoring = false
|
||||||
|
adjustNameTagWhenSleeping = true
|
||||||
|
|
||||||
|
[humanoids]
|
||||||
|
drowningBubblesDisplayType = "DEFAULT"
|
||||||
|
drowningBubblesDensity = 3
|
||||||
|
drowningBubbleAlpha = 1.0
|
||||||
|
forceDrowningBubblesToColumn = false
|
||||||
|
potionRingsDisplayType = "DEFAULT"
|
||||||
|
potionRingsParticleType = "BOTH"
|
||||||
|
NPCsHavePotionRings = true
|
||||||
|
|
||||||
|
[humanoids.frostyBreath]
|
||||||
|
displayType = "DEFAULT"
|
||||||
|
alpha = 0.5
|
||||||
|
waitTime = 60
|
||||||
|
seasons = "DEFAULT"
|
||||||
|
additionalBiomes = [ ]
|
||||||
|
|
||||||
|
[humanoids.player]
|
||||||
|
enableBreathingEffectsInCreative = true
|
||||||
|
stomachGrowlingThreshold = 6
|
||||||
|
stomachGrowlingVolume = 1.0
|
||||||
|
stomachGrowlingWaitTime = 15
|
||||||
|
heartBeatingThreshold = 6
|
||||||
|
heartbeatVolume = 1.0
|
||||||
|
heartBeatingWaitTime = 3
|
||||||
|
|
||||||
|
[dustClouds]
|
||||||
|
scale = 1.8455882
|
||||||
|
alpha = 1.0
|
||||||
|
preventWhenRaining = false
|
||||||
|
flyIntoWall = true
|
||||||
|
lessViewBlocking = false
|
||||||
|
playerFell = false
|
||||||
|
mobFell = false
|
||||||
|
landMaceAttack = true
|
||||||
|
playerRunning = false
|
||||||
|
mobRunning = false
|
||||||
|
playerRunningRequiresSpeed = false
|
||||||
|
|
||||||
|
[burning]
|
||||||
|
smoke = "DEFAULT"
|
||||||
|
flames = true
|
||||||
|
sparks = true
|
||||||
|
sounds = true
|
||||||
|
extinguishSteam = true
|
||||||
|
|
||||||
|
[explosives]
|
||||||
|
tntUpdateSmoke = true
|
||||||
|
tntFlamesDensity = 1
|
||||||
|
tntSparks = true
|
||||||
|
creeperSmoke = "UPDATED"
|
||||||
|
creeperSparks = true
|
||||||
|
|
@ -0,0 +1,76 @@
|
||||||
|
# Don't change this! Version used to track needed updates.
|
||||||
|
version = 0
|
||||||
|
biomeColorRain = true
|
||||||
|
|
||||||
|
[biomes]
|
||||||
|
biomeParticlesRadius = 32
|
||||||
|
mushroomSporeBiomes = [
|
||||||
|
"minecraft:mushroom_fields"
|
||||||
|
]
|
||||||
|
mushroomSporeDensity = 10
|
||||||
|
pollenBiomes = [
|
||||||
|
"minecraft:flower_forest",
|
||||||
|
"minecraft:sunflower_plains"
|
||||||
|
]
|
||||||
|
pollenDensity = 50
|
||||||
|
sculkDustBiomes = [
|
||||||
|
"minecraft:deep_dark"
|
||||||
|
]
|
||||||
|
sculkDustDensity = 5
|
||||||
|
|
||||||
|
[geysers]
|
||||||
|
useUpdatedSmoke = false
|
||||||
|
flameGeyserSpawnChance = 5
|
||||||
|
flameGeyserSoundVolume = 0.5
|
||||||
|
flameGeyserActiveTime = 300
|
||||||
|
flameGeyserInactiveTime = 500
|
||||||
|
smokeGeyserSpawnChance = 5
|
||||||
|
smokeGeyserSoundVolume = 0.2
|
||||||
|
smokeGeyserActiveTime = 300
|
||||||
|
smokeGeyserInactiveTime = 500
|
||||||
|
bubbleGeyserSpawnChance = 0
|
||||||
|
bubbleGeyserSoundVolume = 0.5
|
||||||
|
bubbleGeyserActiveTime = 300
|
||||||
|
bubbleGeyserInactiveTime = 500
|
||||||
|
|
||||||
|
[fireflies]
|
||||||
|
firefliesEnabled = true
|
||||||
|
dimensionBlocklist = [
|
||||||
|
"twilightforest:twilight_forest_type"
|
||||||
|
]
|
||||||
|
biomesBlocklist = [ ]
|
||||||
|
biomesAllowlist = [
|
||||||
|
"minecraft:lush_caves"
|
||||||
|
]
|
||||||
|
spawnableBlocks = [
|
||||||
|
"minecraft:grass",
|
||||||
|
"minecraft:tall_grass",
|
||||||
|
"minecraft:poppy",
|
||||||
|
"minecraft:dandelion",
|
||||||
|
"minecraft:peony",
|
||||||
|
"minecraft:blue_orchid",
|
||||||
|
"minecraft:allium",
|
||||||
|
"minecraft:azure_bluet",
|
||||||
|
"minecraft:orange_tulip",
|
||||||
|
"minecraft:pink_tulip",
|
||||||
|
"minecraft:red_tulip",
|
||||||
|
"minecraft:white_tulip",
|
||||||
|
"minecraft:oxeye_daisy",
|
||||||
|
"minecraft:cornflower",
|
||||||
|
"minecraft:lily_of_the_valley",
|
||||||
|
"minecraft:sunflower",
|
||||||
|
"minecraft:lilac",
|
||||||
|
"minecraft:rose_bush",
|
||||||
|
"minecraft:pink_petals",
|
||||||
|
"minecraft:flowering_azalea"
|
||||||
|
]
|
||||||
|
defaultDensity = 3
|
||||||
|
ignoredSeasons = "DEFAULT"
|
||||||
|
fireflyType = "VANILLA"
|
||||||
|
fireflySoundVolume = 1.0
|
||||||
|
onlyAllowInHabitatBiomes = false
|
||||||
|
habitatBiomes = [
|
||||||
|
"minecraft:swamp",
|
||||||
|
"minecraft:mangrove_swamp"
|
||||||
|
]
|
||||||
|
habitatBiomeDensity = 3
|
||||||
|
|
@ -0,0 +1,28 @@
|
||||||
|
# Don't change this! Version used to track needed updates.
|
||||||
|
version = 0
|
||||||
|
enableParticleCulling = true
|
||||||
|
particleRenderDistance = 5
|
||||||
|
cullParticlesInUnloadedChunks = true
|
||||||
|
allowUsingBlendedRenderType = true
|
||||||
|
spellParticlesUseBlendedRenderType = true
|
||||||
|
glowingLavaDrops = true
|
||||||
|
fluidDropsEvaporate = true
|
||||||
|
fluidDropsEvaporationVolume = 0.25
|
||||||
|
dropLandInFluidSplashes = true
|
||||||
|
dropLandSoundVolume = 1.0
|
||||||
|
lavaSparkSmoke = true
|
||||||
|
sparksScale = 1.0
|
||||||
|
poppingHearts = true
|
||||||
|
poppingBubbles = true
|
||||||
|
poppingBubblesVolume = 0.2
|
||||||
|
glowingEnchantmentParticles = true
|
||||||
|
translucentEnchantmentParticles = true
|
||||||
|
disableRandomizedShading = true
|
||||||
|
potionParticleAlpha = 0.7
|
||||||
|
potionParticleAlphaNearPlayer = 0.2
|
||||||
|
mobSkullShaders = true
|
||||||
|
fireHeight = -0.19779411
|
||||||
|
fireResistanceDisablesFireRendering = true
|
||||||
|
nightVisionFading = true
|
||||||
|
nightVisionFadingTime = 100
|
||||||
|
enableEasterEggs = true
|
||||||
|
|
@ -0,0 +1,34 @@
|
||||||
|
# Don't change this! Version used to track needed updates.
|
||||||
|
version = 0
|
||||||
|
axeStripParticles = true
|
||||||
|
axeScrapeParticlesDisplayType = "DEFAULT"
|
||||||
|
axeWaxOffParticlesDisplayType = "DEFAULT"
|
||||||
|
boneMealUsingParticles = true
|
||||||
|
flintAndSteelParticles = true
|
||||||
|
increasedItemBreakParticles = true
|
||||||
|
waterEvaporateFromBucketSteam = true
|
||||||
|
waterBucketUseParticles = true
|
||||||
|
lavaBucketUseParticles = true
|
||||||
|
powderSnowBucketUseParticles = true
|
||||||
|
lingeringPotionClouds = true
|
||||||
|
splashPotionClouds = true
|
||||||
|
|
||||||
|
[itemRarity]
|
||||||
|
particlesDisplayType = "OFF"
|
||||||
|
particleColorType = "NAME_COLOR"
|
||||||
|
mixedColorName = true
|
||||||
|
useItemBorder = true
|
||||||
|
colorOverrides = [ ]
|
||||||
|
particleMaxHeight = 1.0
|
||||||
|
particleMaxSpeed = 1.0
|
||||||
|
particleDensity = 1.0
|
||||||
|
|
||||||
|
[projectiles]
|
||||||
|
enderPearlTrail = true
|
||||||
|
xpBottleParticlesDisplayType = "DEFAULT"
|
||||||
|
xpBottleParticlesDensity = 10
|
||||||
|
eggSmashSoundVolume = 0.5
|
||||||
|
eggSplatParticles = true
|
||||||
|
snowballTrailDensity = 0.5
|
||||||
|
snowballPoofsHaveSnowflakes = true
|
||||||
|
snowballPoofSoundVolume = 0.3
|
||||||
Loading…
Reference in a new issue