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:
@@ -26,7 +26,7 @@
|
||||
{
|
||||
"entity": "standard/hostile/creeper",
|
||||
"energyMultiplier": 1.75,
|
||||
"rarity": 6
|
||||
"rarity": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -31,7 +31,7 @@
|
||||
{
|
||||
"entity": "standard/hostile/creeper",
|
||||
"energyMultiplier": 1.75,
|
||||
"rarity": 6
|
||||
"rarity": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user