9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00

Merge pull request #260 from IrisDimensions/stable

Rebase
This commit is contained in:
Brian Fopiano
2022-02-12 23:59:58 -08:00
committed by GitHub
9 changed files with 9 additions and 18 deletions

View File

@@ -1,4 +1,3 @@
{
"type": "DROWNED",
"spawnEffectRiseOutOfGround": true
}
"type": "DROWNED"
}

View File

@@ -1,4 +1,3 @@
{
"type": "ENDERMAN",
"spawnEffectRiseOutOfGround": true
"type": "ENDERMAN"
}

View File

@@ -1,6 +1,5 @@
{
"type": "STRAY",
"spawnEffectRiseOutOfGround": true,
"ai": true,
"aware": true,
"customName": "&7Shroud",

View File

@@ -1,5 +1,4 @@
{
"type": "SILVERFISH",
"silent": true,
"spawnEffectRiseOutOfGround": true
"silent": true
}

View File

@@ -1,4 +1,3 @@
{
"type": "SKELETON",
"spawnEffectRiseOutOfGround": true
"type": "SKELETON"
}

View File

@@ -1,4 +1,3 @@
{
"type": "SLIME",
"spawnEffectRiseOutOfGround": true
"type": "SLIME"
}

View File

@@ -1,5 +1,4 @@
{
"type": "SLIME",
"baby": true,
"spawnEffectRiseOutOfGround": true
"baby": true
}

View File

@@ -1,4 +1,3 @@
{
"type": "SPIDER",
"spawnEffectRiseOutOfGround": true
"type": "SPIDER"
}

View File

@@ -1,4 +1,3 @@
{
"type": "ZOMBIE",
"spawnEffectRiseOutOfGround": true
"type": "ZOMBIE"
}