9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
This commit is contained in:
Brian Fopiano
2021-07-24 01:12:43 -07:00
parent 84ddae338b
commit a49a519b25
2 changed files with 1 additions and 25 deletions

View File

@@ -288,30 +288,6 @@
}
],
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "pig",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "chicken",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "sheep",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "horse",
"minSpawns": 2,

View File

@@ -89,7 +89,7 @@
"entity": "bee",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 30
"rarity": 60
}
],
"shoreRatio": 0.1,