summaryrefslogtreecommitdiffstats
path: root/Server
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua4
-rw-r--r--Server/monsters.ini7
2 files changed, 11 insertions, 0 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index 89e9955a9..551688c7b 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -17849,6 +17849,10 @@ end
{
Notes = "A mask that indicates the bits of the metadata that specify the facing of redstone repeaters.",
},
+ E_META_SPAWN_EGG_ENDERMITE =
+ {
+ Notes = "",
+ },
E_META_SPAWN_EGG_WITHER_SKELETON =
{
Notes = ""
diff --git a/Server/monsters.ini b/Server/monsters.ini
index fb8f3babc..3d6028ed8 100644
--- a/Server/monsters.ini
+++ b/Server/monsters.ini
@@ -48,6 +48,13 @@ AttackRate=1.0
MaxHealth=200
SightDistance=25.0
+[Endermite]
+AttackDamage=2.0
+AttackRange=0.75
+AttackRate=1.0
+MaxHealth=8
+SightDistance=16.0
+
[Enderman]
AttackDamage=4.0
AttackRange=1.0