9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00

Another mob Overhaul

This commit is contained in:
Brian Fopiano
2021-08-03 23:43:58 -07:00
parent 13f077f61d
commit ec46b51366
71 changed files with 211 additions and 126 deletions

View File

@@ -26,7 +26,7 @@
{
"entity": "standard/hostile/creeper",
"energyMultiplier": 1.75,
"rarity": 6
"rarity": 5
}
]
}

View File

@@ -31,7 +31,7 @@
{
"entity": "standard/hostile/creeper",
"energyMultiplier": 1.75,
"rarity": 6
"rarity": 5
}
]
}

View File

@@ -14,30 +14,37 @@
"weather": "NONE",
"spawns": [
{
"entity": "chicken",
"entity": "standard/passive/chicken",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 4,
"energyMultiplier": 1.125
},
{
"entity": "cow",
"entity": "standard/passive/cow",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 1
},
{
"entity": "sheep",
"entity": "standard/passive/sheep",
"maxSpawns": 3,
"minSpawns": 1,
"rarity": 5,
"energyMultiplier": 1.25
},
{
"entity": "pig",
"entity": "standard/passive/pig",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 2
},
{
"entity": "horse",
"maxSpawns": 4,
"minSpawns": 2,
"rarity": 15,
"energyMultiplier": 5
}
]
}