mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-01-24 00:01:44 +01:00
Adds missing Spawn Eggs to CompatibleMaterial, added in Minecraft 1.19.3
fixes #46
This commit is contained in:
parent
9361fad0bf
commit
8d95084137
@ -32,6 +32,12 @@ public enum CompatibleMaterial {
|
||||
DARK_OAK_DOOR_ITEM(431),
|
||||
*/
|
||||
|
||||
/* 1.19.3 */
|
||||
ENDER_DRAGON_SPAWN_EGG(),
|
||||
IRON_GOLEM_SPAWN_EGG(),
|
||||
SNOW_GOLEM_SPAWN_EGG(),
|
||||
WITHER_SPAWN_EGG(),
|
||||
|
||||
/* 1.19 */
|
||||
ACACIA_CHEST_BOAT(),
|
||||
ALLAY_SPAWN_EGG(),
|
||||
|
Loading…
Reference in New Issue
Block a user