summaryrefslogtreecommitdiffstats
path: root/Server
diff options
context:
space:
mode:
authorDebucquoy Anthony tonitch <debucquoy.anthony@gmail.com>2023-09-26 23:54:37 +0200
committerGitHub <noreply@github.com>2023-09-26 23:54:37 +0200
commit7db4e20fd7ee7cf1c25d5c2c5e9e1b1cf97d4c97 (patch)
tree62ce535a26ad0637564de14ad7b75429537162a7 /Server
parentUpdate Core (diff)
downloadcuberite-7db4e20fd7ee7cf1c25d5c2c5e9e1b1cf97d4c97.tar
cuberite-7db4e20fd7ee7cf1c25d5c2c5e9e1b1cf97d4c97.tar.gz
cuberite-7db4e20fd7ee7cf1c25d5c2c5e9e1b1cf97d4c97.tar.bz2
cuberite-7db4e20fd7ee7cf1c25d5c2c5e9e1b1cf97d4c97.tar.lz
cuberite-7db4e20fd7ee7cf1c25d5c2c5e9e1b1cf97d4c97.tar.xz
cuberite-7db4e20fd7ee7cf1c25d5c2c5e9e1b1cf97d4c97.tar.zst
cuberite-7db4e20fd7ee7cf1c25d5c2c5e9e1b1cf97d4c97.zip
Diffstat (limited to 'Server')
-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