diff --git a/entities/standard/hostile/drowned.json b/entities/standard/hostile/drowned.json index 2d31db9f..acf50d1c 100644 --- a/entities/standard/hostile/drowned.json +++ b/entities/standard/hostile/drowned.json @@ -1,4 +1,3 @@ { - "type": "DROWNED", - "spawnEffectRiseOutOfGround": true -} + "type": "DROWNED" + } diff --git a/entities/standard/hostile/enderman.json b/entities/standard/hostile/enderman.json index 3fcdba06..4833c68d 100644 --- a/entities/standard/hostile/enderman.json +++ b/entities/standard/hostile/enderman.json @@ -1,4 +1,3 @@ { - "type": "ENDERMAN", - "spawnEffectRiseOutOfGround": true + "type": "ENDERMAN" } diff --git a/entities/standard/hostile/shroud.json b/entities/standard/hostile/shroud.json index 14805f6a..b603a62c 100644 --- a/entities/standard/hostile/shroud.json +++ b/entities/standard/hostile/shroud.json @@ -1,6 +1,5 @@ { "type": "STRAY", - "spawnEffectRiseOutOfGround": true, "ai": true, "aware": true, "customName": "&7Shroud", diff --git a/entities/standard/hostile/silverfish.json b/entities/standard/hostile/silverfish.json index 63fe18a3..ab483bac 100644 --- a/entities/standard/hostile/silverfish.json +++ b/entities/standard/hostile/silverfish.json @@ -1,5 +1,4 @@ { "type": "SILVERFISH", - "silent": true, - "spawnEffectRiseOutOfGround": true + "silent": true } diff --git a/entities/standard/hostile/skeleton.json b/entities/standard/hostile/skeleton.json index 9773df7f..4b3f6561 100644 --- a/entities/standard/hostile/skeleton.json +++ b/entities/standard/hostile/skeleton.json @@ -1,4 +1,3 @@ { - "type": "SKELETON", - "spawnEffectRiseOutOfGround": true + "type": "SKELETON" } diff --git a/entities/standard/hostile/slime.json b/entities/standard/hostile/slime.json index f66e97ce..27395655 100644 --- a/entities/standard/hostile/slime.json +++ b/entities/standard/hostile/slime.json @@ -1,4 +1,3 @@ { - "type": "SLIME", - "spawnEffectRiseOutOfGround": true + "type": "SLIME" } diff --git a/entities/standard/hostile/slimebab.json b/entities/standard/hostile/slimebab.json index 9b5c46a0..c4ff40e3 100644 --- a/entities/standard/hostile/slimebab.json +++ b/entities/standard/hostile/slimebab.json @@ -1,5 +1,4 @@ { "type": "SLIME", - "baby": true, - "spawnEffectRiseOutOfGround": true + "baby": true } diff --git a/entities/standard/hostile/spider.json b/entities/standard/hostile/spider.json index e1ee335f..9433e2e7 100644 --- a/entities/standard/hostile/spider.json +++ b/entities/standard/hostile/spider.json @@ -1,4 +1,3 @@ { - "type": "SPIDER", - "spawnEffectRiseOutOfGround": true + "type": "SPIDER" } diff --git a/entities/standard/hostile/zombie.json b/entities/standard/hostile/zombie.json index 182a768a..cc8144c5 100644 --- a/entities/standard/hostile/zombie.json +++ b/entities/standard/hostile/zombie.json @@ -1,4 +1,3 @@ { - "type": "ZOMBIE", - "spawnEffectRiseOutOfGround": true + "type": "ZOMBIE" }