Initial commit
This commit is contained in:
commit
3136c54bba
54 changed files with 2079 additions and 0 deletions
52
config/fallingleaves.json
Normal file
52
config/fallingleaves.json
Normal file
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"version": 1,
|
||||
"displayDebugData": false,
|
||||
"leafSize": 5,
|
||||
"leafLifespan": 200,
|
||||
"leafSpawnRate": 10,
|
||||
"coniferLeafSpawnRate": 0,
|
||||
"dropFromPlayerPlacedBlocks": true,
|
||||
"minimumFreeSpaceBelow": 1,
|
||||
"windEnabled": true,
|
||||
"windlessDimensions": [
|
||||
"minecraft:the_end",
|
||||
"minecraft:the_nether"
|
||||
],
|
||||
"leafSettings": {
|
||||
"minecraft:flowering_azalea_leaves": {
|
||||
"spawnRateFactor": 1.0,
|
||||
"isConiferBlock": false
|
||||
},
|
||||
"minecraft:jungle_leaves": {
|
||||
"spawnRateFactor": 0.0,
|
||||
"isConiferBlock": false
|
||||
},
|
||||
"minecraft:azalea_leaves": {
|
||||
"spawnRateFactor": 1.0,
|
||||
"isConiferBlock": false
|
||||
},
|
||||
"minecraft:birch_leaves": {
|
||||
"spawnRateFactor": 1.0,
|
||||
"isConiferBlock": false
|
||||
},
|
||||
"minecraft:acacia_leaves": {
|
||||
"spawnRateFactor": 1.0,
|
||||
"isConiferBlock": false
|
||||
},
|
||||
"minecraft:oak_leaves": {
|
||||
"spawnRateFactor": 1.0,
|
||||
"isConiferBlock": false
|
||||
},
|
||||
"minecraft:dark_oak_leaves": {
|
||||
"spawnRateFactor": 1.0,
|
||||
"isConiferBlock": false
|
||||
},
|
||||
"minecraft:spruce_leaves": {
|
||||
"spawnRateFactor": 1.0,
|
||||
"isConiferBlock": true
|
||||
}
|
||||
},
|
||||
"leafSpawners": [],
|
||||
"fallSpawnRateFactor": 1.8,
|
||||
"winterSpawnRateFactor": 0.1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue