Update to correct EntityTypeID

This commit is contained in:
rayanbzd 2023-12-15 06:13:47 +01:00 committed by filoghost
parent 0b289b017b
commit 9fd3bf2d0f
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ package me.filoghost.holographicdisplays.nms.v1_20_R3;
class EntityTypeID {
static final int ARMOR_STAND = 2;
static final int ITEM = 54;
static final int SLIME = 88;
static final int ITEM = 55;
static final int SLIME = 89;
}