Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
contrarybaton60 authored Jun 16, 2024
1 parent d95b544 commit 4266c23
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/cavedust.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"width": 10,
"height": 10,
"velocityRandomness": 0,
"caveDustEnabled": true,
"seaLevelCheck": true,
"superFlatStatus": false,
"upperLimit": 64.0,
"lowerLimit": -64.0,
"particleMultiplier": 1,
"particleMultiplierMultiplier": 10,
"particleID": 109
}
27 changes: 27 additions & 0 deletions config/fallingleaves.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": 1,
"displayDebugData": false,
"enabled": true,
"leafSize": 5,
"leafLifespan": 200,
"leafSpawnRate": 10,
"coniferLeafSpawnRate": 0,
"cherrySpawnRate": 10,
"snowflakeSpawnRate": 15,
"dropFromPlayerPlacedBlocks": true,
"leavesOnBlockHit": true,
"minimumFreeSpaceBelow": 1,
"windEnabled": true,
"windlessDimensions": [
"minecraft:the_end",
"minecraft:the_nether"
],
"leafSettings": {},
"leafSpawners": [],
"fallSpawnRateFactor": 1.8,
"winterSpawnRateFactor": 0.1,
"startingSpawnRadius": 0,
"decaySpawnRateFactor": 2.6,
"maxDecayLeaves": 9,
"registerParticles": true
}
28 changes: 28 additions & 0 deletions config/particlerain.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"particleDensity": 200,
"particleStormDensity": 800,
"particleRadius": 25,
"rainDropGravity": 1.0,
"snowFlakeGravity": 0.10000000149011612,
"snowRotationAmount": 0.10000000149011612,
"snowWindDampening": 3.0,
"desertDustGravity": 0.20000000298023224,
"doRainParticles": true,
"doSnowParticles": true,
"doSandParticles": true,
"renderVanillaWeather": false,
"color": {
"rainRed": 0.5,
"rainGreen": 0.5,
"rainBlue": 1.0,
"snowRed": 1.0,
"snowGreen": 1.0,
"snowBlue": 1.0,
"desertRed": 0.8999999761581421,
"desertGreen": 0.800000011920929,
"desertBlue": 0.6000000238418579,
"mesaRed": 0.800000011920929,
"mesaGreen": 0.4000000059604645,
"mesaBlue": 0.0
}
}

0 comments on commit 4266c23

Please sign in to comment.