diff --git a/spawners/frozen/land-hostile.json b/spawners/frozen/land-hostile.json index 7c2e1d16..529efe87 100644 --- a/spawners/frozen/land-hostile.json +++ b/spawners/frozen/land-hostile.json @@ -31,6 +31,11 @@ "entity": "standard/hostile/creeper", "energyMultiplier": 1.75, "rarity": 5 + }, + { + "entity": "standard/hostile/enderman", + "energyMultiplier": 2, + "rarity": 5 } ] } diff --git a/spawners/hot/land-hostile.json b/spawners/hot/land-hostile.json index 7c2e1d16..529efe87 100644 --- a/spawners/hot/land-hostile.json +++ b/spawners/hot/land-hostile.json @@ -31,6 +31,11 @@ "entity": "standard/hostile/creeper", "energyMultiplier": 1.75, "rarity": 5 + }, + { + "entity": "standard/hostile/enderman", + "energyMultiplier": 2, + "rarity": 5 } ] } diff --git a/spawners/mushroom/land-hostile.json b/spawners/mushroom/land-hostile.json index 0b7fde5e..e62c5607 100644 --- a/spawners/mushroom/land-hostile.json +++ b/spawners/mushroom/land-hostile.json @@ -31,6 +31,11 @@ "entity": "standard/hostile/creeper", "energyMultiplier": 1.75, "rarity": 5 + }, + { + "entity": "standard/hostile/enderman", + "energyMultiplier": 2, + "rarity": 5 } ] } diff --git a/spawners/swamp/land-hostile.json b/spawners/swamp/land-hostile.json index 8db65745..6d66c737 100644 --- a/spawners/swamp/land-hostile.json +++ b/spawners/swamp/land-hostile.json @@ -36,6 +36,11 @@ "entity": "standard/hostile/creeper", "energyMultiplier": 1.75, "rarity": 5 + }, + { + "entity": "standard/hostile/enderman", + "energyMultiplier": 2, + "rarity": 5 } ] } diff --git a/spawners/temperate/land-hostile.json b/spawners/temperate/land-hostile.json index 7c2e1d16..529efe87 100644 --- a/spawners/temperate/land-hostile.json +++ b/spawners/temperate/land-hostile.json @@ -31,6 +31,11 @@ "entity": "standard/hostile/creeper", "energyMultiplier": 1.75, "rarity": 5 + }, + { + "entity": "standard/hostile/enderman", + "energyMultiplier": 2, + "rarity": 5 } ] } diff --git a/spawners/tundra/land-hostile.json b/spawners/tundra/land-hostile.json index 7c2e1d16..529efe87 100644 --- a/spawners/tundra/land-hostile.json +++ b/spawners/tundra/land-hostile.json @@ -31,6 +31,11 @@ "entity": "standard/hostile/creeper", "energyMultiplier": 1.75, "rarity": 5 + }, + { + "entity": "standard/hostile/enderman", + "energyMultiplier": 2, + "rarity": 5 } ] }